1- From 78d8850d13bf24b0c07e6470f4af5a3cee7289df Mon Sep 17 00:00:00 2001
1+ From 2ddb964b20ad4381de65077a2db6f44a6cc05c52 Mon Sep 17 00:00:00 2001
22From: Petko Bordjukov <bordjukov@gmail.com>
3- Date: Sat, 15 Oct 2016 15:05:01 +0300
3+ Date: Tue, 28 Feb 2017 00:04:26 +0200
44Subject: [PATCH 2/4] Don't compile unnecessary stuff
55
66---
77 Makefile | 7 +------
8- gypfiles/all.gyp | 33 + --------------------------------
9- 2 files changed, 2 insertions(+), 38 deletions(-)
8+ gypfiles/all.gyp | 39 +------ --------------------------------
9+ 2 files changed, 2 insertions(+), 44 deletions(-)
1010
1111diff --git a/Makefile b/Makefile
12- index a6d4d135da..bd73b13263 100644
12+ index 6eeac09a14..a2807ffafe 100644
1313--- a/Makefile
1414+++ b/Makefile
15- @@ -258 ,12 +258 ,7 @@ GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
15+ @@ -266 ,12 +266 ,7 @@ GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
1616 gypfiles/shim_headers.gypi gypfiles/features.gypi \
1717 gypfiles/standalone.gypi \
1818 gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \
@@ -27,10 +27,10 @@ index a6d4d135da..bd73b13263 100644
2727 # If vtunejit=on, the v8vtune.gyp will be appended.
2828 ifeq ($(vtunejit), on)
2929diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
30- index 6b4ef82d69 ..9b02b4d305 100644
30+ index a3f2eedc77 ..9b02b4d305 100644
3131--- a/gypfiles/all.gyp
3232+++ b/gypfiles/all.gyp
33- @@ -15,38 +15,7 @@
33+ @@ -15,44 +15,7 @@
3434 'dependencies': [
3535 '../tools/parser-shell.gyp:parser-shell',
3636 ],
@@ -44,6 +44,12 @@ index 6b4ef82d69..9b02b4d305 100644
4444- '../test/unittests/unittests.gyp:*',
4545- ],
4646- }],
47+ - ['v8_enable_inspector==1', {
48+ - 'dependencies': [
49+ - '../test/debugger/debugger.gyp:*',
50+ - '../test/inspector/inspector.gyp:*',
51+ - ],
52+ - }],
4753- ['test_isolation_mode != "noop"', {
4854- 'dependencies': [
4955- '../test/bot_default.gyp:*',
0 commit comments