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

Side by Side Diff: content/content_child.gypi

Issue 1089833002: Introduce ChildScheduler as common base interface for WorkerScheduler and RendererScheduler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix nits Created 5 years, 8 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'child/quota_dispatcher.cc', 184 'child/quota_dispatcher.cc',
185 'child/quota_dispatcher.h', 185 'child/quota_dispatcher.h',
186 'child/quota_message_filter.cc', 186 'child/quota_message_filter.cc',
187 'child/quota_message_filter.h', 187 'child/quota_message_filter.h',
188 'child/request_extra_data.cc', 188 'child/request_extra_data.cc',
189 'child/request_extra_data.h', 189 'child/request_extra_data.h',
190 'child/request_info.cc', 190 'child/request_info.cc',
191 'child/request_info.h', 191 'child/request_info.h',
192 'child/scheduler/cancelable_closure_holder.cc', 192 'child/scheduler/cancelable_closure_holder.cc',
193 'child/scheduler/cancelable_closure_holder.h', 193 'child/scheduler/cancelable_closure_holder.h',
194 'child/scheduler/child_scheduler.h',
194 'child/scheduler/nestable_single_thread_task_runner.h', 195 'child/scheduler/nestable_single_thread_task_runner.h',
195 'child/scheduler/null_idle_task_runner.cc', 196 'child/scheduler/null_idle_task_runner.cc',
196 'child/scheduler/null_idle_task_runner.h', 197 'child/scheduler/null_idle_task_runner.h',
197 'child/scheduler/null_worker_scheduler.cc', 198 'child/scheduler/null_worker_scheduler.cc',
198 'child/scheduler/null_worker_scheduler.h', 199 'child/scheduler/null_worker_scheduler.h',
199 'child/scheduler/prioritizing_task_queue_selector.cc', 200 'child/scheduler/prioritizing_task_queue_selector.cc',
200 'child/scheduler/prioritizing_task_queue_selector.h', 201 'child/scheduler/prioritizing_task_queue_selector.h',
201 'child/scheduler/scheduler_helper.cc', 202 'child/scheduler/scheduler_helper.cc',
202 'child/scheduler/scheduler_helper.h', 203 'child/scheduler/scheduler_helper.h',
203 'child/scheduler/scheduler_message_loop_delegate.cc', 204 'child/scheduler/scheduler_message_loop_delegate.cc',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 }, { 428 }, {
428 'dependencies': [ 429 'dependencies': [
429 '../third_party/nss/nss.gyp:nspr', 430 '../third_party/nss/nss.gyp:nspr',
430 '../third_party/nss/nss.gyp:nss', 431 '../third_party/nss/nss.gyp:nss',
431 ], 432 ],
432 }], 433 }],
433 ], 434 ],
434 }], 435 }],
435 ], 436 ],
436 } 437 }
OLDNEW
« no previous file with comments | « content/child/scheduler/worker_scheduler_impl.cc ('k') | content/renderer/scheduler/renderer_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698