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

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: fixes 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 | « 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 578506c575e8e8ddfc3cd4076da71fa8dfe80984..7d8e3d010afa1978448e9e4f85d73ec9917ab6d6 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1599,6 +1599,17 @@
],
},
{
+ # GN: //content/test:content_site_isolation_browsertests_run
+ 'target_name': 'content_site_isolation_browsertests_run',
+ 'type': 'none',
+ 'dependencies': [
+ 'content_browsertests_run',
M-A Ruel 2016/01/22 18:52:29 'content_browsertests', ?
+ ],
+ 'sources': [
+ 'content_site_isolation_browsertests.isolate',
+ ],
+ },
+ {
# GN version: //content/test:content_gl_tests
'target_name': 'content_gl_tests',
'type': '<(gtest_target_type)',
« 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