v8/tools/gcmole/run_gcmole.gyp
machenbach 95e4c70287 [Swarming] Isolate gcmole.
BUG=chromium:535160
LOG=n
TBR=tandrii@chromium.org, kjellander@chromium.org

Review URL: https://codereview.chromium.org/1709503002

Cr-Commit-Position: refs/heads/master@{#34065}
2016-02-17 10:08:09 +00:00

24 lines
546 B
Python

# 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.
{
'conditions': [
['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'run_gcmole_run',
'type': 'none',
'includes': [
'../../build/features.gypi',
'../../build/isolate.gypi',
],
'sources': [
'run-gcmole.isolate',
],
},
],
}],
],
}