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

Side by Side Diff: base/base.gyp

Issue 9663075: Implementation of SequencedTaskRunner based on SequencedWorkerPool. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 8 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/base.gypi » ('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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'synchronization/cancellation_flag_unittest.cc', 252 'synchronization/cancellation_flag_unittest.cc',
253 'synchronization/condition_variable_unittest.cc', 253 'synchronization/condition_variable_unittest.cc',
254 'synchronization/lock_unittest.cc', 254 'synchronization/lock_unittest.cc',
255 'synchronization/waitable_event_unittest.cc', 255 'synchronization/waitable_event_unittest.cc',
256 'synchronization/waitable_event_watcher_unittest.cc', 256 'synchronization/waitable_event_watcher_unittest.cc',
257 'sys_info_unittest.cc', 257 'sys_info_unittest.cc',
258 'sys_string_conversions_mac_unittest.mm', 258 'sys_string_conversions_mac_unittest.mm',
259 'sys_string_conversions_unittest.cc', 259 'sys_string_conversions_unittest.cc',
260 'system_monitor/system_monitor_unittest.cc', 260 'system_monitor/system_monitor_unittest.cc',
261 'template_util_unittest.cc', 261 'template_util_unittest.cc',
262 'test/sequenced_worker_pool_owner.cc',
263 'test/sequenced_worker_pool_owner.h',
262 'test/trace_event_analyzer_unittest.cc', 264 'test/trace_event_analyzer_unittest.cc',
263 'threading/non_thread_safe_unittest.cc', 265 'threading/non_thread_safe_unittest.cc',
264 'threading/platform_thread_unittest.cc', 266 'threading/platform_thread_unittest.cc',
267 'threading/sequenced_worker_pool_task_runner_unittest.cc',
265 'threading/sequenced_worker_pool_unittest.cc', 268 'threading/sequenced_worker_pool_unittest.cc',
266 'threading/simple_thread_unittest.cc', 269 'threading/simple_thread_unittest.cc',
267 'threading/thread_checker_unittest.cc', 270 'threading/thread_checker_unittest.cc',
268 'threading/thread_collision_warner_unittest.cc', 271 'threading/thread_collision_warner_unittest.cc',
269 'threading/thread_local_storage_unittest.cc', 272 'threading/thread_local_storage_unittest.cc',
270 'threading/thread_local_unittest.cc', 273 'threading/thread_local_unittest.cc',
271 'threading/thread_unittest.cc', 274 'threading/thread_unittest.cc',
272 'threading/watchdog_unittest.cc', 275 'threading/watchdog_unittest.cc',
273 'threading/worker_pool_posix_unittest.cc', 276 'threading/worker_pool_posix_unittest.cc',
274 'threading/worker_pool_unittest.cc', 277 'threading/worker_pool_unittest.cc',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'test/mock_devices_changed_observer.cc', 448 'test/mock_devices_changed_observer.cc',
446 'test/mock_devices_changed_observer.h', 449 'test/mock_devices_changed_observer.h',
447 'test/mock_time_provider.cc', 450 'test/mock_time_provider.cc',
448 'test/mock_time_provider.h', 451 'test/mock_time_provider.h',
449 'test/multiprocess_test.cc', 452 'test/multiprocess_test.cc',
450 'test/multiprocess_test.h', 453 'test/multiprocess_test.h',
451 'test/perf_test_suite.cc', 454 'test/perf_test_suite.cc',
452 'test/perf_test_suite.h', 455 'test/perf_test_suite.h',
453 'test/scoped_locale.cc', 456 'test/scoped_locale.cc',
454 'test/scoped_locale.h', 457 'test/scoped_locale.h',
458 'test/sequenced_task_runner_test_template.cc',
459 'test/sequenced_task_runner_test_template.h',
455 'test/task_runner_test_template.cc', 460 'test/task_runner_test_template.cc',
456 'test/task_runner_test_template.h', 461 'test/task_runner_test_template.h',
457 'test/test_file_util.h', 462 'test/test_file_util.h',
458 'test/test_file_util_linux.cc', 463 'test/test_file_util_linux.cc',
459 'test/test_file_util_mac.cc', 464 'test/test_file_util_mac.cc',
460 'test/test_file_util_posix.cc', 465 'test/test_file_util_posix.cc',
461 'test/test_file_util_win.cc', 466 'test/test_file_util_win.cc',
462 'test/test_reg_util_win.cc', 467 'test/test_reg_util_win.cc',
463 'test/test_reg_util_win.h', 468 'test/test_reg_util_win.h',
464 'test/test_suite.cc', 469 'test/test_suite.cc',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 # treated as weak imports in dependents, who still must 655 # treated as weak imports in dependents, who still must
651 # #include closure_blocks_leopard_compat.h to get weak imports. 656 # #include closure_blocks_leopard_compat.h to get weak imports.
652 'type': 'none', 657 'type': 'none',
653 }], 658 }],
654 ], 659 ],
655 }, 660 },
656 ], 661 ],
657 }], 662 }],
658 ], 663 ],
659 } 664 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698