Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Side by Side Diff: content/content_child.gypi

Issue 512023002: Refactor the interface for generating keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Run git-cl format Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698