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

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: Comments, build, and removing move 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..adb3deed7a08d510656a0250d3fdea8fa252ded7 100644
--- a/chrome/browser/media/router/media_router.gypi
+++ b/chrome/browser/media/router/media_router.gypi
@@ -55,6 +55,10 @@
'media_router_type_converters.cc',
'media_router_type_converters.h',
],
+ 'media_router_win_sources': [
mark a. foltz 2016/03/25 23:14:16 This shouldn't be necessary. The build system wil
btolsch 2016/03/26 10:53:58 Ok, conflicting advice. I moved these back to medi
+ 'media_route_provider_util_win.cc',
+ 'media_route_provider_util_win.h',
+ ],
'media_router_test_support_sources': [
'mock_media_router.cc',
'mock_media_router.h',

Powered by Google App Engine
This is Rietveld 408576698