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

Unified Diff: Source/devtools/devtools.gypi

Issue 212593009: FlameChart: move CPUProfiler related part of the FlameChart into a separate file. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: missed file was added. test was fixed. Created 6 years, 9 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: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index d15c86566de58f83474ec9bfbbe7f0cca09f5b9f..603bd17951c52f209b4bccdaab602af9fb7741aa 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -326,6 +326,7 @@
],
'devtools_profiles_js_files': [
'front_end/BottomUpProfileDataGridTree.js',
+ 'front_end/CPUProfileFlameChart.js',
'front_end/CPUProfileView.js',
'front_end/HeapSnapshotCommon.js',
'front_end/HeapSnapshotDataGrids.js',

Powered by Google App Engine
This is Rietveld 408576698