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 # TODO: remove this helper when we have loops in GYP | 7 # TODO: remove this helper when we have loops in GYP |
8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '../chrome/tools/build/apply_locales.py',], |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], | 10 'grit_info_cmd': ['python', '../tools/grit/grit_info.py',], |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 'gfx/path.cc', | 125 'gfx/path.cc', |
126 'gfx/path_gtk.cc', | 126 'gfx/path_gtk.cc', |
127 'gfx/path_win.cc', | 127 'gfx/path_win.cc', |
128 'gfx/path.h', | 128 'gfx/path.h', |
129 'gfx/skbitmap_operations.cc', | 129 'gfx/skbitmap_operations.cc', |
130 'gfx/skbitmap_operations.h', | 130 'gfx/skbitmap_operations.h', |
131 'gfx/text_elider.cc', | 131 'gfx/text_elider.cc', |
132 'gfx/text_elider.h', | 132 'gfx/text_elider.h', |
133 'gtk_dnd_util.cc', | 133 'gtk_dnd_util.cc', |
134 'gtk_dnd_util.h', | 134 'gtk_dnd_util.h', |
| 135 'hi_res_timer_manager_posix.cc', |
| 136 'hi_res_timer_manager_win.cc', |
| 137 'hi_res_timer_manager.h', |
135 'l10n_util.cc', | 138 'l10n_util.cc', |
136 'l10n_util.h', | 139 'l10n_util.h', |
137 'l10n_util_mac.h', | 140 'l10n_util_mac.h', |
138 'l10n_util_mac.mm', | 141 'l10n_util_mac.mm', |
139 'l10n_util_posix.cc', | 142 'l10n_util_posix.cc', |
140 'l10n_util_win.cc', | 143 'l10n_util_win.cc', |
141 'l10n_util_win.h', | 144 'l10n_util_win.h', |
142 'message_box_flags.h', | 145 'message_box_flags.h', |
143 'os_exchange_data_provider_gtk.cc', | 146 'os_exchange_data_provider_gtk.cc', |
144 'os_exchange_data_provider_gtk.h', | 147 'os_exchange_data_provider_gtk.h', |
145 'os_exchange_data_provider_win.cc', | 148 'os_exchange_data_provider_win.cc', |
146 'os_exchange_data_provider_win.h', | 149 'os_exchange_data_provider_win.h', |
147 'os_exchange_data.cc', | 150 'os_exchange_data.cc', |
148 'os_exchange_data.h', | 151 'os_exchange_data.h', |
149 'resource_bundle.cc', | 152 'resource_bundle.cc', |
150 'resource_bundle.h', | 153 'resource_bundle.h', |
151 'resource_bundle_win.cc', | 154 'resource_bundle_win.cc', |
152 'resource_bundle_linux.cc', | 155 'resource_bundle_linux.cc', |
153 'resource_bundle_mac.mm', | 156 'resource_bundle_mac.mm', |
154 'slide_animation.cc', | 157 'slide_animation.cc', |
155 'slide_animation.h', | 158 'slide_animation.h', |
156 'sql/connection.cc', | 159 'sql/connection.cc', |
157 'sql/connection.h', | 160 'sql/connection.h', |
158 'sql/meta_table.cc', | 161 'sql/meta_table.cc', |
159 'sql/meta_table.h', | 162 'sql/meta_table.h', |
160 'sql/statement.cc', | 163 'sql/statement.cc', |
161 'sql/statement.h', | 164 'sql/statement.h', |
162 'sql/transaction.cc', | 165 'sql/transaction.cc', |
163 'sql/transaction.h', | 166 'sql/transaction.h', |
| 167 'system_monitor.cc', |
| 168 'system_monitor.h', |
| 169 'system_monitor_posix.cc', |
| 170 'system_monitor_win.cc', |
164 'table_model.cc', | 171 'table_model.cc', |
165 'table_model.h', | 172 'table_model.h', |
166 'table_model_observer.h', | 173 'table_model_observer.h', |
167 'theme_provider.cc', | 174 'theme_provider.cc', |
168 'theme_provider.h', | 175 'theme_provider.h', |
169 'throb_animation.cc', | 176 'throb_animation.cc', |
170 'throb_animation.h', | 177 'throb_animation.h', |
171 'tree_model.h', | 178 'tree_model.h', |
172 'tree_node_iterator.h', | 179 'tree_node_iterator.h', |
173 'tree_node_model.h', | 180 'tree_node_model.h', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
264 'gfx/color_utils_unittest.cc', | 271 'gfx/color_utils_unittest.cc', |
265 'gfx/font_unittest.cc', | 272 'gfx/font_unittest.cc', |
266 'gfx/icon_util_unittest.cc', | 273 'gfx/icon_util_unittest.cc', |
267 'gfx/native_theme_win_unittest.cc', | 274 'gfx/native_theme_win_unittest.cc', |
268 'gfx/skbitmap_operations_unittest.cc', | 275 'gfx/skbitmap_operations_unittest.cc', |
269 'gfx/text_elider_unittest.cc', | 276 'gfx/text_elider_unittest.cc', |
270 'l10n_util_mac_unittest.mm', | 277 'l10n_util_mac_unittest.mm', |
271 'l10n_util_unittest.cc', | 278 'l10n_util_unittest.cc', |
272 'os_exchange_data_win_unittest.cc', | 279 'os_exchange_data_win_unittest.cc', |
273 'run_all_unittests.cc', | 280 'run_all_unittests.cc', |
| 281 'system_monitor_unittest.cc', |
274 'test_suite.h', | 282 'test_suite.h', |
275 'sql/connection_unittest.cc', | 283 'sql/connection_unittest.cc', |
276 'sql/statement_unittest.cc', | 284 'sql/statement_unittest.cc', |
277 'sql/transaction_unittest.cc', | 285 'sql/transaction_unittest.cc', |
278 'tree_node_iterator_unittest.cc', | 286 'tree_node_iterator_unittest.cc', |
279 'win_util_unittest.cc', | 287 'win_util_unittest.cc', |
280 ], | 288 ], |
281 'include_dirs': [ | 289 'include_dirs': [ |
282 '..', | 290 '..', |
283 ], | 291 ], |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 ], | 431 ], |
424 }, | 432 }, |
425 ], | 433 ], |
426 } | 434 } |
427 | 435 |
428 # Local Variables: | 436 # Local Variables: |
429 # tab-width:2 | 437 # tab-width:2 |
430 # indent-tabs-mode:nil | 438 # indent-tabs-mode:nil |
431 # End: | 439 # End: |
432 # vim: set expandtab tabstop=2 shiftwidth=2: | 440 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |