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

Unified Diff: Source/devtools/devtools.gypi

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/devtools/front_end/PowerProfiler.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 439dccaced219666a2dc614bc75bdf4f5016f535..7f70360fcff0fe8d8d0372c3ebbb3a114a1ec566 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -123,6 +123,7 @@
'front_end/Placard.js',
'front_end/Platform.js',
'front_end/Popover.js',
+ 'front_end/PowerProfiler.js',
'front_end/PresentationConsoleMessageHelper.js',
'front_end/Progress.js',
'front_end/ProgressIndicator.js',
@@ -320,6 +321,7 @@
'front_end/TimelineMemoryOverview.js',
'front_end/TimelineUIUtils.js',
'front_end/TimelineView.js',
+ 'front_end/TimelinePowerOverview.js',
'front_end/TimelinePanel.js',
],
'devtools_profiles_js_files': [
« no previous file with comments | « no previous file | Source/devtools/front_end/PowerProfiler.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698