1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
11 'target_name': 'printing',
12 'type': '<(component)',
14 '../base/base.gyp:base',
15 '../base/base.gyp:base_i18n',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
17 '../skia/skia.gyp:skia',
18 '../third_party/icu/icu.gyp:icui18n',
19 '../third_party/icu/icu.gyp:icuuc',
20 '../ui/gfx/gfx.gyp:gfx',
21 '../ui/gfx/gfx.gyp:gfx_geometry',
22 '../url/url.gyp:url_lib',
25 'PRINTING_IMPLEMENTATION',
31 'backend/print_backend.cc',
32 'backend/print_backend.h',
33 'backend/print_backend_consts.cc',
34 'backend/print_backend_consts.h',
35 'backend/print_backend_dummy.cc',
36 'backend/printing_info_win.cc',
37 'backend/printing_info_win.h',
48 'metafile_skia_wrapper.cc',
49 'metafile_skia_wrapper.h',
56 'page_size_margins.cc',
57 'page_size_margins.h',
58 'pdf_metafile_cg_mac.cc',
59 'pdf_metafile_cg_mac.h',
60 'pdf_metafile_skia.cc',
61 'pdf_metafile_skia.h',
62 'print_destination_interface.h',
63 'print_destination_none.cc',
64 'print_dialog_gtk_interface.h',
65 'print_job_constants.cc',
66 'print_job_constants.h',
69 'print_settings_initializer.cc',
70 'print_settings_initializer.h',
71 'print_settings_initializer_mac.cc',
72 'print_settings_initializer_mac.h',
73 'print_settings_initializer_win.cc',
74 'print_settings_initializer_win.h',
75 'printed_document.cc',
77 'printed_document_linux.cc',
78 'printed_document_mac.cc',
79 'printed_document_win.cc',
82 'printed_pages_source.h',
83 'printing_context.cc',
90 'direct_dependent_settings': {
98 '<(DEPTH)/ui/aura/aura.gyp:aura',
101 # Mac-Aura does not support printing.
102 ['OS=="mac" and use_aura==1',{
104 'printed_document_mac.cc',
105 'printing_context_mac.mm',
106 'printing_context_mac.h',
109 ['OS=="mac" and use_aura==0',{
111 'printing_context_mac.mm',
112 'printing_context_mac.h',
117 '<(DEPTH)/ui/aura/aura.gyp:aura',
120 # PRINT_BACKEND_AVAILABLE disables the default dummy implementation
121 # of the print backend and enables a custom implementation instead.
122 'PRINT_BACKEND_AVAILABLE',
125 'backend/win_helper.cc',
126 'backend/win_helper.h',
127 'backend/print_backend_win.cc',
128 'printing_context_win.cc',
129 'printing_context_win.h',
134 'printing_context_no_system_dialog.cc',
135 'printing_context_no_system_dialog.h',
143 'cups_version': '<!(cups-config --api-version)',
148 '../build/linux/system.gyp:libgcrypt',
151 ['cups_version in ["1.6", "1.7"]', {
153 # CUPS 1.6 deprecated the PPD APIs, but we will stay with this
154 # API for now as supported Linux and Mac OS'es are still using
155 # older versions of CUPS. More info: crbug.com/226176
156 '-Wno-deprecated-declarations',
157 # CUPS 1.7 deprecates httpConnectEncrypt(), see the mac section
161 ['OS=="mac" and mac_sdk=="10.9"', {
162 # The 10.9 SDK includes cups 1.7, which deprecates
163 # httpConnectEncrypt() in favor of httpConnect2(). hhttpConnect2()
164 # is new in 1.7, so it doesn't exist on OS X 10.6-10.8 and we
165 # can't use it until 10.9 is our minimum system version.
166 # (cups_version isn't reliable on OS X, so key the check off of
170 '-Wno-deprecated-declarations',
176 # PRINT_BACKEND_AVAILABLE disables the default dummy implementation
177 # of the print backend and enables a custom implementation instead.
178 'PRINT_BACKEND_AVAILABLE',
181 'backend/cups_helper.cc',
182 'backend/cups_helper.h',
183 'backend/print_backend_cups.cc',
186 ['OS=="linux" and chromeos==1', {
188 # PRINT_BACKEND_AVAILABLE disables the default dummy implementation
189 # of the print backend and enables a custom implementation instead.
190 'PRINT_BACKEND_AVAILABLE',
193 'backend/print_backend_chromeos.cc',
196 ['OS=="linux" and chromeos==0', {
198 'printing_context_linux.cc',
199 'printing_context_linux.h',
204 'printing_context_android.cc',
205 'printing_context_android.h',
208 'printing_jni_headers',
214 'target_name': 'printing_unittests',
215 'type': 'executable',
217 '../base/base.gyp:run_all_unittests',
218 '../base/base.gyp:test_support_base',
219 '../testing/gtest.gyp:gtest',
220 '../ui/base/ui_base.gyp:ui_base',
221 '../ui/gfx/gfx.gyp:gfx',
222 '../ui/gfx/gfx.gyp:gfx_geometry',
226 'emf_win_unittest.cc',
227 'page_number_unittest.cc',
228 'page_range_unittest.cc',
229 'page_setup_unittest.cc',
230 'pdf_metafile_cg_mac_unittest.cc',
231 'printed_page_unittest.cc',
232 'printing_context_win_unittest.cc',
234 'printing_utils_unittest.cc',
238 ['OS!="mac"', {'sources/': [['exclude', '_mac_unittest\\.(cc|mm?)$']]}],
239 ['OS!="win"', {'sources/': [['exclude', '_win_unittest\\.cc$']]}],
245 'backend/cups_helper_unittest.cc',
248 [ 'os_posix == 1 and OS != "mac" and OS != "android" and OS != "ios"', {
250 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554
251 ['(use_allocator!="none" and use_allocator!="see_use_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1)', {
253 '../base/allocator/allocator.gyp:allocator',
259 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
260 'msvs_disabled_warnings': [ 4267, ],
263 'target_name': 'cups',
267 'direct_dependent_settings': {
275 '$(SDKROOT)/usr/lib/libcups.dylib',
281 '<!@(python cups_config_helper.py --libs)',
287 '<!@(python cups_config_helper.py --cflags)',
297 ['OS == "android"', {
300 'target_name': 'printing_jni_headers',
303 'android/java/src/org/chromium/printing/PrintingContext.java',
306 'jni_gen_package': 'printing',
307 'jni_generator_ptr_type': 'long',
309 'includes': [ '../build/jni_generator.gypi' ],
312 'target_name': 'printing_java',
315 'java_in_dir': '../printing/android/java',
318 '../base/base.gyp:base_java',
320 'includes': [ '../build/java.gypi' ],