OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
127 'i18n/char_iterator_unittest.cc', | 127 'i18n/char_iterator_unittest.cc', |
128 'i18n/file_util_icu_unittest.cc', | 128 'i18n/file_util_icu_unittest.cc', |
129 'i18n/icu_string_conversions_unittest.cc', | 129 'i18n/icu_string_conversions_unittest.cc', |
130 'i18n/rtl_unittest.cc', | 130 'i18n/rtl_unittest.cc', |
131 'json/json_reader_unittest.cc', | 131 'json/json_reader_unittest.cc', |
132 'json/json_writer_unittest.cc', | 132 'json/json_writer_unittest.cc', |
133 'json/string_escape_unittest.cc', | 133 'json/string_escape_unittest.cc', |
134 'lazy_instance_unittest.cc', | 134 'lazy_instance_unittest.cc', |
135 'linked_list_unittest.cc', | 135 'linked_list_unittest.cc', |
136 'logging_unittest.cc', | 136 'logging_unittest.cc', |
137 'md5_unittest.cc', | |
Mark Mentovai
2011/04/22 03:13:29
Sort! md5 comes after mac.
| |
137 'mac/mac_util_unittest.mm', | 138 'mac/mac_util_unittest.mm', |
138 'mac/objc_property_releaser_unittest.mm', | 139 'mac/objc_property_releaser_unittest.mm', |
139 'memory/linked_ptr_unittest.cc', | 140 'memory/linked_ptr_unittest.cc', |
140 'memory/ref_counted_unittest.cc', | 141 'memory/ref_counted_unittest.cc', |
141 'memory/scoped_native_library_unittest.cc', | 142 'memory/scoped_native_library_unittest.cc', |
142 'memory/scoped_ptr_unittest.cc', | 143 'memory/scoped_ptr_unittest.cc', |
143 'memory/scoped_temp_dir_unittest.cc', | 144 'memory/scoped_temp_dir_unittest.cc', |
144 'memory/scoped_vector_unittest.cc', | 145 'memory/scoped_vector_unittest.cc', |
145 'memory/singleton_unittest.cc', | 146 'memory/singleton_unittest.cc', |
146 'memory/weak_ptr_unittest.cc', | 147 'memory/weak_ptr_unittest.cc', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
359 ], | 360 ], |
360 }], | 361 }], |
361 ], | 362 ], |
362 } | 363 } |
363 | 364 |
364 # Local Variables: | 365 # Local Variables: |
365 # tab-width:2 | 366 # tab-width:2 |
366 # indent-tabs-mode:nil | 367 # indent-tabs-mode:nil |
367 # End: | 368 # End: |
368 # vim: set expandtab tabstop=2 shiftwidth=2: | 369 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |