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

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

Issue 1919473003: [ios Mojo] Added util function to convert WKSecurityOrigin to GURL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test Created 4 years, 7 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/public/origin_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 24 matching lines...) Expand all
35 'navigation/nscoder_util_unittest.mm', 35 'navigation/nscoder_util_unittest.mm',
36 'net/cert_host_pair_unittest.cc', 36 'net/cert_host_pair_unittest.cc',
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_js_injection_network_client_unittest.mm', 39 'net/clients/crw_js_injection_network_client_unittest.mm',
40 'net/crw_cert_verification_controller_unittest.mm', 40 'net/crw_cert_verification_controller_unittest.mm',
41 'net/crw_ssl_status_updater_unittest.mm', 41 'net/crw_ssl_status_updater_unittest.mm',
42 'net/request_group_util_unittest.mm', 42 'net/request_group_util_unittest.mm',
43 'net/request_tracker_impl_unittest.mm', 43 'net/request_tracker_impl_unittest.mm',
44 'net/web_http_protocol_handler_delegate_unittest.mm', 44 'net/web_http_protocol_handler_delegate_unittest.mm',
45 'public/origin_util_unittest.mm',
45 'public/referrer_util_unittest.cc', 46 'public/referrer_util_unittest.cc',
46 'public/web_state/page_viewport_state_unittest.mm', 47 'public/web_state/page_viewport_state_unittest.mm',
47 'string_util_unittest.cc', 48 'string_util_unittest.cc',
48 'test/crw_fake_web_controller_observer_unittest.mm', 49 'test/crw_fake_web_controller_observer_unittest.mm',
49 'test/run_all_unittests.cc', 50 'test/run_all_unittests.cc',
50 'url_scheme_util_unittest.mm', 51 'url_scheme_util_unittest.mm',
51 'url_util_unittest.cc', 52 'url_util_unittest.cc',
52 'web_state/crw_pass_kit_downloader_unittest.mm', 53 'web_state/crw_pass_kit_downloader_unittest.mm',
53 'web_state/crw_web_view_scroll_view_proxy_unittest.mm', 54 'web_state/crw_web_view_scroll_view_proxy_unittest.mm',
54 'web_state/js/common_js_unittest.mm', 55 'web_state/js/common_js_unittest.mm',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'test/data/testpass.pkpass', 89 'test/data/testpass.pkpass',
89 ], 90 ],
90 'test_data_prefix': 'ios/web', 91 'test_data_prefix': 'ios/web',
91 }, 92 },
92 'includes': [ '../../build/copy_test_data_ios.gypi' ], 93 'includes': [ '../../build/copy_test_data_ios.gypi' ],
93 }, 94 },
94 ], 95 ],
95 }, 96 },
96 ], 97 ],
97 } 98 }
OLDNEW
« no previous file with comments | « ios/web/ios_web.gyp ('k') | ios/web/public/origin_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698