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

Unified Diff: chrome/browser/media/router/media_router.gypi

Issue 1821823002: [Media Router] Conditionally enable mDNS on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message loop to run loop Created 4 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/browser/media/router/media_router.gypi
diff --git a/chrome/browser/media/router/media_router.gypi b/chrome/browser/media/router/media_router.gypi
index 073db226c66e6ebd0d72d00babff797497eaa3d9..204fdd62c8450bd560df90efe4b7b1e424a42b4c 100644
--- a/chrome/browser/media/router/media_router.gypi
+++ b/chrome/browser/media/router/media_router.gypi
@@ -50,6 +50,8 @@
],
# Files that are only needed on desktop builds
'media_router_non_android_sources': [
+ 'media_route_provider_util_win.cc',
imcheng 2016/03/25 06:26:30 I think these files should be in 'media_router_win
btolsch 2016/03/25 18:57:04 Done.
+ 'media_route_provider_util_win.h',
'media_router_mojo_impl.cc',
'media_router_mojo_impl.h',
'media_router_type_converters.cc',

Powered by Google App Engine
This is Rietveld 408576698