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

Unified Diff: mojo/application/BUILD.gn

Issue 1095873003: Add back some GN data deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/application/BUILD.gn
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 5ea3a25e0676148aaca11b55df63a8aec3ba6ded..d39f10e8e5c9958921a1ad0b1dc0f5dc34e80bfa 100644
--- a/mojo/application/BUILD.gn
+++ b/mojo/application/BUILD.gn
@@ -35,7 +35,7 @@ source_set("content_handler") {
]
}
-source_set("test_support_source_set") {
+source_set("test_support") {
testonly = true
sources = [
"application_test_base_chromium.cc",
@@ -52,15 +52,6 @@ source_set("test_support_source_set") {
"//third_party/mojo/src/mojo/public/cpp/system",
"//testing/gtest",
]
-}
-
-# This group wraps the source_set above, so building any apptest that depends
-# on this target also builds this target's data_deps; see crbug.com/477104.
-group("test_support") {
- testonly = true
- public_deps = [
- ":test_support_source_set",
- ]
data_deps = []
if (is_android) {
« no previous file with comments | « no previous file | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698