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

Unified Diff: mojo/services/network/BUILD.gn

Issue 1053493003: Make mojo/application:test_support a group target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrap the source_set in a group target. 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 | « mojo/services/html_viewer/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/BUILD.gn
diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
index faabc150b3b9cfd997d4fa921b0acdc1d439c3db..54844029150371711a69581d52961a8651790a88 100644
--- a/mojo/services/network/BUILD.gn
+++ b/mojo/services/network/BUILD.gn
@@ -127,13 +127,4 @@ mojo_native_application("apptests") {
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
]
-
- # TODO(msw): Move this to mojo/application:test_support; see crbug.com/477104.
- data_deps = []
- if (is_android) {
- data_deps += [ "//mojo/android" ]
- }
- if (!is_component_build) {
- data_deps += [ "//mojo/shell:mojo_shell" ]
- }
}
« no previous file with comments | « mojo/services/html_viewer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698