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

Unified Diff: Source/devtools/devtools.gypi

Issue 670503002: Timeline: add layer details view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | Source/devtools/front_end/layers/LayerDetailsView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 90c40212494bc5aed1395e0e76575076f4b74863..9705b1926ba6f6b397c10f7feed702cdd35d5200 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -403,7 +403,6 @@
'front_end/profiler/HeapSnapshotCommon.js',
],
'devtools_layers_js_files': [
- 'front_end/layers/LayerDetailsView.js',
'front_end/layers/LayerPaintProfilerView.js',
'front_end/layers/LayersPanel.js',
],
@@ -512,6 +511,7 @@
],
'devtools_timeline_js_files': [
'front_end/timeline/CountersGraph.js',
+ 'front_end/timeline/LayerDetailsView.js',
'front_end/timeline/LayerTreeOutline.js',
'front_end/timeline/Layers3DView.js',
'front_end/timeline/MemoryCountersGraph.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/layers/LayerDetailsView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698