OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 14 matching lines...) Expand all Loading... |
25 ], | 25 ], |
26 'include_dirs': [ | 26 'include_dirs': [ |
27 '..', | 27 '..', |
28 ], | 28 ], |
29 'sources': [ | 29 'sources': [ |
30 'backend/print_backend.cc', | 30 'backend/print_backend.cc', |
31 'backend/print_backend.h', | 31 'backend/print_backend.h', |
32 'backend/print_backend_consts.cc', | 32 'backend/print_backend_consts.cc', |
33 'backend/print_backend_consts.h', | 33 'backend/print_backend_consts.h', |
34 'backend/print_backend_dummy.cc', | 34 'backend/print_backend_dummy.cc', |
35 'custom_scaling.cc', | |
36 'custom_scaling.h', | |
37 'emf_win.cc', | 35 'emf_win.cc', |
38 'emf_win.h', | 36 'emf_win.h', |
39 'image.cc', | 37 'image.cc', |
40 'image_linux.cc', | 38 'image_linux.cc', |
41 'image_mac.cc', | 39 'image_mac.cc', |
42 'image_win.cc', | 40 'image_win.cc', |
43 'image.h', | 41 'image.h', |
44 'metafile.h', | 42 'metafile.h', |
45 'metafile_impl.h', | 43 'metafile_impl.h', |
46 'metafile_skia_wrapper.h', | 44 'metafile_skia_wrapper.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 '<!@(python cups_config_helper.py --cflags)', | 259 '<!@(python cups_config_helper.py --cflags)', |
262 ], | 260 ], |
263 }], | 261 }], |
264 ], | 262 ], |
265 }, | 263 }, |
266 }], | 264 }], |
267 ], | 265 ], |
268 }, | 266 }, |
269 ], | 267 ], |
270 } | 268 } |
OLD | NEW |