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

Side by Side Diff: ios/web/ios_web_unittests.gyp

Issue 2096973002: [ios] Do not show SSL interstitial if cert is absent or cannot be parsed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added unittest Created 4 years, 5 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/BUILD.gn ('k') | ios/web/web_state/error_translation_util.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 # GN version: //ios/web:ios_web_unittests 10 # GN version: //ios/web:ios_web_unittests
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'public/origin_util_unittest.mm', 45 'public/origin_util_unittest.mm',
46 'public/referrer_util_unittest.cc', 46 'public/referrer_util_unittest.cc',
47 'public/web_state/page_viewport_state_unittest.mm', 47 'public/web_state/page_viewport_state_unittest.mm',
48 'string_util_unittest.cc', 48 'string_util_unittest.cc',
49 'test/crw_fake_web_controller_observer_unittest.mm', 49 'test/crw_fake_web_controller_observer_unittest.mm',
50 'test/run_all_unittests.cc', 50 'test/run_all_unittests.cc',
51 'url_scheme_util_unittest.mm', 51 'url_scheme_util_unittest.mm',
52 'url_util_unittest.cc', 52 'url_util_unittest.cc',
53 'web_state/crw_pass_kit_downloader_unittest.mm', 53 'web_state/crw_pass_kit_downloader_unittest.mm',
54 'web_state/crw_web_view_scroll_view_proxy_unittest.mm', 54 'web_state/crw_web_view_scroll_view_proxy_unittest.mm',
55 'web_state/error_translation_util_unittest.mm',
55 'web_state/js/common_js_unittest.mm', 56 'web_state/js/common_js_unittest.mm',
56 'web_state/js/core_js_unittest.mm', 57 'web_state/js/core_js_unittest.mm',
57 'web_state/js/credential_util_unittest.mm', 58 'web_state/js/credential_util_unittest.mm',
58 'web_state/js/crw_js_injection_manager_unittest.mm', 59 'web_state/js/crw_js_injection_manager_unittest.mm',
59 'web_state/js/crw_js_invoke_parameter_queue_unittest.mm', 60 'web_state/js/crw_js_invoke_parameter_queue_unittest.mm',
60 'web_state/js/crw_js_post_request_loader_unittest.mm', 61 'web_state/js/crw_js_post_request_loader_unittest.mm',
61 'web_state/js/crw_js_window_id_manager_unittest.mm', 62 'web_state/js/crw_js_window_id_manager_unittest.mm',
62 'web_state/js/page_script_util_unittest.mm', 63 'web_state/js/page_script_util_unittest.mm',
63 'web_state/ui/crw_web_controller_container_view_unittest.mm', 64 'web_state/ui/crw_web_controller_container_view_unittest.mm',
64 'web_state/ui/crw_web_controller_observer_unittest.mm', 65 'web_state/ui/crw_web_controller_observer_unittest.mm',
(...skipping 25 matching lines...) Expand all
90 'test/data/testpass.pkpass', 91 'test/data/testpass.pkpass',
91 ], 92 ],
92 'test_data_prefix': 'ios/web', 93 'test_data_prefix': 'ios/web',
93 }, 94 },
94 'includes': [ '../../build/copy_test_data_ios.gypi' ], 95 'includes': [ '../../build/copy_test_data_ios.gypi' ],
95 }, 96 },
96 ], 97 ],
97 }, 98 },
98 ], 99 ],
99 } 100 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/web_state/error_translation_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698