summaryrefslogtreecommitdiff
path: root/chromium/v8/tools/testrunner/testrunner.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/tools/testrunner/testrunner.isolate')
-rw-r--r--chromium/v8/tools/testrunner/testrunner.isolate8
1 files changed, 1 insertions, 7 deletions
diff --git a/chromium/v8/tools/testrunner/testrunner.isolate b/chromium/v8/tools/testrunner/testrunner.isolate
index e29f1df98df..56667c20215 100644
--- a/chromium/v8/tools/testrunner/testrunner.isolate
+++ b/chromium/v8/tools/testrunner/testrunner.isolate
@@ -7,6 +7,7 @@
'../run-tests.py',
],
'files': [
+ '<(PRODUCT_DIR)/v8_build_config.json',
'../run-tests.py',
'./'
],
@@ -20,12 +21,5 @@
],
},
}],
- ['is_gn==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/v8_build_config.json',
- ],
- },
- }],
],
}