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

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, 6 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'net/request_tracker_impl.mm', 128 'net/request_tracker_impl.mm',
129 'net/web_http_protocol_handler_delegate.h', 129 'net/web_http_protocol_handler_delegate.h',
130 'net/web_http_protocol_handler_delegate.mm', 130 'net/web_http_protocol_handler_delegate.mm',
131 'public/active_state_manager.h', 131 'public/active_state_manager.h',
132 'public/block_types.h', 132 'public/block_types.h',
133 'public/browser_state.h', 133 'public/browser_state.h',
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/dialog_presenter.h',
138 'public/favicon_status.cc', 139 'public/favicon_status.cc',
139 'public/favicon_status.h', 140 'public/favicon_status.h',
140 'public/favicon_url.cc', 141 'public/favicon_url.cc',
141 'public/favicon_url.h', 142 'public/favicon_url.h',
142 'public/interstitials/web_interstitial.h', 143 'public/interstitials/web_interstitial.h',
143 'public/interstitials/web_interstitial_delegate.h', 144 'public/interstitials/web_interstitial_delegate.h',
145 'public/javascript_message_type.h',
144 'public/load_committed_details.h', 146 'public/load_committed_details.h',
145 'public/navigation_item.h', 147 'public/navigation_item.h',
146 'public/navigation_manager.h', 148 'public/navigation_manager.h',
147 'public/origin_util.h', 149 'public/origin_util.h',
148 'public/origin_util.mm', 150 'public/origin_util.mm',
149 'public/referrer.h', 151 'public/referrer.h',
150 'public/referrer_util.cc', 152 'public/referrer_util.cc',
151 'public/referrer_util.h', 153 'public/referrer_util.h',
152 'public/security_style.h', 154 'public/security_style.h',
153 'public/ssl_status.cc', 155 'public/ssl_status.cc',
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'dependencies': [ 563 'dependencies': [
562 '../../base/base.gyp:base' 564 '../../base/base.gyp:base'
563 ], 565 ],
564 'sources': [ 566 'sources': [
565 'public/user_agent.h', 567 'public/user_agent.h',
566 'public/user_agent.mm', 568 'public/user_agent.mm',
567 ], 569 ],
568 }, 570 },
569 ], 571 ],
570 } 572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698