3195f19e87
BUG=chromium:635948 Review-Url: https://codereview.chromium.org/2393863002 Cr-Commit-Position: refs/heads/master@{#40194}
22 lines
545 B
Plaintext
22 lines
545 B
Plaintext
# 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.
|
|
{
|
|
'variables': {
|
|
'command': [
|
|
'../tools/run-tests.py',
|
|
],
|
|
},
|
|
'includes': [
|
|
'cctest/cctest.isolate',
|
|
'fuzzer/fuzzer.isolate',
|
|
'inspector/inspector.isolate',
|
|
'intl/intl.isolate',
|
|
'message/message.isolate',
|
|
'mjsunit/mjsunit.isolate',
|
|
'preparser/preparser.isolate',
|
|
'unittests/unittests.isolate',
|
|
'webkit/webkit.isolate',
|
|
],
|
|
}
|