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

Unified Diff: Source/devtools/devtools.gypi

Issue 340043002: DevTools: untangle paint profiler for better reuse (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: added missing file Created 6 years, 6 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/LayerPaintProfilerView.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 bb234fcf0789a6cb3203978857d1307626b05538..be61eb0b2ef3c945803d8b22519d196778467b10 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -554,7 +554,8 @@
'front_end/layers/LayersPanel.js',
'front_end/layers/LayerTreeOutline.js',
'front_end/layers/LayerDetailsView.js',
- 'front_end/layers/PaintProfilerView.js'
+ 'front_end/layers/PaintProfilerView.js',
+ 'front_end/layers/LayerPaintProfilerView.js'
],
'devtools_extension_api_files': [
'front_end/extensions/ExtensionAPI.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/layers/LayerPaintProfilerView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698