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

Unified Diff: Source/devtools/devtools.gyp

Issue 471433004: DevTools: Split out the "workspace" and "bindings" modules from "sdk" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove marker interfaces and WI.SourceMapping 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 | 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 95fc23258cb4346cd676c1bd0b7b5246934df877..f8d883edaef70a89b761c7033f41076fad10054d 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -312,6 +312,18 @@
],
},
{
+ 'destination': '<(PRODUCT_DIR)/resources/inspector/workspace',
+ 'files': [
+ '<@(devtools_workspace_js_files)',
+ ],
+ },
+ {
+ 'destination': '<(PRODUCT_DIR)/resources/inspector/bindings',
+ 'files': [
+ '<@(devtools_bindings_js_files)',
+ ],
+ },
+ {
'destination': '<(PRODUCT_DIR)/resources/inspector/ui',
'files': [
'<@(devtools_ui_js_files)',
« no previous file with comments | « no previous file | Source/devtools/devtools.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698