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

Unified Diff: chrome/test/BUILD.gn

Issue 2784923002: [Media Router] Don't build dial_device_description_parser on Android. (Closed)
Patch Set: no ENABLE_MEDIA_ROUTER Created 3 years, 9 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 | chrome/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 5d7079ec28baf0dfddb8285968148dec11464669..c8d926c39628d64542dbec42ff429c43811b9d0b 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4427,7 +4427,6 @@ test("unit_tests") {
"../browser/media/router/presentation_media_sinks_observer_unittest.cc",
"../browser/media/router/presentation_request_unittest.cc",
"../browser/media/router/presentation_service_delegate_impl_unittest.cc",
- "../utility/media_router/dial_device_description_parser_impl_unittest.cc",
]
deps += [ "//chrome/browser/media/router:test_support" ]
if (!is_android) {
@@ -4457,6 +4456,7 @@ test("unit_tests") {
"../browser/ui/webui/media_router/media_router_web_ui_test.h",
"../browser/ui/webui/media_router/media_router_webui_message_handler_unittest.cc",
"../browser/ui/webui/media_router/query_result_manager_unittest.cc",
+ "../utility/media_router/dial_device_description_parser_impl_unittest.cc",
]
}
}
« no previous file with comments | « no previous file | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698