Index: gypfiles/standalone.gypi |
diff --git a/gypfiles/standalone.gypi b/gypfiles/standalone.gypi |
index 516ffdcbe4ae937ead7759dcc538a0f4022c0a83..eae3a125b05391206a44a16e520a90bd2ea365d2 100644 |
--- a/gypfiles/standalone.gypi |
+++ b/gypfiles/standalone.gypi |
@@ -233,6 +233,9 @@ |
# Relative path to icu.gyp from this file. |
'icu_gyp_path': '../third_party/icu/icu.gyp', |
+ # Relative path to inspector.gyp from this file. |
+ 'inspector_gyp_path': '../src/v8-inspector/inspector.gyp', |
+ |
'conditions': [ |
['(v8_target_arch=="arm" and host_arch!="arm") or \ |
(v8_target_arch=="arm64" and host_arch!="arm64") or \ |