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

Unified Diff: chrome/chrome_exe.gypi

Issue 13913025: Add chrome.isolate and chrome_run gyp target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « chrome/chrome.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index b35b40e9471d45cc98c04e21ec9f968e204639ae..fa50f00e03d3703271f78394bd856f2480297644 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -606,5 +606,30 @@
}],
],
}],
+ ['test_isolation_mode != "noop"', {
+ 'targets': [
+ {
+ 'target_name': 'chrome_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'chrome',
+ ],
+ 'includes': [
+ '../build/isolate.gypi',
+ 'chrome.isolate',
+ ],
+ 'sources': [
+ 'chrome.isolate',
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome_nacl_win64',
+ ],
+ }],
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « chrome/chrome.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698