summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 17:16:05 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 17:16:05 +0000
commit1e54c1cdf9d1babd6f34cf50f62a959d40eb6e13 (patch)
tree160cfd6c72cbc5b154b609a98e5cd142937bcb2e /chrome/chrome_common.gypi
parentec713348b33030deef5134b516e9042e28d08beb (diff)
downloadchromium_src-1e54c1cdf9d1babd6f34cf50f62a959d40eb6e13.zip
chromium_src-1e54c1cdf9d1babd6f34cf50f62a959d40eb6e13.tar.gz
chromium_src-1e54c1cdf9d1babd6f34cf50f62a959d40eb6e13.tar.bz2
Printing: Add a basic printing mode without print preview and cloud print.
BUG=147070 TBR=cimamoglu@google.com Review URL: https://codereview.chromium.org/22577010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217025 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index e5bdb52..c29bd66 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -661,6 +661,12 @@
'common/media/webrtc_logging_messages.h',
]
}],
+ ['enable_printing==0', {
+ 'sources!': [
+ 'common/print_messages.cc',
+ 'common/print_messages.h',
+ ]
+ }],
],
'target_conditions': [
['OS == "ios"', {