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

Unified Diff: content/content_tests.gypi

Issue 1077273002: html_viewer: Move webcrypto to a place where html_viewer can use it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy the msvs_disabled_warnings to the new target. Created 5 years, 8 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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 1b682941af5493f9792c939563e89030d3b5ccd9..f623af95ec38d3201908a8bc6f13371492acab2b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -593,20 +593,6 @@
'child/v8_value_converter_impl_unittest.cc',
'child/web_data_consumer_handle_impl_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/aes_kw_unittest.cc',
- 'child/webcrypto/test/ecdh_unittest.cc',
- 'child/webcrypto/test/ecdsa_unittest.cc',
- 'child/webcrypto/test/hmac_unittest.cc',
- 'child/webcrypto/test/rsa_oaep_unittest.cc',
- 'child/webcrypto/test/rsa_pss_unittest.cc',
- 'child/webcrypto/test/rsa_ssa_unittest.cc',
- 'child/webcrypto/test/sha_unittest.cc',
- 'child/webcrypto/test/status_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',

Powered by Google App Engine
This is Rietveld 408576698