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

Unified Diff: chrome/chrome_utility.gypi

Issue 549423002: PrintingHandler in utility process is required for Windows even without full printing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_patches
Patch Set: 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
« no previous file with comments | « no previous file | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index bedb1fa1670f790739ae9fa3b273740bb5b19e50..3c6e0f0c3cc7343e256fced4349ad50221101e6e 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -172,7 +172,7 @@
}],
],
}],
- ['enable_printing!=1', {
+ ['enable_printing!=1 and OS!="win"', {
'sources!': [
'utility/printing_handler.cc',
'utility/printing_handler.h',
« no previous file with comments | « no previous file | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698