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

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: Copy the msvs_disabled_warnings to the new target. 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
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'child/web_database_observer_impl.cc', 251 'child/web_database_observer_impl.cc',
251 'child/web_database_observer_impl.h', 252 'child/web_database_observer_impl.h',
252 'child/web_discardable_memory_impl.cc', 253 'child/web_discardable_memory_impl.cc',
253 'child/web_discardable_memory_impl.h', 254 'child/web_discardable_memory_impl.h',
254 'child/web_url_loader_impl.cc', 255 'child/web_url_loader_impl.cc',
255 'child/web_url_loader_impl.h', 256 'child/web_url_loader_impl.h',
256 'child/web_url_request_util.cc', 257 'child/web_url_request_util.cc',
257 'child/web_url_request_util.h', 258 'child/web_url_request_util.h',
258 'child/webblobregistry_impl.cc', 259 'child/webblobregistry_impl.cc',
259 'child/webblobregistry_impl.h', 260 'child/webblobregistry_impl.h',
260 'child/webcrypto/algorithm_dispatch.cc',
261 'child/webcrypto/algorithm_dispatch.h',
262 'child/webcrypto/algorithm_implementation.cc',
263 'child/webcrypto/algorithm_implementation.h',
264 'child/webcrypto/algorithm_registry.cc',
265 'child/webcrypto/algorithm_registry.h',
266 'child/webcrypto/crypto_data.cc',
267 'child/webcrypto/crypto_data.h',
268 'child/webcrypto/generate_key_result.cc',
269 'child/webcrypto/generate_key_result.h',
270 'child/webcrypto/jwk.cc',
271 'child/webcrypto/jwk.h',
272 'child/webcrypto/platform_crypto.h',
273 'child/webcrypto/status.cc',
274 'child/webcrypto/status.h',
275 'child/webcrypto/webcrypto_impl.cc',
276 'child/webcrypto/webcrypto_impl.h',
277 'child/webcrypto/webcrypto_util.cc',
278 'child/webcrypto/webcrypto_util.h',
279 'child/webfallbackthemeengine_impl.cc', 261 'child/webfallbackthemeengine_impl.cc',
280 'child/webfallbackthemeengine_impl.h', 262 'child/webfallbackthemeengine_impl.h',
281 'child/webfileutilities_impl.cc', 263 'child/webfileutilities_impl.cc',
282 'child/webfileutilities_impl.h', 264 'child/webfileutilities_impl.h',
283 'child/webmessageportchannel_impl.cc', 265 'child/webmessageportchannel_impl.cc',
284 'child/webmessageportchannel_impl.h', 266 'child/webmessageportchannel_impl.h',
285 'child/websocket_bridge.cc', 267 'child/websocket_bridge.cc',
286 'child/websocket_bridge.h', 268 'child/websocket_bridge.h',
287 'child/websocket_dispatcher.cc', 269 'child/websocket_dispatcher.cc',
288 'child/websocket_dispatcher.h', 270 'child/websocket_dispatcher.h',
289 'child/webthemeengine_impl_android.cc', 271 'child/webthemeengine_impl_android.cc',
290 'child/webthemeengine_impl_android.h', 272 'child/webthemeengine_impl_android.h',
291 'child/webthemeengine_impl_default.cc', 273 'child/webthemeengine_impl_default.cc',
292 'child/webthemeengine_impl_default.h', 274 'child/webthemeengine_impl_default.h',
293 'child/webthemeengine_impl_mac.h', 275 'child/webthemeengine_impl_mac.h',
294 'child/webthread_impl.cc', 276 'child/webthread_impl.cc',
295 'child/webthread_impl.h', 277 'child/webthread_impl.h',
296 'child/weburlresponse_extradata_impl.cc', 278 'child/weburlresponse_extradata_impl.cc',
297 'child/weburlresponse_extradata_impl.h', 279 'child/weburlresponse_extradata_impl.h',
298 'child/worker_task_runner.cc', 280 'child/worker_task_runner.cc',
299 'child/worker_task_runner.h', 281 'child/worker_task_runner.h',
300 'child/worker_thread_message_filter.cc', 282 'child/worker_thread_message_filter.cc',
301 'child/worker_thread_message_filter.h', 283 'child/worker_thread_message_filter.h',
302 ], 284 ],
303 'webcrypto_nss_sources': [
304 'child/webcrypto/nss/aes_algorithm_nss.cc',
305 'child/webcrypto/nss/aes_algorithm_nss.h',
306 'child/webcrypto/nss/aes_cbc_nss.cc',
307 'child/webcrypto/nss/aes_gcm_nss.cc',
308 'child/webcrypto/nss/aes_kw_nss.cc',
309 'child/webcrypto/nss/hmac_nss.cc',
310 'child/webcrypto/nss/key_nss.cc',
311 'child/webcrypto/nss/key_nss.h',
312 'child/webcrypto/nss/rsa_hashed_algorithm_nss.cc',
313 'child/webcrypto/nss/rsa_hashed_algorithm_nss.h',
314 'child/webcrypto/nss/rsa_oaep_nss.cc',
315 'child/webcrypto/nss/rsa_ssa_nss.cc',
316 'child/webcrypto/nss/sha_nss.cc',
317 'child/webcrypto/nss/sym_key_nss.cc',
318 'child/webcrypto/nss/sym_key_nss.h',
319 'child/webcrypto/nss/util_nss.cc',
320 'child/webcrypto/nss/util_nss.h',
321 ],
322 'webcrypto_openssl_sources': [
323 'child/webcrypto/openssl/aes_algorithm_openssl.cc',
324 'child/webcrypto/openssl/aes_algorithm_openssl.h',
325 'child/webcrypto/openssl/aes_cbc_openssl.cc',
326 'child/webcrypto/openssl/aes_ctr_openssl.cc',
327 'child/webcrypto/openssl/aes_gcm_openssl.cc',
328 'child/webcrypto/openssl/aes_kw_openssl.cc',
329 'child/webcrypto/openssl/ec_algorithm_openssl.cc',
330 'child/webcrypto/openssl/ec_algorithm_openssl.h',
331 'child/webcrypto/openssl/ecdh_openssl.cc',
332 'child/webcrypto/openssl/ecdsa_openssl.cc',
333 'child/webcrypto/openssl/hkdf_openssl.cc',
334 'child/webcrypto/openssl/hmac_openssl.cc',
335 'child/webcrypto/openssl/key_openssl.cc',
336 'child/webcrypto/openssl/key_openssl.h',
337 'child/webcrypto/openssl/pbkdf2_openssl.cc',
338 'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.cc',
339 'child/webcrypto/openssl/rsa_hashed_algorithm_openssl.h',
340 'child/webcrypto/openssl/rsa_oaep_openssl.cc',
341 'child/webcrypto/openssl/rsa_pss_openssl.cc',
342 'child/webcrypto/openssl/rsa_sign_openssl.cc',
343 'child/webcrypto/openssl/rsa_sign_openssl.h',
344 'child/webcrypto/openssl/rsa_ssa_openssl.cc',
345 'child/webcrypto/openssl/sha_openssl.cc',
346 'child/webcrypto/openssl/util_openssl.cc',
347 'child/webcrypto/openssl/util_openssl.h',
348 ],
349 }, 285 },
350 'sources': [ 286 'sources': [
351 '<@(public_child_sources)', 287 '<@(public_child_sources)',
352 '<@(private_child_sources)', 288 '<@(private_child_sources)',
353 ], 289 ],
354 'conditions': [ 290 'conditions': [
355 ['use_default_render_theme==0', 291 ['use_default_render_theme==0',
356 { 292 {
357 'sources/': [ 293 'sources/': [
358 ['exclude', 'child/webthemeengine_impl_default.cc'], 294 ['exclude', 'child/webthemeengine_impl_default.cc'],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 ['use_aura==1', { 329 ['use_aura==1', {
394 'sources!': [ 330 'sources!': [
395 'child/npapi/webplugin_delegate_impl_mac.mm', 331 'child/npapi/webplugin_delegate_impl_mac.mm',
396 ], 332 ],
397 }], 333 }],
398 ['OS=="win"', { 334 ['OS=="win"', {
399 'sources!': [ 335 'sources!': [
400 'child/npapi/webplugin_delegate_impl_aura.cc', 336 'child/npapi/webplugin_delegate_impl_aura.cc',
401 ], 337 ],
402 }], 338 }],
403 ['use_openssl==1', {
404 'sources': [
405 '<@(webcrypto_openssl_sources)',
406 ],
407 'dependencies': [
408 '../third_party/boringssl/boringssl.gyp:boringssl',
409 ],
410 }, {
411 'sources': [
412 '<@(webcrypto_nss_sources)',
413 ],
414 'conditions': [
415 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
416 'dependencies': [
417 '../build/linux/system.gyp:ssl',
418 ],
419 }, {
420 'dependencies': [
421 '../third_party/nss/nss.gyp:nspr',
422 '../third_party/nss/nss.gyp:nss',
423 ],
424 }],
425 ],
426 }],
427 ], 339 ],
428 } 340 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698