| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 13aa270fa0f8f0bec03c8f702514c8b37a41e1aa..7dcce243ac6840e530b479aa6da2dc5eff2f3c9b 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',
|
| @@ -2384,6 +2382,8 @@
|
| 'browser/local_discovery/privet_device_resolver.h',
|
| 'browser/local_discovery/privet_http.cc',
|
| 'browser/local_discovery/privet_http.h',
|
| + 'browser/local_discovery/privet_http_impl.cc',
|
| + 'browser/local_discovery/privet_http_impl.h',
|
| 'browser/local_discovery/privet_http_asynchronous_factory.cc',
|
| 'browser/local_discovery/privet_http_asynchronous_factory.h',
|
| 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
|
|
|