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

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

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 | « build/all.gyp ('k') | tools/check-static-initializers.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/check-static-initializers.gyp
diff --git a/test/mjsunit/mjsunit.gyp b/tools/check-static-initializers.gyp
similarity index 66%
copy from test/mjsunit/mjsunit.gyp
copy to tools/check-static-initializers.gyp
index 35ce2ffdee660385aedd6078a5db8198cad9d908..547a6c873bb87309b5afbf3a21eedaf938f5250b 100644
--- a/test/mjsunit/mjsunit.gyp
+++ b/tools/check-static-initializers.gyp
@@ -7,17 +7,17 @@
['test_isolation_mode != "noop"', {
'targets': [
{
- 'target_name': 'mjsunit_run',
+ 'target_name': 'check_static_initializers_run',
'type': 'none',
'dependencies': [
- '../../src/d8.gyp:d8_run',
+ '../src/d8.gyp:d8_run',
],
'includes': [
- '../../build/features.gypi',
- '../../build/isolate.gypi',
+ '../build/features.gypi',
+ '../build/isolate.gypi',
],
'sources': [
- 'mjsunit.isolate',
+ 'check-static-initializers.isolate',
],
},
],
« no previous file with comments | « build/all.gyp ('k') | tools/check-static-initializers.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698