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

Unified Diff: gin/gin.gyp

Issue 1507663003: Isolate gin_unittests and add them to bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years 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 | « gin/BUILD.gn ('k') | gin/gin_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index a3e4d39c1c8d5fba4b152b043b44d9457c00d3c9..1b5a544b018a110dc9f83257beb4d7e7ee53f198 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -156,6 +156,7 @@
'dependencies': [
'../base/base.gyp:test_support_base',
'../v8/tools/gyp/v8.gyp:v8',
+ 'gin_shell',
'gin_test',
],
'sources': [
@@ -173,4 +174,23 @@
],
},
],
+ 'conditions': [
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'gin_unittests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'gin_unittests',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ ],
+ 'sources': [
+ 'gin_unittests.isolate',
+ ],
+ },
+ ],
+ }],
+ ],
}
« no previous file with comments | « gin/BUILD.gn ('k') | gin/gin_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698