|
894 | 894 | '<(SHARED_INTERMEDIATE_DIR)' # for node_natives.h |
895 | 895 | ], |
896 | 896 | 'dependencies': [ |
897 | | - 'tools/v8_gypfiles/abseil.gyp:abseil', |
898 | 897 | 'node_js2c#host', |
899 | 898 | ], |
900 | 899 |
|
|
955 | 954 | 'src/node_snapshot_stub.cc', |
956 | 955 | ] |
957 | 956 | }], |
| 957 | + [ 'node_use_bundled_v8_third_party!="false"', { |
| 958 | + 'dependencies': [ |
| 959 | + 'tools/v8_gypfiles/abseil.gyp:abseil', |
| 960 | + ], |
| 961 | + }], |
958 | 962 | [ 'node_shared_gtest=="false"', { |
959 | 963 | 'dependencies': [ |
960 | 964 | 'deps/googletest/googletest.gyp:gtest_prod', |
|
1275 | 1279 |
|
1276 | 1280 | 'dependencies': [ |
1277 | 1281 | '<(node_lib_target_name)', |
1278 | | - 'tools/v8_gypfiles/abseil.gyp:abseil', |
1279 | 1282 | ], |
1280 | 1283 |
|
1281 | 1284 | 'includes': [ |
|
1309 | 1312 | [ 'node_shared_gtest=="true"', { |
1310 | 1313 | 'libraries': [ '-lgtest_main' ], |
1311 | 1314 | }], |
| 1315 | + [ 'node_use_bundled_v8_third_party!="false"', { |
| 1316 | + 'dependencies': [ |
| 1317 | + 'tools/v8_gypfiles/abseil.gyp:abseil', |
| 1318 | + ], |
| 1319 | + }], |
1312 | 1320 | [ 'node_shared_hdr_histogram=="false"', { |
1313 | 1321 | 'dependencies': [ |
1314 | 1322 | 'deps/histogram/histogram.gyp:histogram', |
|
1547 | 1555 | [ 'OS=="mac"', { |
1548 | 1556 | 'libraries': [ '-framework CoreFoundation -framework Security' ], |
1549 | 1557 | }], |
1550 | | - [ 'node_shared_simdutf=="false"', { |
| 1558 | + [ 'node_shared_simdutf=="false" and node_use_bundled_v8_third_party!="false"', { |
1551 | 1559 | 'dependencies': [ 'tools/v8_gypfiles/v8.gyp:simdutf#host' ], |
1552 | 1560 | }], |
1553 | 1561 | [ 'node_shared_libuv=="false"', { |
|
0 commit comments