From dac471aa7b2508e14d42d648a157f63a7e3d5d5d Mon Sep 17 00:00:00 2001 From: brettw Date: Thu, 23 Apr 2015 22:09:04 -0700 Subject: 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} --- mojo/application/BUILD.gn | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'mojo') 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) { -- cgit v1.1