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

Side by Side Diff: components/components_tests.gyp

Issue 1432263002: (reland) Adds TimeDomains to the TaskQueueManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix thread_hop_task DCHECK Created 5 years, 1 month 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 | components/scheduler/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'scheduler_unittest_sources': [ 592 'scheduler_unittest_sources': [
593 'scheduler/base/task_queue_manager_delegate_for_test.cc', 593 'scheduler/base/task_queue_manager_delegate_for_test.cc',
594 'scheduler/base/task_queue_manager_delegate_for_test.h', 594 'scheduler/base/task_queue_manager_delegate_for_test.h',
595 'scheduler/base/task_queue_manager_unittest.cc', 595 'scheduler/base/task_queue_manager_unittest.cc',
596 'scheduler/base/task_queue_selector_unittest.cc', 596 'scheduler/base/task_queue_selector_unittest.cc',
597 'scheduler/base/task_queue_sets_unittest.cc', 597 'scheduler/base/task_queue_sets_unittest.cc',
598 'scheduler/base/test_always_fail_time_source.cc', 598 'scheduler/base/test_always_fail_time_source.cc',
599 'scheduler/base/test_always_fail_time_source.h', 599 'scheduler/base/test_always_fail_time_source.h',
600 'scheduler/base/test_time_source.cc', 600 'scheduler/base/test_time_source.cc',
601 'scheduler/base/test_time_source.h', 601 'scheduler/base/test_time_source.h',
602 'scheduler/base/time_domain_unittest.cc',
602 'scheduler/child/idle_helper_unittest.cc', 603 'scheduler/child/idle_helper_unittest.cc',
603 'scheduler/child/scheduler_helper_unittest.cc', 604 'scheduler/child/scheduler_helper_unittest.cc',
604 'scheduler/child/scheduler_tqm_delegate_for_test.cc', 605 'scheduler/child/scheduler_tqm_delegate_for_test.cc',
605 'scheduler/child/scheduler_tqm_delegate_for_test.h', 606 'scheduler/child/scheduler_tqm_delegate_for_test.h',
606 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc', 607 'scheduler/child/scheduler_tqm_delegate_impl_unittest.cc',
607 'scheduler/child/virtual_time_tqm_delegate_unittest.cc', 608 'scheduler/child/virtual_time_tqm_delegate_unittest.cc',
608 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc', 609 'scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc',
609 'scheduler/child/worker_scheduler_impl_unittest.cc', 610 'scheduler/child/worker_scheduler_impl_unittest.cc',
610 'scheduler/renderer/deadline_task_runner_unittest.cc', 611 'scheduler/renderer/deadline_task_runner_unittest.cc',
611 'scheduler/renderer/idle_time_estimator_unittest.cc', 612 'scheduler/renderer/idle_time_estimator_unittest.cc',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 'dependencies': [ 1842 'dependencies': [
1842 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1843 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1843 ], 1844 ],
1844 }], 1845 }],
1845 ], 1846 ],
1846 }, 1847 },
1847 ], 1848 ],
1848 }], 1849 }],
1849 ], 1850 ],
1850 } 1851 }
OLDNEW
« no previous file with comments | « no previous file | components/scheduler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698