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

Side by Side Diff: base/base.gyp

Issue 1685423002: Task Scheduler. (Closed) Base URL: https://luckyluke-private.googlesource.com/src@a_master
Patch Set: Created 4 years, 10 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 | « no previous file | base/base.gypi » ('j') | base/task_scheduler/delayed_task_manager.h » ('J')
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 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'sys_info_unittest.cc', 532 'sys_info_unittest.cc',
533 'system_monitor/system_monitor_unittest.cc', 533 'system_monitor/system_monitor_unittest.cc',
534 'task/cancelable_task_tracker_unittest.cc', 534 'task/cancelable_task_tracker_unittest.cc',
535 'task_runner_util_unittest.cc', 535 'task_runner_util_unittest.cc',
536 'template_util_unittest.cc', 536 'template_util_unittest.cc',
537 'test/histogram_tester_unittest.cc', 537 'test/histogram_tester_unittest.cc',
538 'test/test_pending_task_unittest.cc', 538 'test/test_pending_task_unittest.cc',
539 'test/test_reg_util_win_unittest.cc', 539 'test/test_reg_util_win_unittest.cc',
540 'test/trace_event_analyzer_unittest.cc', 540 'test/trace_event_analyzer_unittest.cc',
541 'test/user_action_tester_unittest.cc', 541 'test/user_action_tester_unittest.cc',
542 'task_scheduler/delayed_task_manager_unittest.cc',
robliao 2016/02/11 21:56:27 We'll need to do this for BUILD.gn as well.
fdoray 2016/02/12 04:16:19 Done.
543 'task_scheduler/scheduler_lock_unittest.cc',
544 'task_scheduler/sequence_unittest.cc',
545 'task_scheduler/sequence_sort_key_unittest.cc',
546 'task_scheduler/shutdown_manager_unittest.cc',
547 'task_scheduler/priority_queue_unittest.cc',
548 'task_scheduler/task_scheduler_impl_unittest.cc',
549 'task_scheduler/test_util.cc',
550 'task_scheduler/test_util.h',
551 'task_scheduler/thread_pool_unittest.cc',
552 'task_scheduler/utils_unittest.cc',
553 'task_scheduler/worker_thread_unittest.cc',
542 'threading/non_thread_safe_unittest.cc', 554 'threading/non_thread_safe_unittest.cc',
543 'threading/platform_thread_unittest.cc', 555 'threading/platform_thread_unittest.cc',
544 'threading/sequenced_worker_pool_unittest.cc', 556 'threading/sequenced_worker_pool_unittest.cc',
545 'threading/sequenced_task_runner_handle_unittest.cc', 557 'threading/sequenced_task_runner_handle_unittest.cc',
546 'threading/simple_thread_unittest.cc', 558 'threading/simple_thread_unittest.cc',
547 'threading/thread_checker_unittest.cc', 559 'threading/thread_checker_unittest.cc',
548 'threading/thread_collision_warner_unittest.cc', 560 'threading/thread_collision_warner_unittest.cc',
549 'threading/thread_id_name_manager_unittest.cc', 561 'threading/thread_id_name_manager_unittest.cc',
550 'threading/thread_local_storage_unittest.cc', 562 'threading/thread_local_storage_unittest.cc',
551 'threading/thread_local_unittest.cc', 563 'threading/thread_local_unittest.cc',
(...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 '../build/isolate.gypi', 1650 '../build/isolate.gypi',
1639 ], 1651 ],
1640 'sources': [ 1652 'sources': [
1641 'base_unittests.isolate', 1653 'base_unittests.isolate',
1642 ], 1654 ],
1643 }, 1655 },
1644 ], 1656 ],
1645 }], 1657 }],
1646 ], 1658 ],
1647 } 1659 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/task_scheduler/delayed_task_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698