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

Unified Diff: tracing/tracing/extras/chrome_config.html

Issue 2016213002: Introduce base classes for blame contexts (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Add frame_blame_context_test.html; And some other revision Created 4 years, 7 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
Index: tracing/tracing/extras/chrome_config.html
diff --git a/tracing/tracing/extras/chrome_config.html b/tracing/tracing/extras/chrome_config.html
index 4cba43b3be6acbc80ba727346557ad1762f676e1..0d9663923f83ce395805a10ead3ee9423b099d3f 100644
--- a/tracing/tracing/extras/chrome_config.html
+++ b/tracing/tracing/extras/chrome_config.html
@@ -14,11 +14,14 @@ The chrome config is heavily used:
-->
<link rel="import" href="/tracing/extras/android/android_auditor.html">
+<link rel="import" href="/tracing/extras/chrome/blame_context/blame_context.html">
+<link rel="import" href="/tracing/extras/chrome/blame_context/frame_blame_context_base.html">
+<link rel="import" href="/tracing/extras/chrome/blame_context/frame_tree_node.html">
+<link rel="import" href="/tracing/extras/chrome/blame_context/render_frame.html">
+<link rel="import" href="/tracing/extras/chrome/blame_context/top_level.html">
<link rel="import" href="/tracing/extras/chrome/chrome_auditor.html">
-<link rel="import" href="/tracing/extras/chrome/frame_tree_node.html">
<link rel="import" href="/tracing/extras/chrome/layout_object.html">
<link rel="import" href="/tracing/extras/chrome/layout_tree.html">
-<link rel="import" href="/tracing/extras/chrome/render_frame.html">
<link rel="import" href="/tracing/extras/importer/etw/etw_importer.html">
<link rel="import" href="/tracing/extras/importer/gzip_importer.html">
<link rel="import" href="/tracing/extras/importer/trace2html_importer.html">

Powered by Google App Engine
This is Rietveld 408576698