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_application_bindings', | 9 '../mojo/mojo_base.gyp:mojo_application_bindings', |
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 10 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 'child/webblobregistry_impl.cc', | 206 'child/webblobregistry_impl.cc', |
207 'child/webblobregistry_impl.h', | 207 'child/webblobregistry_impl.h', |
208 'child/webcrypto/algorithm_dispatch.cc', | 208 'child/webcrypto/algorithm_dispatch.cc', |
209 'child/webcrypto/algorithm_dispatch.h', | 209 'child/webcrypto/algorithm_dispatch.h', |
210 'child/webcrypto/algorithm_implementation.cc', | 210 'child/webcrypto/algorithm_implementation.cc', |
211 'child/webcrypto/algorithm_implementation.h', | 211 'child/webcrypto/algorithm_implementation.h', |
212 'child/webcrypto/algorithm_registry.cc', | 212 'child/webcrypto/algorithm_registry.cc', |
213 'child/webcrypto/algorithm_registry.h', | 213 'child/webcrypto/algorithm_registry.h', |
214 'child/webcrypto/crypto_data.cc', | 214 'child/webcrypto/crypto_data.cc', |
215 'child/webcrypto/crypto_data.h', | 215 'child/webcrypto/crypto_data.h', |
| 216 'child/webcrypto/generate_key_result.cc', |
| 217 'child/webcrypto/generate_key_result.h', |
216 'child/webcrypto/jwk.cc', | 218 'child/webcrypto/jwk.cc', |
217 'child/webcrypto/jwk.h', | 219 'child/webcrypto/jwk.h', |
218 'child/webcrypto/platform_crypto.h', | 220 'child/webcrypto/platform_crypto.h', |
219 'child/webcrypto/status.cc', | 221 'child/webcrypto/status.cc', |
220 'child/webcrypto/status.h', | 222 'child/webcrypto/status.h', |
221 'child/webcrypto/structured_clone.cc', | 223 'child/webcrypto/structured_clone.cc', |
222 'child/webcrypto/structured_clone.h', | 224 'child/webcrypto/structured_clone.h', |
223 'child/webcrypto/webcrypto_impl.cc', | 225 'child/webcrypto/webcrypto_impl.cc', |
224 'child/webcrypto/webcrypto_impl.h', | 226 'child/webcrypto/webcrypto_impl.h', |
225 'child/webcrypto/webcrypto_util.cc', | 227 'child/webcrypto/webcrypto_util.cc', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 }, { | 363 }, { |
362 'dependencies': [ | 364 'dependencies': [ |
363 '../third_party/nss/nss.gyp:nspr', | 365 '../third_party/nss/nss.gyp:nspr', |
364 '../third_party/nss/nss.gyp:nss', | 366 '../third_party/nss/nss.gyp:nss', |
365 ], | 367 ], |
366 }], | 368 }], |
367 ], | 369 ], |
368 }], | 370 }], |
369 ], | 371 ], |
370 } | 372 } |
OLD | NEW |