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', | |
54 'page_size_margins.h', | 53 'page_size_margins.h', |
55 'pdf_metafile_cg_mac.cc', | 54 'pdf_metafile_cg_mac.cc', |
56 'pdf_metafile_cg_mac.h', | 55 'pdf_metafile_cg_mac.h', |
57 'pdf_metafile_skia.h', | 56 'pdf_metafile_skia.h', |
58 'pdf_metafile_skia.cc', | 57 'pdf_metafile_skia.cc', |
59 'printed_document_aura.cc', | 58 'printed_document_aura.cc', |
60 'printed_document_cairo.cc', | 59 'printed_document_cairo.cc', |
61 'printed_document.cc', | 60 'printed_document.cc', |
62 'printed_document.h', | 61 'printed_document.h', |
63 'printed_document_mac.cc', | 62 'printed_document_mac.cc', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 '<!@(python cups_config_helper.py --cflags)', | 257 '<!@(python cups_config_helper.py --cflags)', |
259 ], | 258 ], |
260 }], | 259 }], |
261 ], | 260 ], |
262 }, | 261 }, |
263 }], | 262 }], |
264 ], | 263 ], |
265 }, | 264 }, |
266 ], | 265 ], |
267 } | 266 } |
OLD | NEW |