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

Unified Diff: content/test/BUILD.gn

Issue 1664653003: Revert of Move gn _run target generation into test(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « components/nacl/loader/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 448b2e7221a527e386fa5fd61582843c5f6745cd..2c619c8464177930e9ca102b3d9d41db25544b56 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -337,6 +337,15 @@
resource_dirs = [ "//content/shell/android/browsertests_apk/res" ]
custom_package = "org.chromium.content_browsertests_apk"
}
+}
+
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("content_browsertests_run") {
+ testonly = true
+ deps = [
+ ":content_browsertests",
+ ]
}
test("content_browsertests") {
@@ -551,6 +560,15 @@
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("content_unittests_run") {
+ testonly = true
+ deps = [
+ ":content_unittests",
+ ]
+}
+
test("content_unittests") {
defines = []
sources = rebase_path(content_tests_gypi_values.content_unittests_sources,
@@ -816,6 +834,15 @@
}
}
+# TODO(GYP): Delete this after we've converted everything to GN.
+# The _run targets exist only for compatibility w/ GYP.
+group("content_gl_tests_run") {
+ testonly = true
+ deps = [
+ ":content_gl_tests",
+ ]
+}
+
test("content_gl_tests") {
sources = [
"../common/gpu/client/gl_helper_unittest.cc",
« no previous file with comments | « components/nacl/loader/BUILD.gn ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698