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

Side by Side Diff: content/content_child.gypi

Issue 1025323003: Introduce a SchedulerHelper in content/child/scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added the delegate Created 5 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 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'child/push_messaging/push_provider.cc', 179 'child/push_messaging/push_provider.cc',
180 'child/push_messaging/push_provider.h', 180 'child/push_messaging/push_provider.h',
181 'child/quota_dispatcher.cc', 181 'child/quota_dispatcher.cc',
182 'child/quota_dispatcher.h', 182 'child/quota_dispatcher.h',
183 'child/quota_message_filter.cc', 183 'child/quota_message_filter.cc',
184 'child/quota_message_filter.h', 184 'child/quota_message_filter.h',
185 'child/request_extra_data.cc', 185 'child/request_extra_data.cc',
186 'child/request_extra_data.h', 186 'child/request_extra_data.h',
187 'child/request_info.cc', 187 'child/request_info.cc',
188 'child/request_info.h', 188 'child/request_info.h',
189 'child/scheduler/cancelable_closure_holder.cc',
190 'child/scheduler/cancelable_closure_holder.h',
191 'child/scheduler/nestable_single_thread_task_runner.h',
192 'child/scheduler/null_idle_task_runner.cc',
193 'child/scheduler/null_idle_task_runner.h',
194 'child/scheduler/scheduler_helper.cc',
195 'child/scheduler/scheduler_helper.h',
196 'child/scheduler/scheduler_message_loop_delegate.cc',
197 'child/scheduler/scheduler_message_loop_delegate.h',
198 'child/scheduler/single_thread_idle_task_runner.cc',
199 'child/scheduler/single_thread_idle_task_runner.h',
200 'child/scheduler/task_queue_selector.h',
201 'child/scheduler/task_queue_selector_impl.cc',
202 'child/scheduler/task_queue_selector_impl.h',
203 'child/scheduler/task_queue_manager.cc',
204 'child/scheduler/task_queue_manager.h',
189 'child/resource_dispatcher.cc', 205 'child/resource_dispatcher.cc',
190 'child/resource_dispatcher.h', 206 'child/resource_dispatcher.h',
191 'child/resource_scheduling_filter.cc', 207 'child/resource_scheduling_filter.cc',
192 'child/resource_scheduling_filter.h', 208 'child/resource_scheduling_filter.h',
193 'child/runtime_features.cc', 209 'child/runtime_features.cc',
194 'child/runtime_features.h', 210 'child/runtime_features.h',
195 'child/scoped_child_process_reference.cc', 211 'child/scoped_child_process_reference.cc',
196 'child/scoped_child_process_reference.h', 212 'child/scoped_child_process_reference.h',
197 'child/service_worker/service_worker_dispatcher.cc', 213 'child/service_worker/service_worker_dispatcher.cc',
198 'child/service_worker/service_worker_dispatcher.h', 214 'child/service_worker/service_worker_dispatcher.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 }, { 418 }, {
403 'dependencies': [ 419 'dependencies': [
404 '../third_party/nss/nss.gyp:nspr', 420 '../third_party/nss/nss.gyp:nspr',
405 '../third_party/nss/nss.gyp:nss', 421 '../third_party/nss/nss.gyp:nss',
406 ], 422 ],
407 }], 423 }],
408 ], 424 ],
409 }], 425 }],
410 ], 426 ],
411 } 427 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698