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

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: Cleanup. 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
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/javascript_dialog_callback.h',
Eugene But (OOO till 7-30) 2016/06/27 21:09:37 NIT: I think per style guide these should be java_
michaeldo 2016/06/27 22:25:10 Done.
145 'public/javascript_dialog_presenter.h',
146 'public/javascript_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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'dependencies': [ 566 'dependencies': [
564 '../../base/base.gyp:base' 567 '../../base/base.gyp:base'
565 ], 568 ],
566 'sources': [ 569 'sources': [
567 'public/user_agent.h', 570 'public/user_agent.h',
568 'public/user_agent.mm', 571 'public/user_agent.mm',
569 ], 572 ],
570 }, 573 },
571 ], 574 ],
572 } 575 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698