| 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 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], | 8 'grit_info_cmd': ['python', '../tools/grit/grit_info.py'], |
| 9 'grit_cmd': ['python', '../tools/grit/grit.py'], | 9 'grit_cmd': ['python', '../tools/grit/grit.py'], |
| 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', | 10 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/gfx', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'platform_font_gtk.h', | 117 'platform_font_gtk.h', |
| 118 'platform_font_gtk.cc', | 118 'platform_font_gtk.cc', |
| 119 'platform_font_mac.h', | 119 'platform_font_mac.h', |
| 120 'platform_font_mac.mm', | 120 'platform_font_mac.mm', |
| 121 'platform_font_win.h', | 121 'platform_font_win.h', |
| 122 'platform_font_win.cc', | 122 'platform_font_win.cc', |
| 123 'point.cc', | 123 'point.cc', |
| 124 'point.h', | 124 'point.h', |
| 125 'rect.cc', | 125 'rect.cc', |
| 126 'rect.h', | 126 'rect.h', |
| 127 'scoped_cg_context_state_mac.h', |
| 127 'scoped_image.h', | 128 'scoped_image.h', |
| 128 'scrollbar_size.cc', | 129 'scrollbar_size.cc', |
| 129 'scrollbar_size.h', | 130 'scrollbar_size.h', |
| 130 'size.cc', | 131 'size.cc', |
| 131 'size.h', | 132 'size.h', |
| 132 'skbitmap_operations.cc', | 133 'skbitmap_operations.cc', |
| 133 'skbitmap_operations.h', | 134 'skbitmap_operations.h', |
| 134 'skia_util.cc', | 135 'skia_util.cc', |
| 135 'skia_util.h', | 136 'skia_util.h', |
| 136 'skia_utils_gtk.cc', | 137 'skia_utils_gtk.cc', |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 }, | 222 }, |
| 222 | 223 |
| 223 ], | 224 ], |
| 224 } | 225 } |
| 225 | 226 |
| 226 # Local Variables: | 227 # Local Variables: |
| 227 # tab-width:2 | 228 # tab-width:2 |
| 228 # indent-tabs-mode:nil | 229 # indent-tabs-mode:nil |
| 229 # End: | 230 # End: |
| 230 # vim: set expandtab tabstop=2 shiftwidth=2: | 231 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |