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

Side by Side Diff: components/scheduler/scheduler.gypi

Issue 1589463002: compositor worker: Use a WebThread for the compositor thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self.nit Created 4 years, 11 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'scheduler_common_sources': [ 7 'scheduler_common_sources': [
8 'common/scheduler_switches.cc', 8 'common/scheduler_switches.cc',
9 'common/scheduler_switches.h', 9 'common/scheduler_switches.h',
10 ], 10 ],
(...skipping 19 matching lines...) Expand all
30 'base/work_queue.h', 30 'base/work_queue.h',
31 'base/work_queue_sets.cc', 31 'base/work_queue_sets.cc',
32 'base/work_queue_sets.h', 32 'base/work_queue_sets.h',
33 'base/pollable_thread_safe_flag.cc', 33 'base/pollable_thread_safe_flag.cc',
34 'base/pollable_thread_safe_flag.h', 34 'base/pollable_thread_safe_flag.h',
35 'base/virtual_time_domain.cc', 35 'base/virtual_time_domain.cc',
36 'base/virtual_time_domain.h', 36 'base/virtual_time_domain.h',
37 'base/enqueue_order.h', 37 'base/enqueue_order.h',
38 'base/enqueue_order.cc', 38 'base/enqueue_order.cc',
39 'child/child_scheduler.h', 39 'child/child_scheduler.h',
40 'child/compositor_worker_scheduler.cc',
41 'child/compositor_worker_scheduler.h',
40 'child/idle_helper.cc', 42 'child/idle_helper.cc',
41 'child/idle_helper.h', 43 'child/idle_helper.h',
42 'child/scheduler_helper.cc', 44 'child/scheduler_helper.cc',
43 'child/scheduler_helper.h', 45 'child/scheduler_helper.h',
44 'child/scheduler_tqm_delegate.h', 46 'child/scheduler_tqm_delegate.h',
45 'child/scheduler_tqm_delegate_impl.cc', 47 'child/scheduler_tqm_delegate_impl.cc',
46 'child/scheduler_tqm_delegate_impl.h', 48 'child/scheduler_tqm_delegate_impl.h',
47 'child/single_thread_idle_task_runner.cc', 49 'child/single_thread_idle_task_runner.cc',
48 'child/single_thread_idle_task_runner.h', 50 'child/single_thread_idle_task_runner.h',
49 'child/virtual_time_tqm_delegate.cc', 51 'child/virtual_time_tqm_delegate.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'renderer/webthread_impl_for_renderer_scheduler.cc', 89 'renderer/webthread_impl_for_renderer_scheduler.cc',
88 'renderer/webthread_impl_for_renderer_scheduler.h', 90 'renderer/webthread_impl_for_renderer_scheduler.h',
89 'scheduler_export.h', 91 'scheduler_export.h',
90 ], 92 ],
91 'scheduler_test_support_sources': [ 93 'scheduler_test_support_sources': [
92 'test/lazy_scheduler_message_loop_delegate_for_tests.cc', 94 'test/lazy_scheduler_message_loop_delegate_for_tests.cc',
93 'test/lazy_scheduler_message_loop_delegate_for_tests.h', 95 'test/lazy_scheduler_message_loop_delegate_for_tests.h',
94 ], 96 ],
95 }, 97 },
96 } 98 }
OLDNEW
« no previous file with comments | « components/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc ('k') | content/child/blink_platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698