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

Unified Diff: chrome/browser/media/router/discovery/BUILD.gn

Issue 2750453002: Add DiscoveryNetworkMonitor implementation (Closed)
Patch Set: Temporarily fix Windows and Mac compilation Created 3 years, 6 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/browser/media/router/discovery/discovery_network_info.h » ('j') | chrome/test/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/discovery/BUILD.gn
diff --git a/chrome/browser/media/router/discovery/BUILD.gn b/chrome/browser/media/router/discovery/BUILD.gn
index 21199e1256b57de557877a972fafae8d49e09d87..322ffe9af33f35e787a39a952ef8b4777c51c7bc 100644
--- a/chrome/browser/media/router/discovery/BUILD.gn
+++ b/chrome/browser/media/router/discovery/BUILD.gn
@@ -33,4 +33,18 @@ static_library("discovery") {
"dial/safe_dial_device_description_parser.cc",
"dial/safe_dial_device_description_parser.h",
]
+
+ if (!is_android) {
+ sources += [
+ "discovery_network_info.cc",
+ "discovery_network_info.h",
+ "discovery_network_list.h",
+ "discovery_network_list_posix.cc",
+ "discovery_network_list_wifi.h",
+ "discovery_network_list_wifi_linux.cc",
+ "discovery_network_list_win.cc",
+ "discovery_network_monitor.cc",
+ "discovery_network_monitor.h",
+ ]
+ }
}
« no previous file with comments | « no previous file | chrome/browser/media/router/discovery/discovery_network_info.h » ('j') | chrome/test/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698