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

Unified Diff: Source/devtools/devtools.gyp

Issue 663023004: DevTools: Fix build after r183969 (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 | no next file » | 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 0a196876256b4edd3aecc1e58f3cb9c31bbd2ff2..9d35a940d41bcf8d5adcf08a1c000dda16f97e84 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -101,7 +101,6 @@
'<(PRODUCT_DIR)/resources/inspector/devices_module.js',
'<(PRODUCT_DIR)/resources/inspector/documentation_module.js',
'<(PRODUCT_DIR)/resources/inspector/elements_module.js',
- '<(PRODUCT_DIR)/resources/inspector/extensions_module.js',
'<(PRODUCT_DIR)/resources/inspector/heap_snapshot_worker_module.js',
'<(PRODUCT_DIR)/resources/inspector/layers_module.js',
'<(PRODUCT_DIR)/resources/inspector/network_module.js',
@@ -257,7 +256,6 @@
'<(_output_path)/devices_module.js',
'<(_output_path)/documentation_module.js',
'<(_output_path)/elements_module.js',
- '<(_output_path)/extensions_module.js',
'<(_output_path)/heap_snapshot_worker_module.js',
'<(_output_path)/layers_module.js',
'<(_output_path)/network_module.js',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698