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

Unified Diff: tracing/trace_viewer.gypi

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/trace_viewer.gypi
diff --git a/tracing/trace_viewer.gypi b/tracing/trace_viewer.gypi
index 4ec1728b186efe2c7978dc201153908103117280..3491591423392acbea70a94da2636339b0bb9a8b 100644
--- a/tracing/trace_viewer.gypi
+++ b/tracing/trace_viewer.gypi
@@ -65,6 +65,11 @@
'tracing/core/scripting_controller.html',
'tracing/core/scripting_object.html',
'tracing/extras/android/android_auditor.html',
+ 'tracing/extras/chrome/blame_context/blame_context.html',
+ 'tracing/extras/chrome/blame_context/frame_blame_context_base.html',
+ 'tracing/extras/chrome/blame_context/frame_tree_node.html',
+ 'tracing/extras/chrome/blame_context/render_frame.html',
+ 'tracing/extras/chrome/blame_context/top_level.html',
'tracing/extras/chrome/cc/cc.html',
'tracing/extras/chrome/cc/constants.html',
'tracing/extras/chrome/cc/debug_colors.html',
@@ -83,12 +88,10 @@
'tracing/extras/chrome/cc/util.html',
'tracing/extras/chrome/chrome_auditor.html',
'tracing/extras/chrome/chrome_user_friendly_category_driver.html',
- 'tracing/extras/chrome/frame_tree_node.html',
'tracing/extras/chrome/gpu/gpu_async_slice.html',
'tracing/extras/chrome/gpu/state.html',
'tracing/extras/chrome/layout_object.html',
'tracing/extras/chrome/layout_tree.html',
- 'tracing/extras/chrome/render_frame.html',
'tracing/extras/chrome_config.html',
'tracing/extras/importer/android/event_log_importer.html',
'tracing/extras/importer/battor_importer.html',

Powered by Google App Engine
This is Rietveld 408576698