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

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
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index afd6c5b65c2d2af42de37e316560e731349a9c5b..ed28cc41556edf8ec352bafd8fe1407cf4883f40 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1037,6 +1037,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',
@@ -3573,7 +3575,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',
@@ -3581,12 +3583,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',
@@ -3599,6 +3595,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"', {
« no previous file with comments | « chrome/browser/ui/webui/print_preview/print_preview_handler.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698