| 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.gyp:mojo_environment_chromium', | 9 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 10 '../mojo/mojo.gyp:mojo_service_provider_bindings', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'child/web_database_observer_impl.cc', | 190 'child/web_database_observer_impl.cc', |
| 191 'child/web_database_observer_impl.h', | 191 'child/web_database_observer_impl.h', |
| 192 'child/web_discardable_memory_impl.cc', | 192 'child/web_discardable_memory_impl.cc', |
| 193 'child/web_discardable_memory_impl.h', | 193 'child/web_discardable_memory_impl.h', |
| 194 'child/web_socket_stream_handle_bridge.h', | 194 'child/web_socket_stream_handle_bridge.h', |
| 195 'child/web_socket_stream_handle_delegate.h', | 195 'child/web_socket_stream_handle_delegate.h', |
| 196 'child/web_socket_stream_handle_impl.cc', | 196 'child/web_socket_stream_handle_impl.cc', |
| 197 'child/web_socket_stream_handle_impl.h', | 197 'child/web_socket_stream_handle_impl.h', |
| 198 'child/web_url_loader_impl.cc', | 198 'child/web_url_loader_impl.cc', |
| 199 'child/web_url_loader_impl.h', | 199 'child/web_url_loader_impl.h', |
| 200 'child/web_url_request_util.cc', |
| 201 'child/web_url_request_util.h', |
| 200 'child/webblobregistry_impl.cc', | 202 'child/webblobregistry_impl.cc', |
| 201 'child/webblobregistry_impl.h', | 203 'child/webblobregistry_impl.h', |
| 202 'child/webcrypto/algorithm_dispatch.cc', | 204 'child/webcrypto/algorithm_dispatch.cc', |
| 203 'child/webcrypto/algorithm_dispatch.h', | 205 'child/webcrypto/algorithm_dispatch.h', |
| 204 'child/webcrypto/algorithm_implementation.cc', | 206 'child/webcrypto/algorithm_implementation.cc', |
| 205 'child/webcrypto/algorithm_implementation.h', | 207 'child/webcrypto/algorithm_implementation.h', |
| 206 'child/webcrypto/algorithm_registry.cc', | 208 'child/webcrypto/algorithm_registry.cc', |
| 207 'child/webcrypto/algorithm_registry.h', | 209 'child/webcrypto/algorithm_registry.h', |
| 208 'child/webcrypto/crypto_data.cc', | 210 'child/webcrypto/crypto_data.cc', |
| 209 'child/webcrypto/crypto_data.h', | 211 'child/webcrypto/crypto_data.h', |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 }, { | 355 }, { |
| 354 'dependencies': [ | 356 'dependencies': [ |
| 355 '../third_party/nss/nss.gyp:nspr', | 357 '../third_party/nss/nss.gyp:nspr', |
| 356 '../third_party/nss/nss.gyp:nss', | 358 '../third_party/nss/nss.gyp:nss', |
| 357 ], | 359 ], |
| 358 }], | 360 }], |
| 359 ], | 361 ], |
| 360 }], | 362 }], |
| 361 ], | 363 ], |
| 362 } | 364 } |
| OLD | NEW |