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 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'i18n/rtl_unittest.cc', | 91 'i18n/rtl_unittest.cc', |
92 'i18n/word_iterator_unittest.cc', | 92 'i18n/word_iterator_unittest.cc', |
93 'json/json_reader_unittest.cc', | 93 'json/json_reader_unittest.cc', |
94 'json/json_writer_unittest.cc', | 94 'json/json_writer_unittest.cc', |
95 'json/string_escape_unittest.cc', | 95 'json/string_escape_unittest.cc', |
96 'lazy_instance_unittest.cc', | 96 'lazy_instance_unittest.cc', |
97 'leak_tracker_unittest.cc', | 97 'leak_tracker_unittest.cc', |
98 'linked_list_unittest.cc', | 98 'linked_list_unittest.cc', |
99 'linked_ptr_unittest.cc', | 99 'linked_ptr_unittest.cc', |
100 'mac_util_unittest.mm', | 100 'mac_util_unittest.mm', |
| 101 'message_loop_proxy_impl_unittest.cc', |
101 'message_loop_unittest.cc', | 102 'message_loop_unittest.cc', |
102 'message_pump_glib_unittest.cc', | 103 'message_pump_glib_unittest.cc', |
103 'object_watcher_unittest.cc', | 104 'object_watcher_unittest.cc', |
104 'observer_list_unittest.cc', | 105 'observer_list_unittest.cc', |
105 'path_service_unittest.cc', | 106 'path_service_unittest.cc', |
106 'pe_image_unittest.cc', | 107 'pe_image_unittest.cc', |
107 'pickle_unittest.cc', | 108 'pickle_unittest.cc', |
108 'pr_time_unittest.cc', | 109 'pr_time_unittest.cc', |
109 'process_util_unittest.cc', | 110 'process_util_unittest.cc', |
110 'process_util_unittest_mac.h', | 111 'process_util_unittest_mac.h', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 ], | 273 ], |
273 }], | 274 }], |
274 ], | 275 ], |
275 } | 276 } |
276 | 277 |
277 # Local Variables: | 278 # Local Variables: |
278 # tab-width:2 | 279 # tab-width:2 |
279 # indent-tabs-mode:nil | 280 # indent-tabs-mode:nil |
280 # End: | 281 # End: |
281 # vim: set expandtab tabstop=2 shiftwidth=2: | 282 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |