Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: test/mjsunit/mjsunit.isolate

Issue 1380593002: [swarming] Isolate v8 testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Make dependencies conditional. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/mjsunit.gyp ('k') | test/preparser/preparser.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.isolate
diff --git a/test/mjsunit/mjsunit.isolate b/test/mjsunit/mjsunit.isolate
new file mode 100644
index 0000000000000000000000000000000000000000..18b73c2a14c10ea470879483fa5c21c54d626498
--- /dev/null
+++ b/test/mjsunit/mjsunit.isolate
@@ -0,0 +1,23 @@
+# 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',
+ '../../tools/tickprocessor.js'
+ ],
+ },
+ 'includes': [
+ '../../src/d8.isolate',
+ '../../tools/testrunner/testrunner.isolate',
+ ],
+}
« no previous file with comments | « test/mjsunit/mjsunit.gyp ('k') | test/preparser/preparser.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698