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

Side by Side Diff: base/base.gyp

Issue 1701343003: TaskScheduler [13] TaskSchedulerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@s_6_threadpool
Patch Set: fix ios build error Created 4 years, 7 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
« no previous file with comments | « base/BUILD.gn ('k') | 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'task/cancelable_task_tracker_unittest.cc', 548 'task/cancelable_task_tracker_unittest.cc',
549 'task_runner_util_unittest.cc', 549 'task_runner_util_unittest.cc',
550 'task_scheduler/delayed_task_manager_unittest.cc', 550 'task_scheduler/delayed_task_manager_unittest.cc',
551 'task_scheduler/priority_queue_unittest.cc', 551 'task_scheduler/priority_queue_unittest.cc',
552 'task_scheduler/scheduler_lock_unittest.cc', 552 'task_scheduler/scheduler_lock_unittest.cc',
553 'task_scheduler/scheduler_thread_pool_impl_unittest.cc', 553 'task_scheduler/scheduler_thread_pool_impl_unittest.cc',
554 'task_scheduler/scheduler_worker_thread_stack_unittest.cc', 554 'task_scheduler/scheduler_worker_thread_stack_unittest.cc',
555 'task_scheduler/scheduler_worker_thread_unittest.cc', 555 'task_scheduler/scheduler_worker_thread_unittest.cc',
556 'task_scheduler/sequence_sort_key_unittest.cc', 556 'task_scheduler/sequence_sort_key_unittest.cc',
557 'task_scheduler/sequence_unittest.cc', 557 'task_scheduler/sequence_unittest.cc',
558 'task_scheduler/task_scheduler_impl_unittest.cc',
558 'task_scheduler/task_tracker_unittest.cc', 559 'task_scheduler/task_tracker_unittest.cc',
559 'task_scheduler/test_task_factory.cc', 560 'task_scheduler/test_task_factory.cc',
560 'task_scheduler/test_task_factory.h', 561 'task_scheduler/test_task_factory.h',
561 'task_scheduler/test_utils.h', 562 'task_scheduler/test_utils.h',
562 'template_util_unittest.cc', 563 'template_util_unittest.cc',
563 'test/histogram_tester_unittest.cc', 564 'test/histogram_tester_unittest.cc',
564 'test/test_pending_task_unittest.cc', 565 'test/test_pending_task_unittest.cc',
565 'test/test_reg_util_win_unittest.cc', 566 'test/test_reg_util_win_unittest.cc',
566 'test/trace_event_analyzer_unittest.cc', 567 'test/trace_event_analyzer_unittest.cc',
567 'test/user_action_tester_unittest.cc', 568 'test/user_action_tester_unittest.cc',
(...skipping 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1728 '../build/isolate.gypi', 1729 '../build/isolate.gypi',
1729 ], 1730 ],
1730 'sources': [ 1731 'sources': [
1731 'base_unittests.isolate', 1732 'base_unittests.isolate',
1732 ], 1733 ],
1733 }, 1734 },
1734 ], 1735 ],
1735 }], 1736 }],
1736 ], 1737 ],
1737 } 1738 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698