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

Side by Side Diff: content/content_child.gypi

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 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
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | content/content_tests.gypi » ('j') | 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 '../components/webcrypto/webcrypto.gyp:webcrypto',
9 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 11 '../mojo/mojo_base.gyp:mojo_common_lib',
11 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
12 '../ui/base/ui_base.gyp:ui_base', 13 '../ui/base/ui_base.gyp:ui_base',
13 '../ui/events/events.gyp:gestures_blink', 14 '../ui/events/events.gyp:gestures_blink',
14 '../ui/gfx/gfx.gyp:gfx', 15 '../ui/gfx/gfx.gyp:gfx',
15 '../ui/gfx/gfx.gyp:gfx_geometry', 16 '../ui/gfx/gfx.gyp:gfx_geometry',
16 '../url/url.gyp:url_lib', 17 '../url/url.gyp:url_lib',
17 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 18 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
18 ], 19 ],
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'child/web_database_observer_impl.cc', 262 'child/web_database_observer_impl.cc',
262 'child/web_database_observer_impl.h', 263 'child/web_database_observer_impl.h',
263 'child/web_discardable_memory_impl.cc', 264 'child/web_discardable_memory_impl.cc',
264 'child/web_discardable_memory_impl.h', 265 'child/web_discardable_memory_impl.h',
265 'child/web_url_loader_impl.cc', 266 'child/web_url_loader_impl.cc',
266 'child/web_url_loader_impl.h', 267 'child/web_url_loader_impl.h',
267 'child/web_url_request_util.cc', 268 'child/web_url_request_util.cc',
268 'child/web_url_request_util.h', 269 'child/web_url_request_util.h',
269 'child/webblobregistry_impl.cc', 270 'child/webblobregistry_impl.cc',
270 'child/webblobregistry_impl.h', 271 'child/webblobregistry_impl.h',
271 'child/webcrypto/algorithm_dispatch.cc',
272 'child/webcrypto/algorithm_dispatch.h',
273 'child/webcrypto/algorithm_implementation.cc',
274 'child/webcrypto/algorithm_implementation.h',
275 'child/webcrypto/algorithm_registry.cc',
276 'child/webcrypto/algorithm_registry.h',
277 'child/webcrypto/crypto_data.cc',
278 'child/webcrypto/crypto_data.h',
279 'child/webcrypto/generate_key_result.cc',
280 'child/webcrypto/generate_key_result.h',
281 'child/webcrypto/jwk.cc',
282 'child/webcrypto/jwk.h',
283 'child/webcrypto/platform_crypto.h',
284 'child/webcrypto/status.cc',
285 'child/webcrypto/status.h',
286 'child/webcrypto/webcrypto_impl.cc',
287 'child/webcrypto/webcrypto_impl.h',
288 'child/webcrypto/webcrypto_util.cc',
289 'child/webcrypto/webcrypto_util.h',
290 'child/webfallbackthemeengine_impl.cc', 272 'child/webfallbackthemeengine_impl.cc',
291 'child/webfallbackthemeengine_impl.h', 273 'child/webfallbackthemeengine_impl.h',
292 'child/webfileutilities_impl.cc', 274 'child/webfileutilities_impl.cc',
293 'child/webfileutilities_impl.h', 275 'child/webfileutilities_impl.h',
294 'child/webmessageportchannel_impl.cc', 276 'child/webmessageportchannel_impl.cc',
295 'child/webmessageportchannel_impl.h', 277 'child/webmessageportchannel_impl.h',
296 'child/websocket_bridge.cc', 278 'child/websocket_bridge.cc',
297 'child/websocket_bridge.h', 279 'child/websocket_bridge.h',
298 'child/websocket_dispatcher.cc', 280 'child/websocket_dispatcher.cc',
299 'child/websocket_dispatcher.h', 281 'child/websocket_dispatcher.h',
300 'child/webthemeengine_impl_android.cc', 282 'child/webthemeengine_impl_android.cc',
301 'child/webthemeengine_impl_android.h', 283 'child/webthemeengine_impl_android.h',
302 'child/webthemeengine_impl_default.cc', 284 'child/webthemeengine_impl_default.cc',
303 'child/webthemeengine_impl_default.h', 285 'child/webthemeengine_impl_default.h',
304 'child/webthemeengine_impl_mac.h', 286 'child/webthemeengine_impl_mac.h',
305 'child/webthread_base.cc', 287 'child/webthread_base.cc',
306 'child/webthread_base.h', 288 'child/webthread_base.h',
307 'child/weburlresponse_extradata_impl.cc', 289 'child/weburlresponse_extradata_impl.cc',
308 'child/weburlresponse_extradata_impl.h', 290 'child/weburlresponse_extradata_impl.h',
309 'child/worker_task_runner.cc', 291 'child/worker_task_runner.cc',
310 'child/worker_task_runner.h', 292 'child/worker_task_runner.h',
311 'child/worker_thread_message_filter.cc', 293 'child/worker_thread_message_filter.cc',
312 'child/worker_thread_message_filter.h', 294 'child/worker_thread_message_filter.h',
313 ], 295 ],
314 'webcrypto_nss_sources': [
315 'child/webcrypto/nss/aes_algorithm_nss.cc',
316 'child/webcrypto/nss/aes_algorithm_nss.h',
317 'child/webcrypto/nss/aes_cbc_nss.cc',
318 'child/webcrypto/nss/aes_gcm_nss.cc',
319 'child/webcrypto/nss/aes_kw_nss.cc',
320 'child/webcrypto/nss/hmac_nss.cc',
321 'child/webcrypto/nss/key_nss.cc',
322 'child/webcrypto/nss/key_nss.h',
323 'child/webcrypto/nss/rsa_hashed_algorithm_nss.cc',
324 'child/webcrypto/nss/rsa_hashed_algorithm_nss.h',
325 'child/webcrypto/nss/rsa_oaep_nss.cc',
326 'child/webcrypto/nss/rsa_ssa_nss.cc',
327 'child/webcrypto/nss/sha_nss.cc',
328 'child/webcrypto/nss/sym_key_nss.cc',
329 'child/webcrypto/nss/sym_key_nss.h',
330 'child/webcrypto/nss/util_nss.cc',
331 'child/webcrypto/nss/util_nss.h',
332 ],
333 'webcrypto_openssl_sources': [
334 'child/webcrypto/openssl/aes_algorithm_openssl.cc',
335 'child/webcrypto/openssl/aes_algorithm_openssl.h',
336 'child/webcrypto/openssl/aes_cbc_openssl.cc',
337 'child/webcrypto/openssl/aes_ctr_openssl.cc',
338 'child/webcrypto/openssl/aes_gcm_openssl.cc',
339 'child/webcrypto/openssl/aes_kw_openssl.cc',
340 'child/webcrypto/openssl/ec_algorithm_openssl.cc',
341 'child/webcrypto/openssl/ec_algorithm_openssl.h',
342 'child/webcrypto/openssl/ecdh_openssl.cc',
343 'child/webcrypto/openssl/ecdsa_openssl.cc',
344 'child/webcrypto/openssl/hkdf_openssl.cc',
345 'child/webcrypto/openssl/hmac_openssl.cc',
346 'child/webcrypto/openssl/key_openssl.cc',
347 'child/webcrypto/openssl/key_openssl.h',
348 'child/webcrypto/openssl/pbkdf2_openssl.cc',
349 'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc',
350 'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h',
351 'child/webcrypto/openssl/rsa_oaep_openssl.cc',
352 'child/webcrypto/openssl/rsa_pss_openssl.cc',
353 'child/webcrypto/openssl/rsa_sign_openssl.cc',
354 'child/webcrypto/openssl/rsa_sign_openssl.h',
355 'child/webcrypto/openssl/rsa_ssa_openssl.cc',
356 'child/webcrypto/openssl/sha_openssl.cc',
357 'child/webcrypto/openssl/util_openssl.cc',
358 'child/webcrypto/openssl/util_openssl.h',
359 ],
360 }, 296 },
361 'sources': [ 297 'sources': [
362 '<@(public_child_sources)', 298 '<@(public_child_sources)',
363 '<@(private_child_sources)', 299 '<@(private_child_sources)',
364 ], 300 ],
365 'conditions': [ 301 'conditions': [
366 ['use_default_render_theme==0', 302 ['use_default_render_theme==0',
367 { 303 {
368 'sources/': [ 304 'sources/': [
369 ['exclude', 'child/webthemeengine_impl_default.cc'], 305 ['exclude', 'child/webthemeengine_impl_default.cc'],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ['use_aura==1', { 340 ['use_aura==1', {
405 'sources!': [ 341 'sources!': [
406 'child/npapi/webplugin_delegate_impl_mac.mm', 342 'child/npapi/webplugin_delegate_impl_mac.mm',
407 ], 343 ],
408 }], 344 }],
409 ['OS=="win"', { 345 ['OS=="win"', {
410 'sources!': [ 346 'sources!': [
411 'child/npapi/webplugin_delegate_impl_aura.cc', 347 'child/npapi/webplugin_delegate_impl_aura.cc',
412 ], 348 ],
413 }], 349 }],
414 ['use_openssl==1', {
415 'sources': [
416 '<@(webcrypto_openssl_sources)',
417 ],
418 'dependencies': [
419 '../third_party/boringssl/boringssl.gyp:boringssl',
420 ],
421 }, {
422 'sources': [
423 '<@(webcrypto_nss_sources)',
424 ],
425 'conditions': [
426 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
427 'dependencies': [
428 '../build/linux/system.gyp:ssl',
429 ],
430 }, {
431 'dependencies': [
432 '../third_party/nss/nss.gyp:nspr',
433 '../third_party/nss/nss.gyp:nss',
434 ],
435 }],
436 ],
437 }],
438 ], 350 ],
439 } 351 }
OLDNEW
« no previous file with comments | « content/child/webcrypto/webcrypto_util.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698