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

Unified Diff: tracing/trace_viewer.gypi

Issue 1996303002: [Tracing] Introduce Frame Data Side Panel (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: Respond to ROI; Merge Frame and FTN 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..0c98532fcce6b38c184398b70ecbceb0c24c8932 100644
--- a/tracing/trace_viewer.gypi
+++ b/tracing/trace_viewer.gypi
@@ -65,6 +65,10 @@
'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.html',
+ 'tracing/extras/chrome/blame_context/frame_tree_node.html',
+ 'tracing/extras/chrome/blame_context/toplevel.html',
'tracing/extras/chrome/cc/cc.html',
'tracing/extras/chrome/cc/constants.html',
'tracing/extras/chrome/cc/debug_colors.html',
@@ -83,12 +87,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',
@@ -396,6 +398,7 @@
'tracing/ui/find_controller.html',
'tracing/ui/scripting_control.html',
'tracing/ui/side_panel/file_size_stats_side_panel.html',
+ 'tracing/ui/side_panel/frame_data_side_panel.html',
'tracing/ui/side_panel/metrics_side_panel.html',
'tracing/ui/side_panel/side_panel.html',
'tracing/ui/side_panel/side_panel_container.html',

Powered by Google App Engine
This is Rietveld 408576698