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

Unified Diff: chrome/chrome_browser.gypi

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 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/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 4b349a950c3eec10d08ffedc977ae24276137a63..f6c9193cc78500bdd4e05b3b758fe2a2e41fe212 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1035,6 +1035,8 @@
'browser/local_discovery/privet_device_resolver.cc',
'browser/local_discovery/privet_device_resolver.h',
'browser/local_discovery/privet_http.h',
+ 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
+ 'browser/local_discovery/privet_http_asynchronous_factory_mac.h',
'browser/local_discovery/privet_http_impl.cc',
'browser/local_discovery/privet_http_impl.h',
'browser/local_discovery/privet_local_printer_lister.h',
@@ -3551,7 +3553,7 @@
'browser/media/webrtc_logging_handler_host.h',
]
}],
- ['enable_mdns==1', {
+ ['enable_service_discovery==1', {
'sources' : [
'browser/local_discovery/privet_http_asynchronous_factory.cc',
'browser/local_discovery/privet_http_asynchronous_factory.h',
@@ -3559,12 +3561,6 @@
'browser/local_discovery/privet_notifications.h',
'browser/local_discovery/privet_notifications_factory.cc',
'browser/local_discovery/privet_notifications_factory.h',
- 'browser/local_discovery/privet_traffic_detector.cc',
- 'browser/local_discovery/privet_traffic_detector.h',
- 'browser/local_discovery/service_discovery_client_mdns.cc',
- 'browser/local_discovery/service_discovery_client_mdns.h',
- 'browser/local_discovery/service_discovery_host_client.cc',
- 'browser/local_discovery/service_discovery_host_client.h',
'browser/local_discovery/storage/privet_filesystem_async_util.cc',
'browser/local_discovery/storage/privet_filesystem_async_util.h',
'browser/local_discovery/storage/privet_filesystem_attribute_cache.cc',
@@ -3577,6 +3573,18 @@
'browser/local_discovery/storage/privet_filesystem_operations.h',
'browser/local_discovery/privet_local_printer_lister.h',
'browser/local_discovery/privet_local_printer_lister.cc',
+ ]
+ }],
+ ['enable_mdns==1', {
+ 'sources' : [
+ 'browser/local_discovery/privet_traffic_detector.cc',
+ 'browser/local_discovery/privet_traffic_detector.h',
+ 'browser/local_discovery/service_discovery_client_mdns.cc',
+ 'browser/local_discovery/service_discovery_client_mdns.h',
+ 'browser/local_discovery/service_discovery_host_client.cc',
+ 'browser/local_discovery/service_discovery_host_client.h',
+ 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc',
+ 'browser/local_discovery/privet_http_asynchronous_factory_impl.h',
]
}],
['enable_autofill_dialog!=1 or OS=="android" or OS=="ios"', {

Powered by Google App Engine
This is Rietveld 408576698