summaryrefslogtreecommitdiff
path: root/deps/v8/test/mkgrokdump/mkgrokdump.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mkgrokdump/mkgrokdump.isolate')
-rw-r--r--deps/v8/test/mkgrokdump/mkgrokdump.isolate17
1 files changed, 0 insertions, 17 deletions
diff --git a/deps/v8/test/mkgrokdump/mkgrokdump.isolate b/deps/v8/test/mkgrokdump/mkgrokdump.isolate
deleted file mode 100644
index b2cbc32551..0000000000
--- a/deps/v8/test/mkgrokdump/mkgrokdump.isolate
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2017 the V8 project authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-{
- 'variables': {
- 'files': [
- './mkgrokdump.status',
- './testcfg.py',
- '../../tools/v8heapconst.py',
- '<(PRODUCT_DIR)/mkgrokdump<(EXECUTABLE_SUFFIX)',
- ],
- },
- 'includes': [
- '../../src/base.isolate',
- '../../tools/testrunner/testrunner.isolate',
- ],
-}