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)', |