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