aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/gypfiles/standalone.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-12-17 21:02:52 +0100
committerMichaël Zasso <targos@protonmail.com>2018-12-20 16:57:43 +0100
commitf0e460968ef6e24f0882b111abd323f024055675 (patch)
treea3333d2e43aefe196cf30817414b9240f9a45d7c /deps/v8/gypfiles/standalone.gypi
parent632f2633249dc0f295e9d2abab33baaf0f75ce6f (diff)
downloadandroid-node-v8-f0e460968ef6e24f0882b111abd323f024055675.tar.gz
android-node-v8-f0e460968ef6e24f0882b111abd323f024055675.tar.bz2
android-node-v8-f0e460968ef6e24f0882b111abd323f024055675.zip
deps: remove test-related GYP files
- Less files to maintain. - We don't use them. - We build with GN to run V8 tests. Fixes: https://github.com/nodejs/node/issues/25095 Refs: https://github.com/nodejs/node/issues/25010 PR-URL: https://github.com/nodejs/node/pull/25097 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'deps/v8/gypfiles/standalone.gypi')
-rw-r--r--deps/v8/gypfiles/standalone.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/deps/v8/gypfiles/standalone.gypi b/deps/v8/gypfiles/standalone.gypi
index 178f0f8256..2b894b8c59 100644
--- a/deps/v8/gypfiles/standalone.gypi
+++ b/deps/v8/gypfiles/standalone.gypi
@@ -209,10 +209,6 @@
'sysroot%': '<(sysroot)',
'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
- # Add a simple extras solely for the purpose of the cctests
- 'v8_extra_library_files': ['../test/cctest/test-extra.js'],
- 'v8_experimental_extra_library_files': ['../test/cctest/test-experimental-extra.js'],
-
# .gyp files or targets should set v8_code to 1 if they build V8 specific
# code, as opposed to external code. This variable is used to control such
# things as the set of warnings to enable, and whether warnings are treated