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', |