CINXE.COM
Chromium Dash
<!DOCTYPE html> <!-- Copyright 2016 The Chromium Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. --> <html lang="en"> <head> <meta name="google-site-verification" content="2wvqUs1o7JUD0DPEbidRyqTZI-dMhyyy34Prj1xl_II" /> <title>Chromium Dash</title> <meta charset="utf-8"> <meta name="theme-color" content="#4C8BF5"> <meta name="description" value="ChromiumDash ties together multiple data sources in order to present a consolidated view of what's going on in Chromium and Chrome, plus related projects like V8, WebRTC & Skia."> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> <link rel="manifest" href="/static/manifest.json"> <script src="/build/web-animations-next-lite.min.js"></script> <script src="/build/cd-app.min.js"></script> <script> 'use strict'; window.AUTH_CLIENT_ID = '975044924533-sn47uq4mg536s7afnvpur1t8gphcitmq.apps.googleusercontent.com'; </script> <link rel="shortcut icon" sizes="48x48" href="/static/images/logo_chrome_chromium_48dp.png"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-8Y7X1C6RTH"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-8Y7X1C6RTH'); </script> <style> body { margin: 0; font-family: 'Roboto', 'Noto', sans-serif; font-size: 15px; font-weight: 300; line-height: 1.5; min-height: 100vh; background-color: #eee; } </style> </head> <body> <chromium-dash> </chromium-dash> <script data-autoload-cookie-consent-bar="true" src="https://www.gstatic.com/brandstudio/kato/cookie_choice_component/cookie_consent_bar.v3.js"> </script> </body> </html>