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

Unified Diff: chrome/test/BUILD.gn

Issue 2745653008: [Media Router] Parse device description xml in utility process (Closed)
Patch Set: resolve code review comments from Mark 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 8f42c0969c4a2266a0fdce8f87ee61a3d90eb5b7..21ce291b8d38c85438d900397f07ae16b1985ee5 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -4403,6 +4403,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