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

Side by Side Diff: ios/web/ios_web.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/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'public/certificate_policy_cache.h', 133 'public/certificate_policy_cache.h',
134 'public/favicon_status.cc', 134 'public/favicon_status.cc',
135 'public/favicon_status.h', 135 'public/favicon_status.h',
136 'public/favicon_url.cc', 136 'public/favicon_url.cc',
137 'public/favicon_url.h', 137 'public/favicon_url.h',
138 'public/interstitials/web_interstitial.h', 138 'public/interstitials/web_interstitial.h',
139 'public/interstitials/web_interstitial_delegate.h', 139 'public/interstitials/web_interstitial_delegate.h',
140 'public/load_committed_details.h', 140 'public/load_committed_details.h',
141 'public/navigation_item.h', 141 'public/navigation_item.h',
142 'public/navigation_manager.h', 142 'public/navigation_manager.h',
143 'public/origin_util.cc',
144 'public/origin_util.h', 143 'public/origin_util.h',
144 'public/origin_util.mm',
145 'public/referrer.h', 145 'public/referrer.h',
146 'public/referrer_util.cc', 146 'public/referrer_util.cc',
147 'public/referrer_util.h', 147 'public/referrer_util.h',
148 'public/security_style.h', 148 'public/security_style.h',
149 'public/ssl_status.cc', 149 'public/ssl_status.cc',
150 'public/ssl_status.h', 150 'public/ssl_status.h',
151 'public/string_util.h', 151 'public/string_util.h',
152 'public/url_scheme_util.h', 152 'public/url_scheme_util.h',
153 'public/url_schemes.h', 153 'public/url_schemes.h',
154 'public/url_schemes.mm', 154 'public/url_schemes.mm',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'dependencies': [ 493 'dependencies': [
494 '../../base/base.gyp:base' 494 '../../base/base.gyp:base'
495 ], 495 ],
496 'sources': [ 496 'sources': [
497 'public/user_agent.h', 497 'public/user_agent.h',
498 'public/user_agent.mm', 498 'public/user_agent.mm',
499 ], 499 ],
500 }, 500 },
501 ], 501 ],
502 } 502 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/ios_web_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698