1diff --git a/Makefile b/Makefile
2index 9761265..80169b2 100644
3--- a/Makefile
4+++ b/Makefile
5@@ -248,8 +248,6 @@ NACL_ARCHES = nacl_ia32 nacl_x64
6 GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
7 build/shim_headers.gypi build/features.gypi build/standalone.gypi \
8 build/toolchain.gypi build/all.gyp build/mac/asan.gyp \
9- test/cctest/cctest.gyp \
10- test/unittests/unittests.gyp tools/gyp/v8.gyp \
11 tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
12 buildtools/third_party/libc++abi/libc++abi.gyp \
13 buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
14diff --git a/build/all.gyp b/build/all.gyp
15index 4aeb507..1ff2c7a 100644
16--- a/build/all.gyp
17+++ b/build/all.gyp
18@@ -10,8 +10,6 @@
19 'dependencies': [
20 '../samples/samples.gyp:*',
21 '../src/d8.gyp:d8',
22- '../test/cctest/cctest.gyp:*',
23- '../test/unittests/unittests.gyp:*',
24 ],
25 'conditions': [
26 ['component!="shared_library"', {
27