|
1 | | -From 31d199f67ff88be5576869abcc23ecf219fa1e6f Mon Sep 17 00:00:00 2001 |
| 1 | +From 8b85dc00cfffe510e51677641586732396fe4cf0 Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Petko Bordjukov <bordjukov@gmail.com> |
3 | 3 | Date: Fri, 28 Jul 2017 11:11:08 +0300 |
4 | | -Subject: [PATCH 2/5] Don't compile unnecessary stuff |
| 4 | +Subject: [PATCH 2/4] Don't compile unnecessary stuff |
5 | 5 |
|
6 | 6 | --- |
7 | | - Makefile | 12 +++--------- |
| 7 | + Makefile | 9 ++------- |
8 | 8 | gypfiles/all.gyp | 33 --------------------------------- |
9 | | - 2 files changed, 3 insertions(+), 42 deletions(-) |
| 9 | + 2 files changed, 2 insertions(+), 40 deletions(-) |
10 | 10 |
|
11 | 11 | diff --git a/Makefile b/Makefile |
12 | | -index ed5b3a7fab..04eddb5e8a 100644 |
| 12 | +index eb146ac244..902832af48 100644 |
13 | 13 | --- a/Makefile |
14 | 14 | +++ b/Makefile |
15 | | -@@ -265,15 +265,9 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \ |
16 | | - android_mipsel android_x87 |
| 15 | +@@ -268,14 +268,9 @@ ANDROID_ARCHES = android_ia32 android_x64 android_arm android_arm64 \ |
| 16 | + android_mipsel |
17 | 17 |
|
18 | 18 | # List of files that trigger Makefile regeneration: |
19 | 19 | -GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \ |
20 | 20 | - gypfiles/shim_headers.gypi gypfiles/features.gypi \ |
21 | 21 | - gypfiles/standalone.gypi \ |
22 | | -- gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \ |
| 22 | ++GYPFILES = gypfiles/features.gypi gypfiles/standalone.gypi \ |
| 23 | + gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \ |
23 | 24 | - test/cctest/cctest.gyp test/fuzzer/fuzzer.gyp \ |
24 | 25 | - test/unittests/unittests.gyp src/v8.gyp \ |
25 | 26 | - tools/parser-shell.gyp testing/gmock.gyp testing/gtest.gyp \ |
26 | | -- buildtools/third_party/libc++abi/libc++abi.gyp \ |
27 | | -- buildtools/third_party/libc++/libc++.gyp samples/samples.gyp \ |
28 | | -+GYPFILES = gypfiles/shim_headers.gypi gypfiles/features.gypi \ |
29 | | -+ gypfiles/standalone.gypi gypfiles/all.gyp \ |
30 | | -+ gypfiles/mac/asan.gyp src/v8.gyp tools/parser-shell.gyp \ |
31 | | - src/third_party/vtune/v8vtune.gyp src/d8.gyp |
| 27 | +- samples/samples.gyp src/third_party/vtune/v8vtune.gyp src/d8.gyp |
| 28 | ++ src/v8.gyp src/d8.gyp |
32 | 29 |
|
33 | 30 | # If vtunejit=on, the v8vtune.gyp will be appended. |
| 31 | + ifeq ($(vtunejit), on) |
34 | 32 | diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp |
35 | 33 | index bc9d9650eb..96820a0ecc 100644 |
36 | 34 | --- a/gypfiles/all.gyp |
@@ -83,5 +81,5 @@ index bc9d9650eb..96820a0ecc 100644 |
83 | 81 | } |
84 | 82 | ] |
85 | 83 | -- |
86 | | -2.13.3 |
| 84 | +2.14.2 |
87 | 85 |
|
0 commit comments