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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'ios_web_unittests', 10 'target_name': 'ios_web_unittests',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'web_view_counter_impl_unittest.mm', 78 'web_view_counter_impl_unittest.mm',
79 'webui/crw_web_ui_manager_unittest.mm', 79 'webui/crw_web_ui_manager_unittest.mm',
80 'webui/crw_web_ui_page_builder_unittest.mm', 80 'webui/crw_web_ui_page_builder_unittest.mm',
81 'webui/url_fetcher_block_adapter_unittest.mm', 81 'webui/url_fetcher_block_adapter_unittest.mm',
82 ], 82 ],
83 'actions': [ 83 'actions': [
84 { 84 {
85 'action_name': 'copy_test_data', 85 'action_name': 'copy_test_data',
86 'variables': { 86 'variables': {
87 'test_data_files': [ 87 'test_data_files': [
88 '../../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
88 'test/data/chrome.html', 89 'test/data/chrome.html',
89 'test/data/testbadpass.pkpass', 90 'test/data/testbadpass.pkpass',
90 'test/data/testfavicon.png', 91 'test/data/testfavicon.png',
91 'test/data/testpass.pkpass', 92 'test/data/testpass.pkpass',
92 ], 93 ],
93 'test_data_prefix': 'ios/web', 94 'test_data_prefix': 'ios/web',
94 }, 95 },
95 'includes': [ '../../build/copy_test_data_ios.gypi' ], 96 'includes': [ '../../build/copy_test_data_ios.gypi' ],
96 }, 97 },
97 ], 98 ],
98 }, 99 },
99 ], 100 ],
100 } 101 }
OLDNEW
« 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