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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'win_util_unittest.cc', | 165 'win_util_unittest.cc', |
166 'win/event_trace_consumer_unittest.cc', | 166 'win/event_trace_consumer_unittest.cc', |
167 'win/event_trace_controller_unittest.cc', | 167 'win/event_trace_controller_unittest.cc', |
168 'win/event_trace_provider_unittest.cc', | 168 'win/event_trace_provider_unittest.cc', |
169 'win/i18n_unittest.cc', | 169 'win/i18n_unittest.cc', |
170 'win/pe_image_unittest.cc', | 170 'win/pe_image_unittest.cc', |
171 'win/registry_unittest.cc', | 171 'win/registry_unittest.cc', |
172 'win/scoped_bstr_unittest.cc', | 172 'win/scoped_bstr_unittest.cc', |
173 'win/scoped_comptr_unittest.cc', | 173 'win/scoped_comptr_unittest.cc', |
174 'win/scoped_variant_unittest.cc', | 174 'win/scoped_variant_unittest.cc', |
| 175 'worker_pool_job_unittest.cc', |
175 'worker_pool_posix_unittest.cc', | 176 'worker_pool_posix_unittest.cc', |
176 'worker_pool_unittest.cc', | 177 'worker_pool_unittest.cc', |
177 ], | 178 ], |
178 'dependencies': [ | 179 'dependencies': [ |
179 'base', | 180 'base', |
180 'base_i18n', | 181 'base_i18n', |
181 'test_support_base', | 182 'test_support_base', |
182 '../testing/gmock.gyp:gmock', | 183 '../testing/gmock.gyp:gmock', |
183 '../testing/gtest.gyp:gtest', | 184 '../testing/gtest.gyp:gtest', |
184 ], | 185 ], |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 ], | 325 ], |
325 }], | 326 }], |
326 ], | 327 ], |
327 } | 328 } |
328 | 329 |
329 # Local Variables: | 330 # Local Variables: |
330 # tab-width:2 | 331 # tab-width:2 |
331 # indent-tabs-mode:nil | 332 # indent-tabs-mode:nil |
332 # End: | 333 # End: |
333 # vim: set expandtab tabstop=2 shiftwidth=2: | 334 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |