Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1031)

Unified Diff: chrome/browser/resources/tracing.html

Issue 10543144: Remove old tracing code now that it has moved to third_party. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/tracing.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/tracing.html
diff --git a/chrome/browser/resources/tracing.html b/chrome/browser/resources/tracing.html
deleted file mode 100644
index 9c98bf05e5e191ef45cbed6fa56adacdc2147b8c..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/tracing.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<!--
-Copyright (c) 2010 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.
--->
-<head i18n-values="dir:textdirection;">
-<style>
-* {
- box-sizing: border-box;
- -webkit-user-select: none;
-}
-
-html, body, #main-tabs {
- height: 100%;
-}
-
-body {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- cursor: default;
- font-family: sans-serif;
- padding: 0;
- margin: 0;
-}
-
-#tracing-title {
- margin: 1px;
-}
-
-</style>
-<link rel="stylesheet" href="tracing/overlay.css">
-<link rel="stylesheet" href="tracing/profiling_view.css">
-<link rel="stylesheet" href="tracing/timeline_analysis.css">
-<link rel="stylesheet" href="tracing/timeline_view.css">
-<link rel="stylesheet" href="tracing/timeline.css">
-<link rel="stylesheet" href="tracing/tracing_controller.css">
-<link rel="stylesheet" href="chrome://resources/css/tabs.css">
-<link rel="stylesheet" href="chrome://resources/css/widgets.css">
-<script src="chrome://resources/js/cr.js"></script>
-<script src="chrome://resources/js/cr/event_target.js"></script>
-<script src="chrome://resources/js/cr/ui.js"></script>
-<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
-<script src="chrome://resources/js/cr/ui/tabs.js"></script>
-<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://tracing/tracing.js"></script>
-<script src="chrome://tracing/strings.js"></script>
-</head>
-<body>
- <div id="profiling-view"></div>
- <script src="chrome://resources/js/i18n_template.js"></script>
- <script src="chrome://resources/js/i18n_process.js"></script>
- <script src="chrome://resources/js/jstemplate_compiled.js"></script>
-</body>
-</html>
« no previous file with comments | « no previous file | chrome/browser/resources/tracing.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698