OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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', '<(DEPTH)/build/apply_locales.py',], | 8 'apply_locales_cmd': ['python', '<(DEPTH)/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',], |
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', | 11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/app', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 'os_exchange_data_win_unittest.cc', | 46 'os_exchange_data_win_unittest.cc', |
47 'run_all_unittests.cc', | 47 'run_all_unittests.cc', |
48 'slide_animation_unittest.cc', | 48 'slide_animation_unittest.cc', |
49 'sql/connection_unittest.cc', | 49 'sql/connection_unittest.cc', |
50 'sql/statement_unittest.cc', | 50 'sql/statement_unittest.cc', |
51 'sql/transaction_unittest.cc', | 51 'sql/transaction_unittest.cc', |
52 'system_monitor_unittest.cc', | 52 'system_monitor_unittest.cc', |
53 'test_suite.h', | 53 'test_suite.h', |
54 'text_elider_unittest.cc', | 54 'text_elider_unittest.cc', |
55 'tree_node_iterator_unittest.cc', | 55 'tree_node_iterator_unittest.cc', |
| 56 'tree_node_model_unittest.cc', |
56 'win_util_unittest.cc', | 57 'win_util_unittest.cc', |
57 ], | 58 ], |
58 'include_dirs': [ | 59 'include_dirs': [ |
59 '..', | 60 '..', |
60 ], | 61 ], |
61 'conditions': [ | 62 'conditions': [ |
62 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { | 63 ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { |
63 'sources': [ | 64 'sources': [ |
64 'gtk_dnd_util_unittest.cc', | 65 'gtk_dnd_util_unittest.cc', |
65 ], | 66 ], |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 }], | 206 }], |
206 }], | 207 }], |
207 ], | 208 ], |
208 } | 209 } |
209 | 210 |
210 # Local Variables: | 211 # Local Variables: |
211 # tab-width:2 | 212 # tab-width:2 |
212 # indent-tabs-mode:nil | 213 # indent-tabs-mode:nil |
213 # End: | 214 # End: |
214 # vim: set expandtab tabstop=2 shiftwidth=2: | 215 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |