9d71683e11
- Migrate make grokdump to GYP and GN - Move code from d8 into stand-alone execution - Add test case to ensure it's up-to-date Review-Url: https://codereview.chromium.org/2809653003 Cr-Original-Original-Commit-Position: refs/heads/master@{#44687} Committed:0cc0c130fa
Review-Url: https://codereview.chromium.org/2809653003 Cr-Original-Commit-Position: refs/heads/master@{#44710} Committed:477f005574
Review-Url: https://codereview.chromium.org/2809653003 Cr-Commit-Position: refs/heads/master@{#44738}
24 lines
615 B
Plaintext
24 lines
615 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',
|
|
'debugger/debugger.isolate',
|
|
'fuzzer/fuzzer.isolate',
|
|
'inspector/inspector.isolate',
|
|
'intl/intl.isolate',
|
|
'message/message.isolate',
|
|
'mjsunit/mjsunit.isolate',
|
|
'mkgrokdump/mkgrokdump.isolate',
|
|
'preparser/preparser.isolate',
|
|
'unittests/unittests.isolate',
|
|
'webkit/webkit.isolate',
|
|
],
|
|
}
|