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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 'stringize_macros_unittest.cc', | 179 'stringize_macros_unittest.cc', |
180 'stringprintf_unittest.cc', | 180 'stringprintf_unittest.cc', |
181 'synchronization/cancellation_flag_unittest.cc', | 181 'synchronization/cancellation_flag_unittest.cc', |
182 'synchronization/condition_variable_unittest.cc', | 182 'synchronization/condition_variable_unittest.cc', |
183 'synchronization/lock_unittest.cc', | 183 'synchronization/lock_unittest.cc', |
184 'synchronization/waitable_event_unittest.cc', | 184 'synchronization/waitable_event_unittest.cc', |
185 'synchronization/waitable_event_watcher_unittest.cc', | 185 'synchronization/waitable_event_watcher_unittest.cc', |
186 'sys_info_unittest.cc', | 186 'sys_info_unittest.cc', |
187 'sys_string_conversions_mac_unittest.mm', | 187 'sys_string_conversions_mac_unittest.mm', |
188 'sys_string_conversions_unittest.cc', | 188 'sys_string_conversions_unittest.cc', |
189 'system_monitor/system_monitor_unittest.cc', | |
190 'task_queue_unittest.cc', | 189 'task_queue_unittest.cc', |
191 'task_unittest.cc', | 190 'task_unittest.cc', |
192 'template_util_unittest.cc', | 191 'template_util_unittest.cc', |
193 'threading/non_thread_safe_unittest.cc', | 192 'threading/non_thread_safe_unittest.cc', |
194 'threading/platform_thread_unittest.cc', | 193 'threading/platform_thread_unittest.cc', |
195 'threading/simple_thread_unittest.cc', | 194 'threading/simple_thread_unittest.cc', |
196 'threading/thread_checker_unittest.cc', | 195 'threading/thread_checker_unittest.cc', |
197 'threading/thread_collision_warner_unittest.cc', | 196 'threading/thread_collision_warner_unittest.cc', |
198 'threading/thread_local_storage_unittest.cc', | 197 'threading/thread_local_storage_unittest.cc', |
199 'threading/thread_local_unittest.cc', | 198 'threading/thread_local_unittest.cc', |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
277 'dir_reader_posix_unittest.cc', | 276 'dir_reader_posix_unittest.cc', |
278 'file_descriptor_shuffle_unittest.cc', | 277 'file_descriptor_shuffle_unittest.cc', |
279 'threading/worker_pool_posix_unittest.cc', | 278 'threading/worker_pool_posix_unittest.cc', |
280 'message_pump_libevent_unittest.cc', | 279 'message_pump_libevent_unittest.cc', |
281 ], | 280 ], |
282 }, { # OS != "win" | 281 }, { # OS != "win" |
283 'sources/': [ | 282 'sources/': [ |
284 ['exclude', '^win/'], | 283 ['exclude', '^win/'], |
285 ], | 284 ], |
286 'sources!': [ | 285 'sources!': [ |
| 286 'system_monitor_unittest.cc', |
287 'time_win_unittest.cc', | 287 'time_win_unittest.cc', |
288 'trace_event_win_unittest.cc', | 288 'trace_event_win_unittest.cc', |
289 'win_util_unittest.cc', | 289 'win_util_unittest.cc', |
290 ], | 290 ], |
291 }], | 291 }], |
292 ], | 292 ], |
293 }, | 293 }, |
294 { | 294 { |
295 'target_name': 'test_support_base', | 295 'target_name': 'test_support_base', |
296 'type': '<(library)', | 296 'type': '<(library)', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 ], | 380 ], |
381 }], | 381 }], |
382 ], | 382 ], |
383 } | 383 } |
384 | 384 |
385 # Local Variables: | 385 # Local Variables: |
386 # tab-width:2 | 386 # tab-width:2 |
387 # indent-tabs-mode:nil | 387 # indent-tabs-mode:nil |
388 # End: | 388 # End: |
389 # vim: set expandtab tabstop=2 shiftwidth=2: | 389 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |