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

Unified Diff: chrome/chrome_browser.gypi

Issue 552703002: Fix compilation on Windows with enable_printing=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 8 10:32:47 PDT 2014 Created 6 years, 3 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 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',

Powered by Google App Engine
This is Rietveld 408576698