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