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 'backend/printing_info_win.cc', |
| 36 'backend/printing_info_win.h', |
35 'emf_win.cc', | 37 'emf_win.cc', |
36 'emf_win.h', | 38 'emf_win.h', |
37 'image.cc', | 39 'image.cc', |
38 'image_linux.cc', | 40 'image_linux.cc', |
39 'image_mac.cc', | 41 'image_mac.cc', |
40 'image_win.cc', | 42 'image_win.cc', |
41 'image.h', | 43 'image.h', |
42 'metafile.h', | 44 'metafile.h', |
43 'metafile_impl.h', | 45 'metafile_impl.h', |
44 'metafile_skia_wrapper.h', | 46 'metafile_skia_wrapper.h', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 '<!@(python cups_config_helper.py --cflags)', | 292 '<!@(python cups_config_helper.py --cflags)', |
291 ], | 293 ], |
292 }], | 294 }], |
293 ], | 295 ], |
294 }, | 296 }, |
295 }], | 297 }], |
296 ], | 298 ], |
297 }, | 299 }, |
298 ], | 300 ], |
299 } | 301 } |
OLD | NEW |