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

Unified Diff: test/default.isolate

Issue 1390473003: Reland [swarming] Isolate v8 testing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Correct includes 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/default.gyp ('k') | test/developer_default.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/default.isolate
diff --git a/src/d8.isolate b/test/default.isolate
similarity index 50%
copy from src/d8.isolate
copy to test/default.isolate
index 1c9bd9e35ca9df94ff3473eac29c06377a284339..d3d0c1430e982937ed43ae37fe4a02f08aeb017b 100644
--- a/src/d8.isolate
+++ b/test/default.isolate
@@ -2,15 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'variables': {
- 'command': [
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
- ],
- 'files': [
- '<(PRODUCT_DIR)/d8<(EXECUTABLE_SUFFIX)',
- ],
- },
'includes': [
- 'base.isolate',
+ 'cctest/cctest.isolate',
+ 'intl/intl.isolate',
+ 'message/message.isolate',
+ 'mjsunit/mjsunit.isolate',
+ 'preparser/preparser.isolate',
],
}
« no previous file with comments | « test/default.gyp ('k') | test/developer_default.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698