Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index 26dd5752d43cbed1ba0562b076415031d6f670a0..1e420fad8ecebfb2a2428bf20e0c0dd67fdf028d 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -10,11 +10,11 @@ |
'dependencies': [ |
'../samples/samples.gyp:*', |
'../src/base/base.gyp:base-unittests', |
+ '../src/compiler/compiler.gyp:compiler-unittests', |
'../src/d8.gyp:d8', |
'../src/heap/heap.gyp:heap-unittests', |
'../src/libplatform/libplatform.gyp:libplatform-unittests', |
'../test/cctest/cctest.gyp:*', |
- '../test/compiler-unittests/compiler-unittests.gyp:*', |
], |
'conditions': [ |
['component!="shared_library"', { |