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

Unified Diff: Source/devtools/devtools.gyp

Issue 1151263007: Devtools: Move animation to separate module (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « LayoutTests/inspector/initial-modules-load-expected.txt ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index 7b94eff914512f8ce55f5b6d713e6b72471cdb85..c8eeb45677e8c284c3d7029d3f267eb62fde3cf2 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -111,6 +111,7 @@
'<(PRODUCT_DIR)/resources/inspector/toolbox.html',
'<(PRODUCT_DIR)/resources/inspector/toolbox.js',
'<(PRODUCT_DIR)/resources/inspector/accessibility_module.js',
+ '<(PRODUCT_DIR)/resources/inspector/animation_module.js',
'<(PRODUCT_DIR)/resources/inspector/audits_module.js',
'<(PRODUCT_DIR)/resources/inspector/cm_modes_module.js',
'<(PRODUCT_DIR)/resources/inspector/components_lazy_module.js',
@@ -273,6 +274,7 @@
'<(_output_path)/toolbox.html',
'<(_output_path)/toolbox.js',
'<(_output_path)/accessibility_module.js',
+ '<(_output_path)/animation_module.js',
'<(_output_path)/audits_module.js',
'<(_output_path)/cm_modes_module.js',
'<(_output_path)/components_lazy_module.js',
« no previous file with comments | « LayoutTests/inspector/initial-modules-load-expected.txt ('k') | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698