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

Unified Diff: content/content_tests.gypi

Issue 489643002: [refactor] Split up a large (5k lines) unit-test into multiple files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile error (by removing NSS ifdefed code) 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/child/webcrypto/test/test_helpers.cc ('k') | no next file » | 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 001405522b8f4c9c7f77e78a942b0e8b889496d8..002ac2ca576be924b67d6c7a897cb1d633b52468 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -640,7 +640,16 @@
'child/site_isolation_policy_unittest.cc',
'child/touch_fling_gesture_curve_unittest.cc',
'child/web_url_loader_impl_unittest.cc',
- 'child/webcrypto/shared_crypto_unittest.cc',
+ 'child/webcrypto/test/aes_cbc_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/hmac_unittest.cc',
+ 'child/webcrypto/test/rsa_oaep_unittest.cc',
+ 'child/webcrypto/test/rsa_ssa_unittest.cc',
+ 'child/webcrypto/test/sha_unittest.cc',
+ 'child/webcrypto/test/test_helpers.cc',
+ 'child/webcrypto/test/test_helpers.h',
'child/worker_task_runner_unittest.cc',
'common/android/address_parser_unittest.cc',
'common/android/gin_java_bridge_value_unittest.cc',
« no previous file with comments | « content/child/webcrypto/test/test_helpers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698