45768b0f0e
Bug: chromium:645890 Change-Id: If34ac1336d0ee3c23e89050aef2cf30b754b67c1 Reviewed-on: https://chromium-review.googlesource.com/461145 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by: Yang Guo <yangguo@chromium.org> Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#44272}
34 lines
965 B
Python
34 lines
965 B
Python
# Copyright 2015 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': 'default_run',
|
|
'type': 'none',
|
|
'dependencies': [
|
|
'cctest/cctest.gyp:cctest_run',
|
|
'fuzzer/fuzzer.gyp:fuzzer_run',
|
|
'inspector/inspector.gyp:inspector-test_run',
|
|
'intl/intl.gyp:intl_run',
|
|
'message/message.gyp:message_run',
|
|
'mjsunit/mjsunit.gyp:mjsunit_run',
|
|
'preparser/preparser.gyp:preparser_run',
|
|
'unittests/unittests.gyp:unittests_run',
|
|
],
|
|
'includes': [
|
|
'../gypfiles/features.gypi',
|
|
'../gypfiles/isolate.gypi',
|
|
],
|
|
'sources': [
|
|
'default.isolate',
|
|
],
|
|
},
|
|
],
|
|
}],
|
|
],
|
|
}
|