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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'child/runtime_features.cc', | 189 'child/runtime_features.cc', |
190 'child/runtime_features.h', | 190 'child/runtime_features.h', |
191 'child/scoped_child_process_reference.cc', | 191 'child/scoped_child_process_reference.cc', |
192 'child/scoped_child_process_reference.h', | 192 'child/scoped_child_process_reference.h', |
193 'child/service_worker/service_worker_dispatcher.cc', | 193 'child/service_worker/service_worker_dispatcher.cc', |
194 'child/service_worker/service_worker_dispatcher.h', | 194 'child/service_worker/service_worker_dispatcher.h', |
195 'child/service_worker/service_worker_handle_reference.cc', | 195 'child/service_worker/service_worker_handle_reference.cc', |
196 'child/service_worker/service_worker_handle_reference.h', | 196 'child/service_worker/service_worker_handle_reference.h', |
197 'child/service_worker/service_worker_message_filter.cc', | 197 'child/service_worker/service_worker_message_filter.cc', |
198 'child/service_worker/service_worker_message_filter.h', | 198 'child/service_worker/service_worker_message_filter.h', |
| 199 'child/service_worker/service_worker_message_sender.cc', |
| 200 'child/service_worker/service_worker_message_sender.h', |
199 'child/service_worker/service_worker_network_provider.cc', | 201 'child/service_worker/service_worker_network_provider.cc', |
200 'child/service_worker/service_worker_network_provider.h', | 202 'child/service_worker/service_worker_network_provider.h', |
201 'child/service_worker/service_worker_provider_context.cc', | 203 'child/service_worker/service_worker_provider_context.cc', |
202 'child/service_worker/service_worker_provider_context.h', | 204 'child/service_worker/service_worker_provider_context.h', |
203 'child/service_worker/service_worker_registration_handle_reference.cc', | 205 'child/service_worker/service_worker_registration_handle_reference.cc', |
204 'child/service_worker/service_worker_registration_handle_reference.h', | 206 'child/service_worker/service_worker_registration_handle_reference.h', |
205 'child/service_worker/web_service_worker_impl.cc', | 207 'child/service_worker/web_service_worker_impl.cc', |
206 'child/service_worker/web_service_worker_impl.h', | 208 'child/service_worker/web_service_worker_impl.h', |
207 'child/service_worker/web_service_worker_provider_impl.cc', | 209 'child/service_worker/web_service_worker_provider_impl.cc', |
208 'child/service_worker/web_service_worker_provider_impl.h', | 210 'child/service_worker/web_service_worker_provider_impl.h', |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 }, { | 400 }, { |
399 'dependencies': [ | 401 'dependencies': [ |
400 '../third_party/nss/nss.gyp:nspr', | 402 '../third_party/nss/nss.gyp:nspr', |
401 '../third_party/nss/nss.gyp:nss', | 403 '../third_party/nss/nss.gyp:nss', |
402 ], | 404 ], |
403 }], | 405 }], |
404 ], | 406 ], |
405 }], | 407 }], |
406 ], | 408 ], |
407 } | 409 } |
OLD | NEW |