OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |