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

Side by Side Diff: content/content_child.gypi

Issue 211943002: [webcrypto] Minor cleanup/consolidation of JWK source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for eroman Created 6 years, 8 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
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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/base/ui_base.gyp:ui_base', 10 '../ui/base/ui_base.gyp:ui_base',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'child/web_socket_stream_handle_delegate.h', 171 'child/web_socket_stream_handle_delegate.h',
172 'child/web_socket_stream_handle_impl.cc', 172 'child/web_socket_stream_handle_impl.cc',
173 'child/web_socket_stream_handle_impl.h', 173 'child/web_socket_stream_handle_impl.h',
174 'child/web_url_loader_impl.cc', 174 'child/web_url_loader_impl.cc',
175 'child/web_url_loader_impl.h', 175 'child/web_url_loader_impl.h',
176 'child/webblobregistry_impl.cc', 176 'child/webblobregistry_impl.cc',
177 'child/webblobregistry_impl.h', 177 'child/webblobregistry_impl.h',
178 'child/webcrypto/crypto_data.cc', 178 'child/webcrypto/crypto_data.cc',
179 'child/webcrypto/crypto_data.h', 179 'child/webcrypto/crypto_data.h',
180 'child/webcrypto/jwk.cc', 180 'child/webcrypto/jwk.cc',
181 'child/webcrypto/jwk.h',
181 'child/webcrypto/platform_crypto.h', 182 'child/webcrypto/platform_crypto.h',
182 'child/webcrypto/platform_crypto_nss.cc', 183 'child/webcrypto/platform_crypto_nss.cc',
183 'child/webcrypto/platform_crypto_openssl.cc', 184 'child/webcrypto/platform_crypto_openssl.cc',
184 'child/webcrypto/shared_crypto.cc', 185 'child/webcrypto/shared_crypto.cc',
185 'child/webcrypto/shared_crypto.h', 186 'child/webcrypto/shared_crypto.h',
186 'child/webcrypto/status.cc', 187 'child/webcrypto/status.cc',
187 'child/webcrypto/status.h', 188 'child/webcrypto/status.h',
188 'child/webcrypto/webcrypto_impl.cc', 189 'child/webcrypto/webcrypto_impl.cc',
189 'child/webcrypto/webcrypto_impl.h', 190 'child/webcrypto/webcrypto_impl.h',
190 'child/webcrypto/webcrypto_util.cc', 191 'child/webcrypto/webcrypto_util.cc',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 }, { 282 }, {
282 'dependencies': [ 283 'dependencies': [
283 '../third_party/nss/nss.gyp:nspr', 284 '../third_party/nss/nss.gyp:nspr',
284 '../third_party/nss/nss.gyp:nss', 285 '../third_party/nss/nss.gyp:nss',
285 ], 286 ],
286 }], 287 }],
287 ], 288 ],
288 }], 289 }],
289 ], 290 ],
290 } 291 }
OLDNEW
« content/child/webcrypto/shared_crypto.h ('K') | « content/child/webcrypto/webcrypto_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698