| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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', |
| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 '<!@(python cups_config_helper.py --cflags)', | 261 '<!@(python cups_config_helper.py --cflags)', |
| 260 ], | 262 ], |
| 261 }], | 263 }], |
| 262 ], | 264 ], |
| 263 }, | 265 }, |
| 264 }], | 266 }], |
| 265 ], | 267 ], |
| 266 }, | 268 }, |
| 267 ], | 269 ], |
| 268 } | 270 } |
| OLD | NEW |