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

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

Issue 2074733002: Add public API for handling Javascript alerts and prompt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Replace BOOL with bool in 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/public/java_script_dialog_callback.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 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'public/browser_url_rewriter.h', 134 'public/browser_url_rewriter.h',
135 'public/cert_policy.h', 135 'public/cert_policy.h',
136 'public/cert_store.h', 136 'public/cert_store.h',
137 'public/certificate_policy_cache.h', 137 'public/certificate_policy_cache.h',
138 'public/favicon_status.cc', 138 'public/favicon_status.cc',
139 'public/favicon_status.h', 139 'public/favicon_status.h',
140 'public/favicon_url.cc', 140 'public/favicon_url.cc',
141 'public/favicon_url.h', 141 'public/favicon_url.h',
142 'public/interstitials/web_interstitial.h', 142 'public/interstitials/web_interstitial.h',
143 'public/interstitials/web_interstitial_delegate.h', 143 'public/interstitials/web_interstitial_delegate.h',
144 'public/java_script_dialog_callback.h',
145 'public/java_script_dialog_presenter.h',
146 'public/java_script_dialog_type.h',
144 'public/load_committed_details.h', 147 'public/load_committed_details.h',
145 'public/navigation_item.h', 148 'public/navigation_item.h',
146 'public/navigation_manager.h', 149 'public/navigation_manager.h',
147 'public/origin_util.h', 150 'public/origin_util.h',
148 'public/origin_util.mm', 151 'public/origin_util.mm',
149 'public/referrer.h', 152 'public/referrer.h',
150 'public/referrer_util.cc', 153 'public/referrer_util.cc',
151 'public/referrer_util.h', 154 'public/referrer_util.h',
152 'public/security_style.h', 155 'public/security_style.h',
153 'public/ssl_status.cc', 156 'public/ssl_status.cc',
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'dependencies': [ 565 'dependencies': [
563 '../../base/base.gyp:base' 566 '../../base/base.gyp:base'
564 ], 567 ],
565 'sources': [ 568 'sources': [
566 'public/user_agent.h', 569 'public/user_agent.h',
567 'public/user_agent.mm', 570 'public/user_agent.mm',
568 ], 571 ],
569 }, 572 },
570 ], 573 ],
571 } 574 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/java_script_dialog_callback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698