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/public/mojo_public.gyp:mojo_application_bindings', | 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'child/quota_dispatcher.cc', | 148 'child/quota_dispatcher.cc', |
149 'child/quota_dispatcher.h', | 149 'child/quota_dispatcher.h', |
150 'child/quota_message_filter.cc', | 150 'child/quota_message_filter.cc', |
151 'child/quota_message_filter.h', | 151 'child/quota_message_filter.h', |
152 'child/request_extra_data.cc', | 152 'child/request_extra_data.cc', |
153 'child/request_extra_data.h', | 153 'child/request_extra_data.h', |
154 'child/request_info.cc', | 154 'child/request_info.cc', |
155 'child/request_info.h', | 155 'child/request_info.h', |
156 'child/resource_dispatcher.cc', | 156 'child/resource_dispatcher.cc', |
157 'child/resource_dispatcher.h', | 157 'child/resource_dispatcher.h', |
| 158 'child/resource_scheduling_filter.cc', |
| 159 'child/resource_scheduling_filter.h', |
158 'child/resource_loader_bridge.cc', | 160 'child/resource_loader_bridge.cc', |
159 'child/resource_loader_bridge.h', | 161 'child/resource_loader_bridge.h', |
160 'child/runtime_features.cc', | 162 'child/runtime_features.cc', |
161 'child/runtime_features.h', | 163 'child/runtime_features.h', |
162 'child/scoped_child_process_reference.cc', | 164 'child/scoped_child_process_reference.cc', |
163 'child/scoped_child_process_reference.h', | 165 'child/scoped_child_process_reference.h', |
164 'child/service_worker/service_worker_dispatcher.cc', | 166 'child/service_worker/service_worker_dispatcher.cc', |
165 'child/service_worker/service_worker_dispatcher.h', | 167 'child/service_worker/service_worker_dispatcher.h', |
166 'child/service_worker/service_worker_handle_reference.cc', | 168 'child/service_worker/service_worker_handle_reference.cc', |
167 'child/service_worker/service_worker_handle_reference.h', | 169 'child/service_worker/service_worker_handle_reference.h', |
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 }, { | 371 }, { |
370 'dependencies': [ | 372 'dependencies': [ |
371 '../third_party/nss/nss.gyp:nspr', | 373 '../third_party/nss/nss.gyp:nspr', |
372 '../third_party/nss/nss.gyp:nss', | 374 '../third_party/nss/nss.gyp:nss', |
373 ], | 375 ], |
374 }], | 376 }], |
375 ], | 377 ], |
376 }], | 378 }], |
377 ], | 379 ], |
378 } | 380 } |
OLD | NEW |