OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
11 ], | 11 ], |
12 'targets': [ | 12 'targets': [ |
13 { | 13 { |
14 'target_name': 'printing', | 14 'target_name': 'printing', |
15 'type': '<(library)', | 15 'type': '<(library)', |
16 'dependencies': [ | 16 'dependencies': [ |
17 '../app/app.gyp:app_base', # Only required for Font support | 17 '../app/app.gyp:app_base', # Only required for Font support |
18 '../base/base.gyp:base', | 18 '../base/base.gyp:base', |
19 '../base/base.gyp:base_gfx', | 19 '../base/base.gyp:base_gfx', |
20 '../build/temp_gyp/googleurl.gyp:googleurl', | 20 '../build/temp_gyp/googleurl.gyp:googleurl', |
21 '../skia/skia.gyp:skia', | 21 '../skia/skia.gyp:skia', |
22 '../third_party/icu38/icu38.gyp:icui18n', | 22 '../third_party/icu/icu.gyp:icui18n', |
23 '../third_party/icu38/icu38.gyp:icuuc', | 23 '../third_party/icu/icu.gyp:icuuc', |
24 ], | 24 ], |
25 'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4', | 25 'msvs_guid': '9E5416B9-B91B-4029-93F4-102C1AD5CAF4', |
26 'include_dirs': [ | 26 'include_dirs': [ |
27 '..', | 27 '..', |
28 ], | 28 ], |
29 'sources': [ | 29 'sources': [ |
30 'emf_win.cc', | 30 'emf_win.cc', |
31 'emf_win.h', | 31 'emf_win.h', |
32 'image.cc', | 32 'image.cc', |
33 'image.h', | 33 'image.h', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 '../base/base.gyp:base_gfx', | 118 '../base/base.gyp:base_gfx', |
119 ], | 119 ], |
120 'sources/': [ | 120 'sources/': [ |
121 ['include', 'pdf_ps_metafile_linux_unittest.cc'], | 121 ['include', 'pdf_ps_metafile_linux_unittest.cc'], |
122 ] | 122 ] |
123 }], | 123 }], |
124 ], | 124 ], |
125 }, | 125 }, |
126 ], | 126 ], |
127 } | 127 } |
OLD | NEW |