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

Unified Diff: ios/web/ios_web_unittests.gyp

Issue 1230033005: WKWebView: Added cert verification API to web controller. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment (s/used/user); Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/net/cert_verifier_block_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web_unittests.gyp
diff --git a/ios/web/ios_web_unittests.gyp b/ios/web/ios_web_unittests.gyp
index 1a1b9d2dc5cf2f81804246e932f2c552cc98f38d..f6df39f9cf1fc76b2b85a9b74f598898ca344151 100644
--- a/ios/web/ios_web_unittests.gyp
+++ b/ios/web/ios_web_unittests.gyp
@@ -40,6 +40,7 @@
'net/clients/crw_js_injection_network_client_unittest.mm',
'net/clients/crw_passkit_network_client_unittest.mm',
'net/crw_cert_policy_cache_unittest.mm',
+ 'net/crw_cert_verification_controller_unittest.mm',
'net/crw_url_verifying_protocol_handler_unittest.mm',
'net/request_group_util_unittest.mm',
'net/request_tracker_impl_unittest.mm',
@@ -85,6 +86,7 @@
'action_name': 'copy_test_data',
'variables': {
'test_data_files': [
+ '../../net/data/ssl/certificates/',
'test/data/chrome.html',
'test/data/testbadpass.pkpass',
'test/data/testfavicon.png',
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/net/cert_verifier_block_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698