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

Side by Side Diff: content/content_child.gypi

Issue 1088053003: Patch 1/3 to get WebScheduler via WebThread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitespace change 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'child/scheduler/scheduler_helper.h', 203 'child/scheduler/scheduler_helper.h',
204 'child/scheduler/scheduler_message_loop_delegate.cc', 204 'child/scheduler/scheduler_message_loop_delegate.cc',
205 'child/scheduler/scheduler_message_loop_delegate.h', 205 'child/scheduler/scheduler_message_loop_delegate.h',
206 'child/scheduler/single_thread_idle_task_runner.cc', 206 'child/scheduler/single_thread_idle_task_runner.cc',
207 'child/scheduler/single_thread_idle_task_runner.h', 207 'child/scheduler/single_thread_idle_task_runner.h',
208 'child/scheduler/task_queue_selector.h', 208 'child/scheduler/task_queue_selector.h',
209 'child/scheduler/task_queue_manager.cc', 209 'child/scheduler/task_queue_manager.cc',
210 'child/scheduler/task_queue_manager.h', 210 'child/scheduler/task_queue_manager.h',
211 'child/scheduler/webthread_impl_for_worker_scheduler.cc', 211 'child/scheduler/webthread_impl_for_worker_scheduler.cc',
212 'child/scheduler/webthread_impl_for_worker_scheduler.h', 212 'child/scheduler/webthread_impl_for_worker_scheduler.h',
213 'child/scheduler/web_scheduler_impl.cc',
214 'child/scheduler/web_scheduler_impl.h',
213 'child/scheduler/worker_scheduler.cc', 215 'child/scheduler/worker_scheduler.cc',
214 'child/scheduler/worker_scheduler.h', 216 'child/scheduler/worker_scheduler.h',
215 'child/scheduler/worker_scheduler_impl.cc', 217 'child/scheduler/worker_scheduler_impl.cc',
216 'child/scheduler/worker_scheduler_impl.h', 218 'child/scheduler/worker_scheduler_impl.h',
217 'child/resource_dispatcher.cc', 219 'child/resource_dispatcher.cc',
218 'child/resource_dispatcher.h', 220 'child/resource_dispatcher.h',
219 'child/resource_scheduling_filter.cc', 221 'child/resource_scheduling_filter.cc',
220 'child/resource_scheduling_filter.h', 222 'child/resource_scheduling_filter.h',
221 'child/runtime_features.cc', 223 'child/runtime_features.cc',
222 'child/runtime_features.h', 224 'child/runtime_features.h',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 }, { 430 }, {
429 'dependencies': [ 431 'dependencies': [
430 '../third_party/nss/nss.gyp:nspr', 432 '../third_party/nss/nss.gyp:nspr',
431 '../third_party/nss/nss.gyp:nss', 433 '../third_party/nss/nss.gyp:nss',
432 ], 434 ],
433 }], 435 }],
434 ], 436 ],
435 }], 437 }],
436 ], 438 ],
437 } 439 }
OLDNEW
« no previous file with comments | « content/child/scheduler/webthread_impl_for_worker_scheduler.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698