summaryrefslogtreecommitdiff
path: root/deps/v8/tools/gcmole/run-gcmole.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/gcmole/run-gcmole.isolate')
-rw-r--r--deps/v8/tools/gcmole/run-gcmole.isolate35
1 files changed, 0 insertions, 35 deletions
diff --git a/deps/v8/tools/gcmole/run-gcmole.isolate b/deps/v8/tools/gcmole/run-gcmole.isolate
deleted file mode 100644
index 0fba2a12c1..0000000000
--- a/deps/v8/tools/gcmole/run-gcmole.isolate
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2016 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': {
- 'command': [
- 'run-gcmole.py',
- ],
- 'files': [
- 'gccause.lua',
- 'gcmole.lua',
- 'parallel.py',
- 'run-gcmole.py',
- # The following contains all relevant source and gyp files.
- '../../BUILD.gn',
- '../../base/',
- '../../include/',
- '../../src/',
- '../../test/cctest/',
- '../../testing/gtest/include/gtest/gtest_prod.h',
- '../../third_party/icu/source/',
- ],
- },
- 'conditions': [
- ['gcmole==1', {
- 'variables': {
- 'files': [
- # This assumes gcmole tools have been fetched by a hook
- # into v8/tools/gcmole/gcmole_tools.
- 'gcmole-tools/',
- ],
- },
- }],
- ],
-}