Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(402)

Side by Side Diff: base/base.gyp

Issue 9657025: Move task_runner_test_template.* into base/test and test_support_base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/task_runner_test_template.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'stringprintf_unittest.cc', 217 'stringprintf_unittest.cc',
218 'synchronization/cancellation_flag_unittest.cc', 218 'synchronization/cancellation_flag_unittest.cc',
219 'synchronization/condition_variable_unittest.cc', 219 'synchronization/condition_variable_unittest.cc',
220 'synchronization/lock_unittest.cc', 220 'synchronization/lock_unittest.cc',
221 'synchronization/waitable_event_unittest.cc', 221 'synchronization/waitable_event_unittest.cc',
222 'synchronization/waitable_event_watcher_unittest.cc', 222 'synchronization/waitable_event_watcher_unittest.cc',
223 'sys_info_unittest.cc', 223 'sys_info_unittest.cc',
224 'sys_string_conversions_mac_unittest.mm', 224 'sys_string_conversions_mac_unittest.mm',
225 'sys_string_conversions_unittest.cc', 225 'sys_string_conversions_unittest.cc',
226 'system_monitor/system_monitor_unittest.cc', 226 'system_monitor/system_monitor_unittest.cc',
227 'task_runner_test_template.cc',
228 'task_runner_test_template.h',
229 'template_util_unittest.cc', 227 'template_util_unittest.cc',
230 'test/trace_event_analyzer_unittest.cc', 228 'test/trace_event_analyzer_unittest.cc',
231 'threading/non_thread_safe_unittest.cc', 229 'threading/non_thread_safe_unittest.cc',
232 'threading/platform_thread_unittest.cc', 230 'threading/platform_thread_unittest.cc',
233 'threading/sequenced_worker_pool_unittest.cc', 231 'threading/sequenced_worker_pool_unittest.cc',
234 'threading/simple_thread_unittest.cc', 232 'threading/simple_thread_unittest.cc',
235 'threading/thread_checker_unittest.cc', 233 'threading/thread_checker_unittest.cc',
236 'threading/thread_collision_warner_unittest.cc', 234 'threading/thread_collision_warner_unittest.cc',
237 'threading/thread_local_storage_unittest.cc', 235 'threading/thread_local_storage_unittest.cc',
238 'threading/thread_local_unittest.cc', 236 'threading/thread_local_unittest.cc',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'test/mock_devices_changed_observer.cc', 410 'test/mock_devices_changed_observer.cc',
413 'test/mock_devices_changed_observer.h', 411 'test/mock_devices_changed_observer.h',
414 'test/mock_time_provider.cc', 412 'test/mock_time_provider.cc',
415 'test/mock_time_provider.h', 413 'test/mock_time_provider.h',
416 'test/multiprocess_test.cc', 414 'test/multiprocess_test.cc',
417 'test/multiprocess_test.h', 415 'test/multiprocess_test.h',
418 'test/perf_test_suite.cc', 416 'test/perf_test_suite.cc',
419 'test/perf_test_suite.h', 417 'test/perf_test_suite.h',
420 'test/scoped_locale.cc', 418 'test/scoped_locale.cc',
421 'test/scoped_locale.h', 419 'test/scoped_locale.h',
420 'test/task_runner_test_template.cc',
421 'test/task_runner_test_template.h',
422 'test/test_file_util.h', 422 'test/test_file_util.h',
423 'test/test_file_util_linux.cc', 423 'test/test_file_util_linux.cc',
424 'test/test_file_util_mac.cc', 424 'test/test_file_util_mac.cc',
425 'test/test_file_util_posix.cc', 425 'test/test_file_util_posix.cc',
426 'test/test_file_util_win.cc', 426 'test/test_file_util_win.cc',
427 'test/test_reg_util_win.cc', 427 'test/test_reg_util_win.cc',
428 'test/test_reg_util_win.h', 428 'test/test_reg_util_win.h',
429 'test/test_suite.cc', 429 'test/test_suite.cc',
430 'test/test_suite.h', 430 'test/test_suite.h',
431 'test/test_stub_android.cc', 431 'test/test_stub_android.cc',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 # treated as weak imports in dependents, who still must 614 # treated as weak imports in dependents, who still must
615 # #include closure_blocks_leopard_compat.h to get weak imports. 615 # #include closure_blocks_leopard_compat.h to get weak imports.
616 'type': 'none', 616 'type': 'none',
617 }], 617 }],
618 ], 618 ],
619 }, 619 },
620 ], 620 ],
621 }], 621 }],
622 ], 622 ],
623 } 623 }
OLDNEW
« no previous file with comments | « no previous file | base/task_runner_test_template.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698