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

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: 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 22 matching lines...) Expand all
33 'navigation/crw_session_entry_unittest.mm', 33 'navigation/crw_session_entry_unittest.mm',
34 'navigation/navigation_item_impl_unittest.mm', 34 'navigation/navigation_item_impl_unittest.mm',
35 'navigation/navigation_manager_impl_unittest.mm', 35 'navigation/navigation_manager_impl_unittest.mm',
36 'navigation/nscoder_util_unittest.mm', 36 'navigation/nscoder_util_unittest.mm',
37 'net/cert_policy_unittest.cc', 37 'net/cert_policy_unittest.cc',
38 'net/cert_verifier_block_adapter_unittest.cc', 38 'net/cert_verifier_block_adapter_unittest.cc',
39 'net/clients/crw_csp_network_client_unittest.mm', 39 'net/clients/crw_csp_network_client_unittest.mm',
40 'net/clients/crw_js_injection_network_client_unittest.mm', 40 'net/clients/crw_js_injection_network_client_unittest.mm',
41 'net/clients/crw_passkit_network_client_unittest.mm', 41 'net/clients/crw_passkit_network_client_unittest.mm',
42 'net/crw_cert_policy_cache_unittest.mm', 42 'net/crw_cert_policy_cache_unittest.mm',
43 'net/crw_cert_verification_controller_unittest.mm',
43 'net/crw_url_verifying_protocol_handler_unittest.mm', 44 'net/crw_url_verifying_protocol_handler_unittest.mm',
44 'net/request_group_util_unittest.mm', 45 'net/request_group_util_unittest.mm',
45 'net/request_tracker_impl_unittest.mm', 46 'net/request_tracker_impl_unittest.mm',
46 'net/web_http_protocol_handler_delegate_unittest.mm', 47 'net/web_http_protocol_handler_delegate_unittest.mm',
47 'public/referrer_util_unittest.cc', 48 'public/referrer_util_unittest.cc',
48 'public/test/http_server_unittest.mm', 49 'public/test/http_server_unittest.mm',
49 'string_util_unittest.cc', 50 'string_util_unittest.cc',
50 'test/crw_fake_web_controller_observer_unittest.mm', 51 'test/crw_fake_web_controller_observer_unittest.mm',
51 'test/run_all_unittests.cc', 52 'test/run_all_unittests.cc',
52 'ui_web_view_util_unittest.mm', 53 'ui_web_view_util_unittest.mm',
(...skipping 25 matching lines...) Expand all
78 'web_view_counter_impl_unittest.mm', 79 'web_view_counter_impl_unittest.mm',
79 'webui/crw_web_ui_manager_unittest.mm', 80 'webui/crw_web_ui_manager_unittest.mm',
80 'webui/crw_web_ui_page_builder_unittest.mm', 81 'webui/crw_web_ui_page_builder_unittest.mm',
81 'webui/url_fetcher_block_adapter_unittest.mm', 82 'webui/url_fetcher_block_adapter_unittest.mm',
82 ], 83 ],
83 'actions': [ 84 'actions': [
84 { 85 {
85 'action_name': 'copy_test_data', 86 'action_name': 'copy_test_data',
86 'variables': { 87 'variables': {
87 'test_data_files': [ 88 'test_data_files': [
89 '../../net/data/ssl/certificates/',
88 'test/data/chrome.html', 90 'test/data/chrome.html',
89 'test/data/testbadpass.pkpass', 91 'test/data/testbadpass.pkpass',
90 'test/data/testfavicon.png', 92 'test/data/testfavicon.png',
91 'test/data/testpass.pkpass', 93 'test/data/testpass.pkpass',
92 ], 94 ],
93 'test_data_prefix': 'ios/web', 95 'test_data_prefix': 'ios/web',
94 }, 96 },
95 'includes': [ '../../build/copy_test_data_ios.gypi' ], 97 'includes': [ '../../build/copy_test_data_ios.gypi' ],
96 }, 98 },
97 ], 99 ],
98 }, 100 },
99 ], 101 ],
100 } 102 }
OLDNEW
« 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