| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 13aa270fa0f8f0bec03c8f702514c8b37a41e1aa..d241c0a52de80ad9db5dc0f0d9e71bdd64e8895f 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1854,8 +1854,6 @@
|
| ],
|
| # Used on top of the "basic" sources when enable_printing == 1 (full).
|
| 'chrome_browser_full_printing_sources': [
|
| - 'browser/local_discovery/privet_http_impl.cc',
|
| - 'browser/local_discovery/privet_http_impl.h',
|
| 'browser/local_discovery/pwg_raster_converter.cc',
|
| 'browser/local_discovery/pwg_raster_converter.h',
|
| 'browser/printing/background_printing_manager.cc',
|
| @@ -2388,6 +2386,8 @@
|
| 'browser/local_discovery/privet_http_asynchronous_factory.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.cc',
|
| 'browser/local_discovery/privet_local_printer_lister.h',
|
| 'browser/local_discovery/privet_notifications.cc',
|
|
|