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

Side by Side Diff: content/content_tests.gypi

Issue 491763002: [webcrypto] Implement AES-CTR using BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase onto master (moves unittest to its own file) Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « content/content_child.gypi ('k') | content/test/data/webcrypto/aes_ctr.json » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'child/indexed_db/webidbcursor_impl_unittest.cc', 635 'child/indexed_db/webidbcursor_impl_unittest.cc',
636 'child/multipart_response_delegate_unittest.cc', 636 'child/multipart_response_delegate_unittest.cc',
637 'child/npapi/plugin_lib_unittest.cc', 637 'child/npapi/plugin_lib_unittest.cc',
638 'child/power_monitor_broadcast_source_unittest.cc', 638 'child/power_monitor_broadcast_source_unittest.cc',
639 'child/resource_dispatcher_unittest.cc', 639 'child/resource_dispatcher_unittest.cc',
640 'child/simple_webmimeregistry_impl_unittest.cc', 640 'child/simple_webmimeregistry_impl_unittest.cc',
641 'child/site_isolation_policy_unittest.cc', 641 'child/site_isolation_policy_unittest.cc',
642 'child/touch_fling_gesture_curve_unittest.cc', 642 'child/touch_fling_gesture_curve_unittest.cc',
643 'child/web_url_loader_impl_unittest.cc', 643 'child/web_url_loader_impl_unittest.cc',
644 'child/webcrypto/test/aes_cbc_unittest.cc', 644 'child/webcrypto/test/aes_cbc_unittest.cc',
645 'child/webcrypto/test/aes_ctr_unittest.cc',
645 'child/webcrypto/test/aes_gcm_unittest.cc', 646 'child/webcrypto/test/aes_gcm_unittest.cc',
647 'child/webcrypto/test/aes_kw_unittest.cc',
646 'child/webcrypto/test/status_unittest.cc', 648 'child/webcrypto/test/status_unittest.cc',
647 'child/webcrypto/test/aes_kw_unittest.cc',
648 'child/webcrypto/test/hmac_unittest.cc', 649 'child/webcrypto/test/hmac_unittest.cc',
649 'child/webcrypto/test/rsa_oaep_unittest.cc', 650 'child/webcrypto/test/rsa_oaep_unittest.cc',
650 'child/webcrypto/test/rsa_ssa_unittest.cc', 651 'child/webcrypto/test/rsa_ssa_unittest.cc',
651 'child/webcrypto/test/sha_unittest.cc', 652 'child/webcrypto/test/sha_unittest.cc',
652 'child/webcrypto/test/test_helpers.cc', 653 'child/webcrypto/test/test_helpers.cc',
653 'child/webcrypto/test/test_helpers.h', 654 'child/webcrypto/test/test_helpers.h',
654 'child/worker_task_runner_unittest.cc', 655 'child/worker_task_runner_unittest.cc',
655 'common/android/address_parser_unittest.cc', 656 'common/android/address_parser_unittest.cc',
656 'common/android/gin_java_bridge_value_unittest.cc', 657 'common/android/gin_java_bridge_value_unittest.cc',
657 'common/cc_messages_unittest.cc', 658 'common/cc_messages_unittest.cc',
(...skipping 1218 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1877 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1877 }, 1878 },
1878 ], 1879 ],
1879 }], 1880 }],
1880 ], 1881 ],
1881 }, 1882 },
1882 ], 1883 ],
1883 }], 1884 }],
1884 ], 1885 ],
1885 } 1886 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/test/data/webcrypto/aes_ctr.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698