mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
28 lines
999 B
Diff
28 lines
999 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 9761265..80169b2 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -248,8 +248,6 @@ NACL_ARCHES = nacl_ia32 nacl_x64
|
|
GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
|
|
build/shim_headers.gypi build/features.gypi build/standalone.gypi \
|
|
build/toolchain.gypi build/all.gyp build/mac/asan.gyp \
|
|
- test/cctest/cctest.gyp \
|
|
- test/unittests/unittests.gyp tools/gyp/v8.gyp \
|
|
tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \
|
|
buildtools/third_party/libc++abi/libc++abi.gyp \
|
|
buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \
|
|
diff --git a/build/all.gyp b/build/all.gyp
|
|
index 4aeb507..1ff2c7a 100644
|
|
--- a/build/all.gyp
|
|
+++ b/build/all.gyp
|
|
@@ -10,8 +10,6 @@
|
|
'dependencies': [
|
|
'../samples/samples.gyp:*',
|
|
'../src/d8.gyp:d8',
|
|
- '../test/cctest/cctest.gyp:*',
|
|
- '../test/unittests/unittests.gyp:*',
|
|
],
|
|
'conditions': [
|
|
['component!="shared_library"', {
|
|
|