| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'print_settings.h', | 45 'print_settings.h', |
| 46 'printed_document.cc', | 46 'printed_document.cc', |
| 47 'printed_document_cairo.cc', | 47 'printed_document_cairo.cc', |
| 48 'printed_document_mac.cc', | 48 'printed_document_mac.cc', |
| 49 'printed_document_win.cc', | 49 'printed_document_win.cc', |
| 50 'printed_document.h', | 50 'printed_document.h', |
| 51 'printed_page.cc', | 51 'printed_page.cc', |
| 52 'printed_page.h', | 52 'printed_page.h', |
| 53 'printed_pages_source.h', | 53 'printed_pages_source.h', |
| 54 'printing_context.h', | 54 'printing_context.h', |
| 55 'printing_context.cc', |
| 56 'printing_context_cairo.h', |
| 55 'printing_context_cairo.cc', | 57 'printing_context_cairo.cc', |
| 58 'printing_context_mac.h', |
| 56 'printing_context_mac.mm', | 59 'printing_context_mac.mm', |
| 60 'printing_context_win.h', |
| 57 'printing_context_win.cc', | 61 'printing_context_win.cc', |
| 58 'units.cc', | 62 'units.cc', |
| 59 'units.h', | 63 'units.h', |
| 60 ], | 64 ], |
| 61 'direct_dependent_settings': { | 65 'direct_dependent_settings': { |
| 62 'include_dirs': [ | 66 'include_dirs': [ |
| 63 '..', | 67 '..', |
| 64 ], | 68 ], |
| 65 }, | 69 }, |
| 66 'conditions': [ | 70 'conditions': [ |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 ], | 134 ], |
| 131 }, | 135 }, |
| 132 ], | 136 ], |
| 133 } | 137 } |
| 134 | 138 |
| 135 # Local Variables: | 139 # Local Variables: |
| 136 # tab-width:2 | 140 # tab-width:2 |
| 137 # indent-tabs-mode:nil | 141 # indent-tabs-mode:nil |
| 138 # End: | 142 # End: |
| 139 # vim: set expandtab tabstop=2 shiftwidth=2: | 143 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |