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

Unified Diff: chrome/chrome_renderer.gypi

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index ed663987d3270188574853bb42f0d25ff9ef6041..ccb508e58177bc0bdc560d69fd97c4cb8f5bfb5d 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -396,11 +396,15 @@
['exclude', '^renderer/automation/']
]
}],
+ ['enable_printing==0', {
+ 'sources/': [
+ ['exclude', '^renderer/printing/']
+ ]
+ }],
['OS=="android"', {
'sources!': [
'renderer/prerender/prerender_media_load_deferrer.cc',
'renderer/prerender/prerender_media_load_deferrer.h',
- 'renderer/printing/print_web_view_helper.cc',
],
'defines': [
'ENABLE_MOBILE_YOUTUBE_PLUGIN',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698