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

Side by Side Diff: base/base.gyp

Issue 1706123002: TaskScheduler [2/9] Scheduler Lock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move most DCHECKs to DCHECK_(EQ|NE) Created 4 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
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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 'sync_socket_unittest.cc', 535 'sync_socket_unittest.cc',
536 'synchronization/cancellation_flag_unittest.cc', 536 'synchronization/cancellation_flag_unittest.cc',
537 'synchronization/condition_variable_unittest.cc', 537 'synchronization/condition_variable_unittest.cc',
538 'synchronization/lock_unittest.cc', 538 'synchronization/lock_unittest.cc',
539 'synchronization/waitable_event_unittest.cc', 539 'synchronization/waitable_event_unittest.cc',
540 'synchronization/waitable_event_watcher_unittest.cc', 540 'synchronization/waitable_event_watcher_unittest.cc',
541 'sys_info_unittest.cc', 541 'sys_info_unittest.cc',
542 'system_monitor/system_monitor_unittest.cc', 542 'system_monitor/system_monitor_unittest.cc',
543 'task/cancelable_task_tracker_unittest.cc', 543 'task/cancelable_task_tracker_unittest.cc',
544 'task_runner_util_unittest.cc', 544 'task_runner_util_unittest.cc',
545 'task_scheduler/scheduler_lock_unittest.cc',
545 'template_util_unittest.cc', 546 'template_util_unittest.cc',
546 'test/histogram_tester_unittest.cc', 547 'test/histogram_tester_unittest.cc',
547 'test/test_pending_task_unittest.cc', 548 'test/test_pending_task_unittest.cc',
548 'test/test_reg_util_win_unittest.cc', 549 'test/test_reg_util_win_unittest.cc',
549 'test/trace_event_analyzer_unittest.cc', 550 'test/trace_event_analyzer_unittest.cc',
550 'test/user_action_tester_unittest.cc', 551 'test/user_action_tester_unittest.cc',
551 'threading/non_thread_safe_unittest.cc', 552 'threading/non_thread_safe_unittest.cc',
552 'threading/platform_thread_unittest.cc', 553 'threading/platform_thread_unittest.cc',
553 'threading/sequenced_worker_pool_unittest.cc', 554 'threading/sequenced_worker_pool_unittest.cc',
554 'threading/sequenced_task_runner_handle_unittest.cc', 555 'threading/sequenced_task_runner_handle_unittest.cc',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 '../build/isolate.gypi', 1682 '../build/isolate.gypi',
1682 ], 1683 ],
1683 'sources': [ 1684 'sources': [
1684 'base_unittests.isolate', 1685 'base_unittests.isolate',
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 }], 1689 }],
1689 ], 1690 ],
1690 } 1691 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/task_scheduler/scheduler_lock_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698