Index: test/inspector/inspector.gyp |
diff --git a/test/inspector/inspector.gyp b/test/inspector/inspector.gyp |
index c18349c1689e438aa9222dadf3632b4b141a2ced..8c96ae5d75cc74710466dda7e81f5b9633cd3140 100644 |
--- a/test/inspector/inspector.gyp |
+++ b/test/inspector/inspector.gyp |
@@ -14,6 +14,7 @@ |
'dependencies': [ |
'../../src/v8.gyp:v8_libplatform', |
'../../src/v8.gyp:v8_libbase', |
+ '../../src/v8.gyp:v8', |
], |
'include_dirs': [ |
'../..', |
@@ -25,15 +26,6 @@ |
'task-runner.cc', |
'task-runner.h', |
], |
- 'conditions': [ |
- ['component=="shared_library"', { |
- # inspector-test can't be built against a shared library, so we |
- # need to depend on the underlying static target in that case. |
- 'dependencies': ['../../src/v8.gyp:v8_maybe_snapshot'], |
- }, { |
- 'dependencies': ['../../src/v8.gyp:v8'], |
- }], |
- ], |
}, |
], |
'conditions': [ |