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

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

Issue 1178063007: Updated error translation logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'public/web_client.h', 172 'public/web_client.h',
173 'public/web_client.mm', 173 'public/web_client.mm',
174 'public/web_controller_factory.h', 174 'public/web_controller_factory.h',
175 'public/web_controller_factory.mm', 175 'public/web_controller_factory.mm',
176 'public/web_state/credential.h', 176 'public/web_state/credential.h',
177 'public/web_state/crw_web_controller_observer.h', 177 'public/web_state/crw_web_controller_observer.h',
178 'public/web_state/crw_web_delegate.h', 178 'public/web_state/crw_web_delegate.h',
179 'public/web_state/crw_web_user_interface_delegate.h', 179 'public/web_state/crw_web_user_interface_delegate.h',
180 'public/web_state/crw_web_view_proxy.h', 180 'public/web_state/crw_web_view_proxy.h',
181 'public/web_state/crw_web_view_scroll_view_proxy.h', 181 'public/web_state/crw_web_view_scroll_view_proxy.h',
182 'public/web_state/error_translation_util.h',
183 'public/web_state/error_translation_util.mm',
182 'public/web_state/js/crw_js_injection_evaluator.h', 184 'public/web_state/js/crw_js_injection_evaluator.h',
183 'public/web_state/js/crw_js_injection_manager.h', 185 'public/web_state/js/crw_js_injection_manager.h',
184 'public/web_state/js/crw_js_injection_receiver.h', 186 'public/web_state/js/crw_js_injection_receiver.h',
185 'public/web_state/page_display_state.h', 187 'public/web_state/page_display_state.h',
186 'public/web_state/page_display_state.mm', 188 'public/web_state/page_display_state.mm',
187 'public/web_state/ui/crw_native_content.h', 189 'public/web_state/ui/crw_native_content.h',
188 'public/web_state/ui/crw_native_content_provider.h', 190 'public/web_state/ui/crw_native_content_provider.h',
189 'public/web_state/url_verification_constants.h', 191 'public/web_state/url_verification_constants.h',
190 'public/web_state/web_state.h', 192 'public/web_state/web_state.h',
191 'public/web_state/web_state_observer.h', 193 'public/web_state/web_state_observer.h',
(...skipping 12 matching lines...) Expand all
204 'user_metrics.cc', 206 'user_metrics.cc',
205 'weak_nsobject_counter.h', 207 'weak_nsobject_counter.h',
206 'weak_nsobject_counter.mm', 208 'weak_nsobject_counter.mm',
207 'web_state/blocked_popup_info.h', 209 'web_state/blocked_popup_info.h',
208 'web_state/blocked_popup_info.mm', 210 'web_state/blocked_popup_info.mm',
209 'web_state/credential.cc', 211 'web_state/credential.cc',
210 'web_state/crw_recurring_task_delegate.h', 212 'web_state/crw_recurring_task_delegate.h',
211 'web_state/crw_web_view_proxy_impl.h', 213 'web_state/crw_web_view_proxy_impl.h',
212 'web_state/crw_web_view_proxy_impl.mm', 214 'web_state/crw_web_view_proxy_impl.mm',
213 'web_state/crw_web_view_scroll_view_proxy.mm', 215 'web_state/crw_web_view_scroll_view_proxy.mm',
214 'web_state/error_translation_util.h',
215 'web_state/error_translation_util.mm',
216 'web_state/frame_info.h', 216 'web_state/frame_info.h',
217 'web_state/js/credential_util.h', 217 'web_state/js/credential_util.h',
218 'web_state/js/credential_util.mm', 218 'web_state/js/credential_util.mm',
219 'web_state/js/crw_js_early_script_manager.h', 219 'web_state/js/crw_js_early_script_manager.h',
220 'web_state/js/crw_js_early_script_manager.mm', 220 'web_state/js/crw_js_early_script_manager.mm',
221 'web_state/js/crw_js_injection_manager.mm', 221 'web_state/js/crw_js_injection_manager.mm',
222 'web_state/js/crw_js_injection_receiver.mm', 222 'web_state/js/crw_js_injection_receiver.mm',
223 'web_state/js/crw_js_invoke_parameter_queue.h', 223 'web_state/js/crw_js_invoke_parameter_queue.h',
224 'web_state/js/crw_js_invoke_parameter_queue.mm', 224 'web_state/js/crw_js_invoke_parameter_queue.mm',
225 'web_state/js/crw_js_plugin_placeholder_manager.h', 225 'web_state/js/crw_js_plugin_placeholder_manager.h',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'dependencies': [ 529 'dependencies': [
530 '../../base/base.gyp:base' 530 '../../base/base.gyp:base'
531 ], 531 ],
532 'sources': [ 532 'sources': [
533 'public/user_agent.h', 533 'public/user_agent.h',
534 'public/user_agent.mm', 534 'public/user_agent.mm',
535 ], 535 ],
536 }, 536 },
537 ], 537 ],
538 } 538 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/web_state/error_translation_util.h » ('j') | ios/web/public/web_state/error_translation_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698