summaryrefslogtreecommitdiffstats
path: root/mojo
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-04-23 22:09:04 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-24 05:09:22 +0000
commitdac471aa7b2508e14d42d648a157f63a7e3d5d5d (patch)
treed977968e66078ad18a98eb4600a378b74db9e496 /mojo
parentd297ffa51436f815661237218485e75319f4067e (diff)
downloadchromium_src-dac471aa7b2508e14d42d648a157f63a7e3d5d5d.zip
chromium_src-dac471aa7b2508e14d42d648a157f63a7e3d5d5d.tar.gz
chromium_src-dac471aa7b2508e14d42d648a157f63a7e3d5d5d.tar.bz2
Add back some GN data deps
This is possible now that the data deps handling bug has been rolled. BUG=477104 Review URL: https://codereview.chromium.org/1095873003 Cr-Commit-Position: refs/heads/master@{#326744}
Diffstat (limited to 'mojo')
-rw-r--r--mojo/application/BUILD.gn11
1 files changed, 1 insertions, 10 deletions
diff --git a/mojo/application/BUILD.gn b/mojo/application/BUILD.gn
index 5ea3a25e..d39f10e 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) {