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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 'child/webblobregistry_impl.cc', | 210 'child/webblobregistry_impl.cc', |
211 'child/webblobregistry_impl.h', | 211 'child/webblobregistry_impl.h', |
212 'child/webcrypto/algorithm_dispatch.cc', | 212 'child/webcrypto/algorithm_dispatch.cc', |
213 'child/webcrypto/algorithm_dispatch.h', | 213 'child/webcrypto/algorithm_dispatch.h', |
214 'child/webcrypto/algorithm_implementation.cc', | 214 'child/webcrypto/algorithm_implementation.cc', |
215 'child/webcrypto/algorithm_implementation.h', | 215 'child/webcrypto/algorithm_implementation.h', |
216 'child/webcrypto/algorithm_registry.cc', | 216 'child/webcrypto/algorithm_registry.cc', |
217 'child/webcrypto/algorithm_registry.h', | 217 'child/webcrypto/algorithm_registry.h', |
218 'child/webcrypto/crypto_data.cc', | 218 'child/webcrypto/crypto_data.cc', |
219 'child/webcrypto/crypto_data.h', | 219 'child/webcrypto/crypto_data.h', |
| 220 'child/webcrypto/generate_key_result.cc', |
| 221 'child/webcrypto/generate_key_result.h', |
220 'child/webcrypto/jwk.cc', | 222 'child/webcrypto/jwk.cc', |
221 'child/webcrypto/jwk.h', | 223 'child/webcrypto/jwk.h', |
222 'child/webcrypto/platform_crypto.h', | 224 'child/webcrypto/platform_crypto.h', |
223 'child/webcrypto/status.cc', | 225 'child/webcrypto/status.cc', |
224 'child/webcrypto/status.h', | 226 'child/webcrypto/status.h', |
225 'child/webcrypto/structured_clone.cc', | 227 'child/webcrypto/structured_clone.cc', |
226 'child/webcrypto/structured_clone.h', | 228 'child/webcrypto/structured_clone.h', |
227 'child/webcrypto/webcrypto_impl.cc', | 229 'child/webcrypto/webcrypto_impl.cc', |
228 'child/webcrypto/webcrypto_impl.h', | 230 'child/webcrypto/webcrypto_impl.h', |
229 'child/webcrypto/webcrypto_util.cc', | 231 'child/webcrypto/webcrypto_util.cc', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 }, { | 366 }, { |
365 'dependencies': [ | 367 'dependencies': [ |
366 '../third_party/nss/nss.gyp:nspr', | 368 '../third_party/nss/nss.gyp:nspr', |
367 '../third_party/nss/nss.gyp:nss', | 369 '../third_party/nss/nss.gyp:nss', |
368 ], | 370 ], |
369 }], | 371 }], |
370 ], | 372 ], |
371 }], | 373 }], |
372 ], | 374 ], |
373 } | 375 } |
OLD | NEW |