OLD | NEW |
1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'base.gypi', | 10 'base.gypi', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'metrics/field_trial_unittest.cc', | 107 'metrics/field_trial_unittest.cc', |
108 'metrics/histogram_unittest.cc', | 108 'metrics/histogram_unittest.cc', |
109 'metrics/stats_table_unittest.cc', | 109 'metrics/stats_table_unittest.cc', |
110 'non_thread_safe_unittest.cc', | 110 'non_thread_safe_unittest.cc', |
111 'object_watcher_unittest.cc', | 111 'object_watcher_unittest.cc', |
112 'observer_list_unittest.cc', | 112 'observer_list_unittest.cc', |
113 'path_service_unittest.cc', | 113 'path_service_unittest.cc', |
114 'pickle_unittest.cc', | 114 'pickle_unittest.cc', |
115 'platform_file_unittest.cc', | 115 'platform_file_unittest.cc', |
116 'platform_thread_unittest.cc', | 116 'platform_thread_unittest.cc', |
| 117 'preprocessor_util_unittest.cc', |
117 'pr_time_unittest.cc', | 118 'pr_time_unittest.cc', |
118 'process_util_unittest.cc', | 119 'process_util_unittest.cc', |
119 'process_util_unittest_mac.h', | 120 'process_util_unittest_mac.h', |
120 'process_util_unittest_mac.mm', | 121 'process_util_unittest_mac.mm', |
121 'rand_util_unittest.cc', | 122 'rand_util_unittest.cc', |
122 'ref_counted_unittest.cc', | 123 'ref_counted_unittest.cc', |
123 'scoped_native_library_unittest.cc', | 124 'scoped_native_library_unittest.cc', |
124 'scoped_ptr_unittest.cc', | 125 'scoped_ptr_unittest.cc', |
125 'scoped_temp_dir_unittest.cc', | 126 'scoped_temp_dir_unittest.cc', |
126 'sha1_unittest.cc', | 127 'sha1_unittest.cc', |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 ], | 324 ], |
324 }], | 325 }], |
325 ], | 326 ], |
326 } | 327 } |
327 | 328 |
328 # Local Variables: | 329 # Local Variables: |
329 # tab-width:2 | 330 # tab-width:2 |
330 # indent-tabs-mode:nil | 331 # indent-tabs-mode:nil |
331 # End: | 332 # End: |
332 # vim: set expandtab tabstop=2 shiftwidth=2: | 333 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |