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

Unified Diff: tools/check-static-initializers.isolate

Issue 1568293002: [swarming] Isolate static initializer check. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 | « tools/check-static-initializers.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check-static-initializers.isolate
diff --git a/test/ignition.isolate b/tools/check-static-initializers.isolate
similarity index 52%
copy from test/ignition.isolate
copy to tools/check-static-initializers.isolate
index 9604a694b2d9a8d1344b76b674fcf6499ca8e41d..d1197d3d6c998faf82ab4b3d5721f9d3a8cbdcc8 100644
--- a/test/ignition.isolate
+++ b/tools/check-static-initializers.isolate
@@ -2,8 +2,15 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'variables': {
+ 'command': [
+ 'check-static-initializers.sh',
+ ],
+ 'files': [
+ 'check-static-initializers.sh',
+ ],
+ },
'includes': [
- 'cctest/cctest.isolate',
- 'mjsunit/mjsunit.isolate',
+ '../src/d8.isolate',
],
}
« no previous file with comments | « tools/check-static-initializers.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698