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

Unified Diff: chrome/chrome_browser.gypi

Issue 516823002: Removed print_web_view_helper_win.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thu Aug 28 01:30:54 PDT 2014 Created 6 years, 4 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 b733bb7ffa4f47d29926431b97f705f6116ff84c..6a60d19b1d9c68060d73f84cb21d24b4cc67b2c9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3227,7 +3227,7 @@
],
'sources': [ '<@(chrome_browser_basic_printing_sources)' ],
'conditions': [
- ['OS=="win" and win_pdf_metafile_for_printing==1', {
+ ['OS=="win"', {
'sources': [ '<@(chrome_browser_printing_emf_sources)' ],
}],
# Full printing on top of the above.

Powered by Google App Engine
This is Rietveld 408576698