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

Unified Diff: content/content_tests.gypi

Issue 1620513002: Add isolate for content_browsertests with --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp declaration Created 4 years, 10 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 | « content/content_site_isolation_browsertests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 601c4830009bc7df33e12bae2aafc7471e5ca134..0d95ba6752ebf17804e8726e6d6f59127a7d166f 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1022,6 +1022,17 @@
['test_isolation_mode != "noop"', {
'targets': [
{
+ # GN: //content/test:content_site_isolation_browsertests_run
+ 'target_name': 'content_site_isolation_browsertests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'content_browsertests_run',
+ ],
+ 'sources': [
+ 'content_site_isolation_browsertests.isolate',
+ ],
+ },
+ {
'target_name': 'content_browsertests_run',
'type': 'none',
'dependencies': [
« no previous file with comments | « content/content_site_isolation_browsertests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698