Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 3bcf9517a84cb1d58884023d9dfc11c0445fede7..429ad9e59d07ad7483c23c3e8970a76dcb96f892 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -1933,14 +1933,14 @@ |
'android/java/src/org/chromium/chrome/browser/webapps/WebappRegistry.java', |
], |
'chrome_browser_mdns_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_client_utility.cc', |
'browser/local_discovery/service_discovery_client_utility.h', |
'browser/local_discovery/service_discovery_host_client.cc', |
'browser/local_discovery/service_discovery_host_client.h', |
+ 'browser/printing/cloud_print/privet_traffic_detector.cc', |
+ 'browser/printing/cloud_print/privet_traffic_detector.h', |
], |
'chrome_browser_metrics_sources': [ |
'browser/metrics/chrome_browser_main_extra_parts_metrics.cc', |
@@ -2393,8 +2393,6 @@ |
], |
# Used on top of the "basic" sources when enable_print_preview==1. |
'chrome_browser_printing_full_sources': [ |
- 'browser/local_discovery/pwg_raster_converter.cc', |
- 'browser/local_discovery/pwg_raster_converter.h', |
'browser/printing/background_printing_manager.cc', |
'browser/printing/background_printing_manager.h', |
'browser/printing/cloud_print/cloud_print_proxy_service.cc', |
@@ -2422,6 +2420,8 @@ |
'browser/printing/printer_manager_dialog_linux.cc', |
'browser/printing/printer_manager_dialog_mac.mm', |
'browser/printing/printer_manager_dialog_win.cc', |
+ 'browser/printing/pwg_raster_converter.cc', |
+ 'browser/printing/pwg_raster_converter.h', |
'browser/service_process/service_process_control.cc', |
'browser/service_process/service_process_control.h', |
'browser/service_process/service_process_control_mac.mm', |
@@ -2660,42 +2660,8 @@ |
'browser/search_engines/template_url_service_android.h', |
], |
'chrome_browser_service_discovery_sources': [ |
- 'browser/local_discovery/cloud_print_printer_list.cc', |
- 'browser/local_discovery/cloud_print_printer_list.h', |
- 'browser/local_discovery/device_description.cc', |
- 'browser/local_discovery/device_description.h', |
'browser/local_discovery/endpoint_resolver.cc', |
'browser/local_discovery/endpoint_resolver.h', |
- 'browser/local_discovery/gcd_api_flow.cc', |
- 'browser/local_discovery/gcd_api_flow.h', |
- 'browser/local_discovery/gcd_api_flow_impl.cc', |
- 'browser/local_discovery/gcd_api_flow_impl.h', |
- 'browser/local_discovery/gcd_constants.cc', |
- 'browser/local_discovery/gcd_constants.h', |
- 'browser/local_discovery/privet_confirm_api_flow.cc', |
- 'browser/local_discovery/privet_confirm_api_flow.h', |
- 'browser/local_discovery/privet_constants.cc', |
- 'browser/local_discovery/privet_constants.h', |
- 'browser/local_discovery/privet_device_lister.cc', |
- 'browser/local_discovery/privet_device_lister.h', |
- 'browser/local_discovery/privet_device_lister_impl.cc', |
- 'browser/local_discovery/privet_device_lister_impl.h', |
- 'browser/local_discovery/privet_http.cc', |
- 'browser/local_discovery/privet_http.h', |
- 'browser/local_discovery/privet_http_asynchronous_factory.cc', |
- 'browser/local_discovery/privet_http_asynchronous_factory.h', |
- 'browser/local_discovery/privet_http_asynchronous_factory_impl.cc', |
- 'browser/local_discovery/privet_http_asynchronous_factory_impl.h', |
- 'browser/local_discovery/privet_http_impl.cc', |
- 'browser/local_discovery/privet_http_impl.h', |
- 'browser/local_discovery/privet_local_printer_lister.cc', |
- 'browser/local_discovery/privet_local_printer_lister.h', |
- 'browser/local_discovery/privet_notifications.cc', |
- 'browser/local_discovery/privet_notifications.h', |
- 'browser/local_discovery/privet_notifications_factory.cc', |
- 'browser/local_discovery/privet_notifications_factory.h', |
- 'browser/local_discovery/privet_url_fetcher.cc', |
- 'browser/local_discovery/privet_url_fetcher.h', |
'browser/local_discovery/service_discovery_client_mac.h', |
'browser/local_discovery/service_discovery_client_mac.mm', |
'browser/local_discovery/service_discovery_client_mac_factory.h', |
@@ -2704,6 +2670,40 @@ |
'browser/local_discovery/service_discovery_device_lister.h', |
'browser/local_discovery/service_discovery_shared_client.cc', |
'browser/local_discovery/service_discovery_shared_client.h', |
+ 'browser/printing/cloud_print/cloud_print_printer_list.cc', |
+ 'browser/printing/cloud_print/cloud_print_printer_list.h', |
+ 'browser/printing/cloud_print/device_description.cc', |
+ 'browser/printing/cloud_print/device_description.h', |
+ 'browser/printing/cloud_print/gcd_api_flow.cc', |
+ 'browser/printing/cloud_print/gcd_api_flow.h', |
+ 'browser/printing/cloud_print/gcd_api_flow_impl.cc', |
+ 'browser/printing/cloud_print/gcd_api_flow_impl.h', |
+ 'browser/printing/cloud_print/gcd_constants.cc', |
+ 'browser/printing/cloud_print/gcd_constants.h', |
+ 'browser/printing/cloud_print/privet_confirm_api_flow.cc', |
+ 'browser/printing/cloud_print/privet_confirm_api_flow.h', |
+ 'browser/printing/cloud_print/privet_constants.cc', |
+ 'browser/printing/cloud_print/privet_constants.h', |
+ 'browser/printing/cloud_print/privet_device_lister.cc', |
+ 'browser/printing/cloud_print/privet_device_lister.h', |
+ 'browser/printing/cloud_print/privet_device_lister_impl.cc', |
+ 'browser/printing/cloud_print/privet_device_lister_impl.h', |
+ 'browser/printing/cloud_print/privet_http.cc', |
+ 'browser/printing/cloud_print/privet_http.h', |
+ 'browser/printing/cloud_print/privet_http_asynchronous_factory.cc', |
+ 'browser/printing/cloud_print/privet_http_asynchronous_factory.h', |
+ 'browser/printing/cloud_print/privet_http_asynchronous_factory_impl.cc', |
+ 'browser/printing/cloud_print/privet_http_asynchronous_factory_impl.h', |
+ 'browser/printing/cloud_print/privet_http_impl.cc', |
+ 'browser/printing/cloud_print/privet_http_impl.h', |
+ 'browser/printing/cloud_print/privet_local_printer_lister.cc', |
+ 'browser/printing/cloud_print/privet_local_printer_lister.h', |
+ 'browser/printing/cloud_print/privet_notifications.cc', |
+ 'browser/printing/cloud_print/privet_notifications.h', |
+ 'browser/printing/cloud_print/privet_notifications_factory.cc', |
+ 'browser/printing/cloud_print/privet_notifications_factory.h', |
+ 'browser/printing/cloud_print/privet_url_fetcher.cc', |
+ 'browser/printing/cloud_print/privet_url_fetcher.h', |
], |
'chrome_browser_services_sources': [ |
'browser/services/gcm/gcm_profile_service_factory.cc', |