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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_child.gypi ('k') | content/test/data/webcrypto/aes_ctr.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 43dfeb7326017113057969789238148aea912406..b3d7151aaac8f4a1f2620e7fc005c6966681acda 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -642,9 +642,10 @@
'child/touch_fling_gesture_curve_unittest.cc',
'child/web_url_loader_impl_unittest.cc',
'child/webcrypto/test/aes_cbc_unittest.cc',
+ 'child/webcrypto/test/aes_ctr_unittest.cc',
'child/webcrypto/test/aes_gcm_unittest.cc',
- 'child/webcrypto/test/status_unittest.cc',
'child/webcrypto/test/aes_kw_unittest.cc',
+ 'child/webcrypto/test/status_unittest.cc',
'child/webcrypto/test/hmac_unittest.cc',
'child/webcrypto/test/rsa_oaep_unittest.cc',
'child/webcrypto/test/rsa_ssa_unittest.cc',
« 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