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 20 matching lines...) Expand all Loading... |
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 'image.cc', | 34 'image.cc', |
35 'image_cairo.cc', | 35 'image_cairo.cc', |
36 'image_mac.cc', | 36 'image_mac.cc', |
37 'image_win.cc', | 37 'image_win.cc', |
38 'image.h', | 38 'image.h', |
39 'native_metafile_factory.cc', | 39 'native_metafile_factory.cc', |
40 'native_metafile_factory.h', | 40 'native_metafile_factory.h', |
41 'native_metafile_linux.h', | |
42 'native_metafile_mac.h', | |
43 'native_metafile_win.h', | |
44 'native_metafile.h', | 41 'native_metafile.h', |
45 'page_number.cc', | 42 'page_number.cc', |
46 'page_number.h', | 43 'page_number.h', |
47 'page_overlays.cc', | 44 'page_overlays.cc', |
48 'page_overlays.h', | 45 'page_overlays.h', |
49 'page_range.cc', | 46 'page_range.cc', |
50 'page_range.h', | 47 'page_range.h', |
51 'page_setup.cc', | 48 'page_setup.cc', |
52 'page_setup.h', | 49 'page_setup.h', |
53 'pdf_metafile_mac.cc', | 50 'pdf_metafile_mac.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 ], | 191 ], |
195 }, | 192 }, |
196 ], | 193 ], |
197 } | 194 } |
198 | 195 |
199 # Local Variables: | 196 # Local Variables: |
200 # tab-width:2 | 197 # tab-width:2 |
201 # indent-tabs-mode:nil | 198 # indent-tabs-mode:nil |
202 # End: | 199 # End: |
203 # vim: set expandtab tabstop=2 shiftwidth=2: | 200 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |