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

Unified Diff: testing/buildbot/filters/BUILD.gn

Issue 2491553002: ABANDONED CL: Disambiguate content_browsertests target. (Closed)
Patch Set: Created 4 years, 1 month 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/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/filters/BUILD.gn
diff --git a/testing/buildbot/filters/BUILD.gn b/testing/buildbot/filters/BUILD.gn
index c3e32105f7123bd54e008f2b450c220c25dc69a1..339059c5fb36133c4c5d9ab354baa749c28c5f8b 100644
--- a/testing/buildbot/filters/BUILD.gn
+++ b/testing/buildbot/filters/BUILD.gn
@@ -16,7 +16,7 @@
# $ for i in $(ls -1 testing/buildbot/filters/*.browser_tests.*filter ); \
# do echo " \"//$i\","; done | sort
-source_set("browser_tests") {
+source_set("browser_tests_filters") {
testonly = true
data = [
@@ -28,7 +28,7 @@ source_set("browser_tests") {
]
}
-source_set("content_browsertests") {
+source_set("content_browsertests_filters") {
testonly = true
data = [
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698