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

Unified Diff: chrome/test/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: use mojo instead of IPC 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 99b55d39b6a79a9ff654bf5e4c37b5de955e4bc1..3f49a9099ff910b66ae937d61223b04dc19c8b7f 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4397,6 +4397,7 @@ 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_unittest.cc",
]
deps += [ "//chrome/browser/media/router:test_support" ]
if (!is_android) {

Powered by Google App Engine
This is Rietveld 408576698