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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
47 'page_number.h', | 47 'page_number.h', |
48 'page_range.cc', | 48 'page_range.cc', |
49 'page_range.h', | 49 'page_range.h', |
50 'page_setup.cc', | 50 'page_setup.cc', |
51 'page_setup.h', | 51 'page_setup.h', |
52 'page_size_margins.h', | 52 'page_size_margins.h', |
53 'pdf_metafile_cg_mac.cc', | 53 'pdf_metafile_cg_mac.cc', |
54 'pdf_metafile_cg_mac.h', | 54 'pdf_metafile_cg_mac.h', |
55 'pdf_metafile_skia.h', | 55 'pdf_metafile_skia.h', |
56 'pdf_metafile_skia.cc', | 56 'pdf_metafile_skia.cc', |
57 'printed_document_aura.cc', | |
Lei Zhang
2011/10/05 23:55:59
You probably want these files inside a conditional
Emmanuel Saint-loubert-Bié
2011/10/06 00:38:52
should not be needed due to general eclusion rules
Lei Zhang
2011/10/06 00:42:58
If there's a general exclusion rule, then that's f
| |
57 'printed_document_cairo.cc', | 58 'printed_document_cairo.cc', |
58 'printed_document.cc', | 59 'printed_document.cc', |
59 'printed_document.h', | 60 'printed_document.h', |
60 'printed_document_mac.cc', | 61 'printed_document_mac.cc', |
61 'printed_document_win.cc', | 62 'printed_document_win.cc', |
62 'printed_page.cc', | 63 'printed_page.cc', |
63 'printed_page.h', | 64 'printed_page.h', |
64 'printed_pages_source.h', | 65 'printed_pages_source.h', |
65 'printing_context.cc', | 66 'printing_context.cc', |
66 'printing_context.h', | 67 'printing_context.h', |
68 'printing_context_aura.cc', | |
67 'printing_context_cairo.cc', | 69 'printing_context_cairo.cc', |
68 'printing_context_cairo.h', | 70 'printing_context_cairo.h', |
69 'printing_context_mac.mm', | 71 'printing_context_mac.mm', |
70 'printing_context_mac.h', | 72 'printing_context_mac.h', |
71 'printing_context_win.cc', | 73 'printing_context_win.cc', |
72 'printing_context_win.h', | 74 'printing_context_win.h', |
73 'print_dialog_gtk_interface.h', | 75 'print_dialog_gtk_interface.h', |
74 'print_job_constants.cc', | 76 'print_job_constants.cc', |
75 'print_job_constants.h', | 77 'print_job_constants.h', |
76 'print_settings.cc', | 78 'print_settings.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
226 ], | 228 ], |
227 }, | 229 }, |
228 }], | 230 }], |
229 ], | 231 ], |
230 }, | 232 }, |
231 }], | 233 }], |
232 ], | 234 ], |
233 }, | 235 }, |
234 ], | 236 ], |
235 } | 237 } |
OLD | NEW |