| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'child/service_worker/web_service_worker_provider_impl.cc', | 178 'child/service_worker/web_service_worker_provider_impl.cc', |
| 179 'child/service_worker/web_service_worker_provider_impl.h', | 179 'child/service_worker/web_service_worker_provider_impl.h', |
| 180 'child/service_worker/web_service_worker_registration_impl.cc', | 180 'child/service_worker/web_service_worker_registration_impl.cc', |
| 181 'child/service_worker/web_service_worker_registration_impl.h', | 181 'child/service_worker/web_service_worker_registration_impl.h', |
| 182 'child/shared_worker_devtools_agent.cc', | 182 'child/shared_worker_devtools_agent.cc', |
| 183 'child/shared_worker_devtools_agent.h', | 183 'child/shared_worker_devtools_agent.h', |
| 184 'child/simple_webmimeregistry_impl.cc', | 184 'child/simple_webmimeregistry_impl.cc', |
| 185 'child/simple_webmimeregistry_impl.h', | 185 'child/simple_webmimeregistry_impl.h', |
| 186 'child/site_isolation_policy.cc', | 186 'child/site_isolation_policy.cc', |
| 187 'child/site_isolation_policy.h', | 187 'child/site_isolation_policy.h', |
| 188 'child/socket_stream_dispatcher.cc', | |
| 189 'child/socket_stream_dispatcher.h', | |
| 190 'child/sync_load_response.cc', | 188 'child/sync_load_response.cc', |
| 191 'child/sync_load_response.h', | 189 'child/sync_load_response.h', |
| 192 'child/thread_safe_sender.cc', | 190 'child/thread_safe_sender.cc', |
| 193 'child/thread_safe_sender.h', | 191 'child/thread_safe_sender.h', |
| 194 'child/threaded_data_provider.cc', | 192 'child/threaded_data_provider.cc', |
| 195 'child/threaded_data_provider.h', | 193 'child/threaded_data_provider.h', |
| 196 'child/web_database_observer_impl.cc', | 194 'child/web_database_observer_impl.cc', |
| 197 'child/web_database_observer_impl.h', | 195 'child/web_database_observer_impl.h', |
| 198 'child/web_discardable_memory_impl.cc', | 196 'child/web_discardable_memory_impl.cc', |
| 199 'child/web_discardable_memory_impl.h', | 197 'child/web_discardable_memory_impl.h', |
| 200 'child/web_gesture_curve_impl.cc', | 198 'child/web_gesture_curve_impl.cc', |
| 201 'child/web_gesture_curve_impl.h', | 199 'child/web_gesture_curve_impl.h', |
| 202 'child/web_socket_stream_handle_bridge.h', | |
| 203 'child/web_socket_stream_handle_delegate.h', | |
| 204 'child/web_socket_stream_handle_impl.cc', | |
| 205 'child/web_socket_stream_handle_impl.h', | |
| 206 'child/web_url_loader_impl.cc', | 200 'child/web_url_loader_impl.cc', |
| 207 'child/web_url_loader_impl.h', | 201 'child/web_url_loader_impl.h', |
| 208 'child/web_url_request_util.cc', | 202 'child/web_url_request_util.cc', |
| 209 'child/web_url_request_util.h', | 203 'child/web_url_request_util.h', |
| 210 'child/webblobregistry_impl.cc', | 204 'child/webblobregistry_impl.cc', |
| 211 'child/webblobregistry_impl.h', | 205 'child/webblobregistry_impl.h', |
| 212 'child/webcrypto/algorithm_dispatch.cc', | 206 'child/webcrypto/algorithm_dispatch.cc', |
| 213 'child/webcrypto/algorithm_dispatch.h', | 207 'child/webcrypto/algorithm_dispatch.h', |
| 214 'child/webcrypto/algorithm_implementation.cc', | 208 'child/webcrypto/algorithm_implementation.cc', |
| 215 'child/webcrypto/algorithm_implementation.h', | 209 'child/webcrypto/algorithm_implementation.h', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 }, { | 363 }, { |
| 370 'dependencies': [ | 364 'dependencies': [ |
| 371 '../third_party/nss/nss.gyp:nspr', | 365 '../third_party/nss/nss.gyp:nspr', |
| 372 '../third_party/nss/nss.gyp:nss', | 366 '../third_party/nss/nss.gyp:nss', |
| 373 ], | 367 ], |
| 374 }], | 368 }], |
| 375 ], | 369 ], |
| 376 }], | 370 }], |
| 377 ], | 371 ], |
| 378 } | 372 } |
| OLD | NEW |