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

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: Fix compile 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'child/scheduler/single_thread_idle_task_runner.h', 206 'child/scheduler/single_thread_idle_task_runner.h',
207 'child/scheduler/task_queue_selector.h', 207 'child/scheduler/task_queue_selector.h',
208 'child/scheduler/task_queue_manager.cc', 208 'child/scheduler/task_queue_manager.cc',
209 'child/scheduler/task_queue_manager.h', 209 'child/scheduler/task_queue_manager.h',
210 'child/scheduler/webthread_impl_for_worker_scheduler.cc', 210 'child/scheduler/webthread_impl_for_worker_scheduler.cc',
211 'child/scheduler/webthread_impl_for_worker_scheduler.h', 211 'child/scheduler/webthread_impl_for_worker_scheduler.h',
212 'child/scheduler/worker_scheduler.cc', 212 'child/scheduler/worker_scheduler.cc',
213 'child/scheduler/worker_scheduler.h', 213 'child/scheduler/worker_scheduler.h',
214 'child/scheduler/worker_scheduler_impl.cc', 214 'child/scheduler/worker_scheduler_impl.cc',
215 'child/scheduler/worker_scheduler_impl.h', 215 'child/scheduler/worker_scheduler_impl.h',
216 'child/scheduler/worker_web_scheduler_impl.cc',
217 'child/scheduler/worker_web_scheduler_impl.h',
216 'child/resource_dispatcher.cc', 218 'child/resource_dispatcher.cc',
217 'child/resource_dispatcher.h', 219 'child/resource_dispatcher.h',
218 'child/resource_scheduling_filter.cc', 220 'child/resource_scheduling_filter.cc',
219 'child/resource_scheduling_filter.h', 221 'child/resource_scheduling_filter.h',
220 'child/runtime_features.cc', 222 'child/runtime_features.cc',
221 'child/runtime_features.h', 223 'child/runtime_features.h',
222 'child/scoped_child_process_reference.cc', 224 'child/scoped_child_process_reference.cc',
223 'child/scoped_child_process_reference.h', 225 'child/scoped_child_process_reference.h',
224 'child/service_worker/service_worker_dispatcher.cc', 226 'child/service_worker/service_worker_dispatcher.cc',
225 'child/service_worker/service_worker_dispatcher.h', 227 'child/service_worker/service_worker_dispatcher.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 }, { 429 }, {
428 'dependencies': [ 430 'dependencies': [
429 '../third_party/nss/nss.gyp:nspr', 431 '../third_party/nss/nss.gyp:nspr',
430 '../third_party/nss/nss.gyp:nss', 432 '../third_party/nss/nss.gyp:nss',
431 ], 433 ],
432 }], 434 }],
433 ], 435 ],
434 }], 436 }],
435 ], 437 ],
436 } 438 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698