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

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: Addressed review comments (round 3) Created 5 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
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..87a6a582e2a905341ecfe4631303aa73fe546e0f 100644
--- a/ios/web/ios_web_unittests.gyp
+++ b/ios/web/ios_web_unittests.gyp
@@ -85,6 +85,7 @@
'action_name': 'copy_test_data',
'variables': {
'test_data_files': [
+ '../../net/data/ssl/certificates/2029_globalsign_com_cert.pem',
Ryan Sleevi 2015/08/14 02:29:43 This does not seem the right/appropriate way to ex
Eugene But (OOO till 7-30) 2015/08/14 21:18:19 Copying files from another target is not ideal, bu
'test/data/chrome.html',
'test/data/testbadpass.pkpass',
'test/data/testfavicon.png',
« no previous file with comments | « no previous file | ios/web/net/cert_verifier_block_adapter.h » ('j') | ios/web/net/cert_verifier_block_adapter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698