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

Unified Diff: content/test/BUILD.gn

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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index f303dca0ff5ee66b962191f92469cef78ac7bb6d..18bfe60becc090fa540cdb7238980eabf19ff277 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -313,6 +313,22 @@ group("content_browsertests_run") {
]
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("content_site_isolation_browsertests_run") {
+ testonly = true
+ deps = [
+ ":content_browsertests",
+ ]
+}
+
+group("content_site_isolation_browsertests") {
+ testonly = true
+ data_deps = [
+ ":content_browsertests",
+ ]
+}
+
test("content_browsertests") {
sources = rebase_path(content_tests_gypi_values.content_browsertests_sources,
".",

Powered by Google App Engine
This is Rietveld 408576698