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

Unified Diff: Source/devtools/devtools.gyp

Issue 459843002: DevTools: Fix bad devtools.gyp merge from r179948 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 f9a64af4c91306b67896a4ee3b8ecd454e93a319..d4059f5fc073b890b10bb056ac366b652c99a204 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -132,6 +132,7 @@
'<(PRODUCT_DIR)/resources/inspector/audits/_module.js',
'<(PRODUCT_DIR)/resources/inspector/console/_module.js',
'<(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/layers/_module.js',
@@ -146,7 +147,6 @@
'<(PRODUCT_DIR)/resources/inspector/script_formatter_worker/_module.js',
'<(PRODUCT_DIR)/resources/inspector/temp_storage_shared_worker/_module.js',
'<(PRODUCT_DIR)/resources/inspector/devtools_extension_api.js',
- '<(PRODUCT_DIR)/resources/inspector/documentation/DocumentationView.js',
'<@(devtools_standalone_files)',
'<@(devtools_cm_css_files)',
],
« 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