| 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 13 matching lines...) Expand all Loading... |
| 24 '..', | 24 '..', |
| 25 ], | 25 ], |
| 26 'sources': [ | 26 'sources': [ |
| 27 'backend/print_backend.cc', | 27 'backend/print_backend.cc', |
| 28 'backend/print_backend.h', | 28 'backend/print_backend.h', |
| 29 'backend/print_backend_consts.cc', | 29 'backend/print_backend_consts.cc', |
| 30 'backend/print_backend_consts.h', | 30 'backend/print_backend_consts.h', |
| 31 'backend/print_backend_dummy.cc', | 31 'backend/print_backend_dummy.cc', |
| 32 'emf_win.cc', | 32 'emf_win.cc', |
| 33 'emf_win.h', | 33 'emf_win.h', |
| 34 'header_footer_initializer.cc', |
| 35 'header_footer_initializer.h', |
| 34 'image.cc', | 36 'image.cc', |
| 35 'image_cairo.cc', | 37 'image_cairo.cc', |
| 36 'image_mac.cc', | 38 'image_mac.cc', |
| 37 'image_win.cc', | 39 'image_win.cc', |
| 38 'image.h', | 40 'image.h', |
| 39 'metafile.h', | 41 'metafile.h', |
| 40 'metafile_impl.h', | 42 'metafile_impl.h', |
| 41 'metafile_skia_wrapper.h', | 43 'metafile_skia_wrapper.h', |
| 42 'metafile_skia_wrapper.cc', | 44 'metafile_skia_wrapper.cc', |
| 43 'page_number.cc', | 45 'page_number.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 ], | 224 ], |
| 223 }, | 225 }, |
| 224 }], | 226 }], |
| 225 ], | 227 ], |
| 226 }, | 228 }, |
| 227 }], | 229 }], |
| 228 ], | 230 ], |
| 229 }, | 231 }, |
| 230 ], | 232 ], |
| 231 } | 233 } |
| OLD | NEW |