95e4c70287
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}
24 lines
546 B
Python
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',
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
}
|