Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index be1ae931586f30999f063b3f63070a1b9d11230f..1cd57b4a094f263103a35ed9111182bcc1b48a43 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -164,6 +164,7 @@ |
'dependencies': [ |
'../../testing/gmock.gyp:gmock', |
'../../testing/gtest.gyp:gtest', |
+ '../../src/v8.gyp:v8', |
'../../src/v8.gyp:v8_libbase', |
'../../src/v8.gyp:v8_libplatform', |
], |
@@ -227,14 +228,6 @@ |
['OS=="aix"', { |
'ldflags': [ '-Wl,-bbigtoc' ], |
}], |
- ['component=="shared_library"', { |
- # compiler-unittests 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'], |
- 'defines': [ 'BUILDING_V8_SHARED', ] |
- }, { |
- 'dependencies': ['../../src/v8.gyp:v8'], |
- }], |
['os_posix == 1', { |
# TODO(svenpanne): This is a temporary work-around to fix the warnings |
# that show up because we use -std=gnu++0x instead of -std=c++11. |