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

Side by Side Diff: base/base.gypi

Issue 2042383004: Introduce TaskRunnerHandle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support for parallel tasks from SequencedWorkerPool Created 4 years, 6 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
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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'threading/platform_thread_posix.cc', 691 'threading/platform_thread_posix.cc',
692 'threading/platform_thread_win.cc', 692 'threading/platform_thread_win.cc',
693 'threading/post_task_and_reply_impl.cc', 693 'threading/post_task_and_reply_impl.cc',
694 'threading/post_task_and_reply_impl.h', 694 'threading/post_task_and_reply_impl.h',
695 'threading/sequenced_task_runner_handle.cc', 695 'threading/sequenced_task_runner_handle.cc',
696 'threading/sequenced_task_runner_handle.h', 696 'threading/sequenced_task_runner_handle.h',
697 'threading/sequenced_worker_pool.cc', 697 'threading/sequenced_worker_pool.cc',
698 'threading/sequenced_worker_pool.h', 698 'threading/sequenced_worker_pool.h',
699 'threading/simple_thread.cc', 699 'threading/simple_thread.cc',
700 'threading/simple_thread.h', 700 'threading/simple_thread.h',
701 'threading/task_runner_handle.cc',
702 'threading/task_runner_handle.h',
703 'threading/task_runner_handle_internal.h',
701 'threading/thread.cc', 704 'threading/thread.cc',
702 'threading/thread.h', 705 'threading/thread.h',
703 'threading/thread_checker.h', 706 'threading/thread_checker.h',
704 'threading/thread_checker_impl.cc', 707 'threading/thread_checker_impl.cc',
705 'threading/thread_checker_impl.h', 708 'threading/thread_checker_impl.h',
706 'threading/thread_collision_warner.cc', 709 'threading/thread_collision_warner.cc',
707 'threading/thread_collision_warner.h', 710 'threading/thread_collision_warner.h',
708 'threading/thread_id_name_manager.cc', 711 'threading/thread_id_name_manager.cc',
709 'threading/thread_id_name_manager.h', 712 'threading/thread_id_name_manager.h',
710 'threading/thread_local.h', 713 'threading/thread_local.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'i18n/time_formatting.h', 1100 'i18n/time_formatting.h',
1098 'i18n/timezone.cc', 1101 'i18n/timezone.cc',
1099 'i18n/timezone.h', 1102 'i18n/timezone.h',
1100 'i18n/utf8_validator_tables.cc', 1103 'i18n/utf8_validator_tables.cc',
1101 'i18n/utf8_validator_tables.h', 1104 'i18n/utf8_validator_tables.h',
1102 ], 1105 ],
1103 }] 1106 }]
1104 ], 1107 ],
1105 }, 1108 },
1106 } 1109 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698