| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 'metafile.h', | 43 'metafile.h', |
| 44 'metafile_impl.h', | 44 'metafile_impl.h', |
| 45 'metafile_skia_wrapper.h', | 45 'metafile_skia_wrapper.h', |
| 46 'metafile_skia_wrapper.cc', | 46 'metafile_skia_wrapper.cc', |
| 47 'page_number.cc', | 47 'page_number.cc', |
| 48 'page_number.h', | 48 'page_number.h', |
| 49 'page_range.cc', | 49 'page_range.cc', |
| 50 'page_range.h', | 50 'page_range.h', |
| 51 'page_setup.cc', | 51 'page_setup.cc', |
| 52 'page_setup.h', | 52 'page_setup.h', |
| 53 'page_size_margins.cc', |
| 53 'page_size_margins.h', | 54 'page_size_margins.h', |
| 54 'pdf_metafile_cg_mac.cc', | 55 'pdf_metafile_cg_mac.cc', |
| 55 'pdf_metafile_cg_mac.h', | 56 'pdf_metafile_cg_mac.h', |
| 56 'pdf_metafile_skia.h', | 57 'pdf_metafile_skia.h', |
| 57 'pdf_metafile_skia.cc', | 58 'pdf_metafile_skia.cc', |
| 58 'printed_document_aura.cc', | 59 'printed_document_aura.cc', |
| 59 'printed_document_cairo.cc', | 60 'printed_document_cairo.cc', |
| 60 'printed_document.cc', | 61 'printed_document.cc', |
| 61 'printed_document.h', | 62 'printed_document.h', |
| 62 'printed_document_mac.cc', | 63 'printed_document_mac.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 '<!@(python cups_config_helper.py --cflags)', | 258 '<!@(python cups_config_helper.py --cflags)', |
| 258 ], | 259 ], |
| 259 }], | 260 }], |
| 260 ], | 261 ], |
| 261 }, | 262 }, |
| 262 }], | 263 }], |
| 263 ], | 264 ], |
| 264 }, | 265 }, |
| 265 ], | 266 ], |
| 266 } | 267 } |
| OLD | NEW |