2015-10-05 09:48:25 +00:00
|
|
|
# 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': {
|
|
|
|
'files': [
|
|
|
|
'./',
|
|
|
|
'../../tools/codemap.js',
|
|
|
|
'../../tools/consarray.js',
|
|
|
|
'../../tools/csvparser.js',
|
|
|
|
'../../tools/logreader.js',
|
|
|
|
'../../tools/profile.js',
|
|
|
|
'../../tools/profile_view.js',
|
|
|
|
'../../tools/profviz/composer.js',
|
|
|
|
'../../tools/splaytree.js',
|
2016-05-30 08:55:32 +00:00
|
|
|
'../../tools/tickprocessor.js',
|
2017-02-14 18:25:32 +00:00
|
|
|
'../../tools/dumpcpp.js',
|
|
|
|
'../wasm-js/test/harness/wasm-constants.js',
|
|
|
|
'../wasm-js/test/harness/wasm-module-builder.js',
|
|
|
|
'../wasm-js/test/js-api/jsapi.js',
|
2015-10-05 09:48:25 +00:00
|
|
|
],
|
|
|
|
},
|
|
|
|
'includes': [
|
|
|
|
'../../src/d8.isolate',
|
|
|
|
'../../tools/testrunner/testrunner.isolate',
|
|
|
|
],
|
2017-02-14 18:25:32 +00:00
|
|
|
}
|