1<!DOCTYPE html> 2<!-- 3Copyright (c) 2013 The Chromium Authors. All rights reserved. 4Use of this source code is governed by a BSD-style license that can be 5found in the LICENSE file. 6--> 7 8<!-- 9The chrome config is heavily used: 10 - chrome://tracing, 11 - trace2html, which in turn implies 12 - adb_profile_chrome 13 - telemetry 14--> 15 16<link rel="import" href="/tracing/extras/chrome_config.html"> 17<link rel="import" href="/tracing/ui/base/ui.html"> 18<link rel="import" href="/tracing/ui/extras/chrome/cc/cc.html"> 19<link rel="import" href="/tracing/ui/extras/chrome/gpu/gpu.html"> 20<link rel="import" href="/tracing/ui/extras/side_panel/input_latency_side_panel.html"> 21<link rel="import" href="/tracing/ui/extras/side_panel/time_summary_side_panel.html"> 22<link rel="import" href="/tracing/ui/extras/system_stats/system_stats.html"> 23<link rel="import" href="/tracing/ui/timeline_view.html"> 24