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

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

Issue 1456983002: Move JS-related password manager code upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Indent fixed, capitalisation fixed, typo fixed Created 5 years, 1 month 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/web_state/js/credential_util.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'navigation/navigation_manager_delegate.h', 93 'navigation/navigation_manager_delegate.h',
94 'navigation/navigation_manager_facade_delegate.h', 94 'navigation/navigation_manager_facade_delegate.h',
95 'navigation/navigation_manager_impl.h', 95 'navigation/navigation_manager_impl.h',
96 'navigation/navigation_manager_impl.mm', 96 'navigation/navigation_manager_impl.mm',
97 'navigation/nscoder_util.h', 97 'navigation/nscoder_util.h',
98 'navigation/nscoder_util.mm', 98 'navigation/nscoder_util.mm',
99 'navigation/time_smoother.cc', 99 'navigation/time_smoother.cc',
100 'navigation/time_smoother.h', 100 'navigation/time_smoother.h',
101 'navigation/web_load_params.h', 101 'navigation/web_load_params.h',
102 'navigation/web_load_params.mm', 102 'navigation/web_load_params.mm',
103 'net/cert_host_pair.cc',
103 'net/cert_host_pair.h', 104 'net/cert_host_pair.h',
104 'net/cert_host_pair.cc',
105 'net/cert_policy.cc', 105 'net/cert_policy.cc',
106 'net/cert_store_impl.cc', 106 'net/cert_store_impl.cc',
107 'net/cert_store_impl.h', 107 'net/cert_store_impl.h',
108 'net/cert_verifier_block_adapter.cc', 108 'net/cert_verifier_block_adapter.cc',
109 'net/cert_verifier_block_adapter.h', 109 'net/cert_verifier_block_adapter.h',
110 'net/certificate_policy_cache.cc', 110 'net/certificate_policy_cache.cc',
111 'net/clients/crw_csp_network_client.h', 111 'net/clients/crw_csp_network_client.h',
112 'net/clients/crw_csp_network_client.mm', 112 'net/clients/crw_csp_network_client.mm',
113 'net/clients/crw_js_injection_network_client.h', 113 'net/clients/crw_js_injection_network_client.h',
114 'net/clients/crw_js_injection_network_client.mm', 114 'net/clients/crw_js_injection_network_client.mm',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'public/web_client.mm', 175 'public/web_client.mm',
176 'public/web_controller_factory.h', 176 'public/web_controller_factory.h',
177 'public/web_controller_factory.mm', 177 'public/web_controller_factory.mm',
178 'public/web_kit_constants.h', 178 'public/web_kit_constants.h',
179 'public/web_state/credential.h', 179 'public/web_state/credential.h',
180 'public/web_state/crw_web_controller_observer.h', 180 'public/web_state/crw_web_controller_observer.h',
181 'public/web_state/crw_web_user_interface_delegate.h', 181 'public/web_state/crw_web_user_interface_delegate.h',
182 'public/web_state/crw_web_view_proxy.h', 182 'public/web_state/crw_web_view_proxy.h',
183 'public/web_state/crw_web_view_scroll_view_proxy.h', 183 'public/web_state/crw_web_view_scroll_view_proxy.h',
184 'public/web_state/global_web_state_observer.h', 184 'public/web_state/global_web_state_observer.h',
185 'public/web_state/js/credential_util.h',
185 'public/web_state/js/crw_js_injection_evaluator.h', 186 'public/web_state/js/crw_js_injection_evaluator.h',
186 'public/web_state/js/crw_js_injection_manager.h', 187 'public/web_state/js/crw_js_injection_manager.h',
187 'public/web_state/js/crw_js_injection_receiver.h', 188 'public/web_state/js/crw_js_injection_receiver.h',
188 'public/web_state/page_display_state.h', 189 'public/web_state/page_display_state.h',
189 'public/web_state/page_display_state.mm', 190 'public/web_state/page_display_state.mm',
190 'public/web_state/ui/crw_content_view.h', 191 'public/web_state/ui/crw_content_view.h',
191 'public/web_state/ui/crw_generic_content_view.h', 192 'public/web_state/ui/crw_generic_content_view.h',
192 'public/web_state/ui/crw_native_content.h', 193 'public/web_state/ui/crw_native_content.h',
193 'public/web_state/ui/crw_native_content_provider.h', 194 'public/web_state/ui/crw_native_content_provider.h',
194 'public/web_state/ui/crw_web_delegate.h', 195 'public/web_state/ui/crw_web_delegate.h',
(...skipping 25 matching lines...) Expand all
220 'web_state/crw_recurring_task_delegate.h', 221 'web_state/crw_recurring_task_delegate.h',
221 'web_state/crw_web_view_proxy_impl.h', 222 'web_state/crw_web_view_proxy_impl.h',
222 'web_state/crw_web_view_proxy_impl.mm', 223 'web_state/crw_web_view_proxy_impl.mm',
223 'web_state/crw_web_view_scroll_view_proxy.mm', 224 'web_state/crw_web_view_scroll_view_proxy.mm',
224 'web_state/error_translation_util.h', 225 'web_state/error_translation_util.h',
225 'web_state/error_translation_util.mm', 226 'web_state/error_translation_util.mm',
226 'web_state/frame_info.h', 227 'web_state/frame_info.h',
227 'web_state/global_web_state_event_tracker.cc', 228 'web_state/global_web_state_event_tracker.cc',
228 'web_state/global_web_state_event_tracker.h', 229 'web_state/global_web_state_event_tracker.h',
229 'web_state/global_web_state_observer.cc', 230 'web_state/global_web_state_observer.cc',
230 'web_state/js/credential_util.h',
231 'web_state/js/credential_util.mm', 231 'web_state/js/credential_util.mm',
232 'web_state/js/crw_js_early_script_manager.h', 232 'web_state/js/crw_js_early_script_manager.h',
233 'web_state/js/crw_js_early_script_manager.mm', 233 'web_state/js/crw_js_early_script_manager.mm',
234 'web_state/js/crw_js_injection_manager.mm', 234 'web_state/js/crw_js_injection_manager.mm',
235 'web_state/js/crw_js_injection_receiver.mm', 235 'web_state/js/crw_js_injection_receiver.mm',
236 'web_state/js/crw_js_invoke_parameter_queue.h', 236 'web_state/js/crw_js_invoke_parameter_queue.h',
237 'web_state/js/crw_js_invoke_parameter_queue.mm', 237 'web_state/js/crw_js_invoke_parameter_queue.mm',
238 'web_state/js/crw_js_plugin_placeholder_manager.h', 238 'web_state/js/crw_js_plugin_placeholder_manager.h',
239 'web_state/js/crw_js_plugin_placeholder_manager.mm', 239 'web_state/js/crw_js_plugin_placeholder_manager.mm',
240 'web_state/js/crw_js_window_id_manager.h', 240 'web_state/js/crw_js_window_id_manager.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'web_state/web_state_facade_delegate.h', 282 'web_state/web_state_facade_delegate.h',
283 'web_state/web_state_impl.h', 283 'web_state/web_state_impl.h',
284 'web_state/web_state_impl.mm', 284 'web_state/web_state_impl.mm',
285 'web_state/web_state_observer.cc', 285 'web_state/web_state_observer.cc',
286 'web_state/web_state_observer_bridge.mm', 286 'web_state/web_state_observer_bridge.mm',
287 'web_state/web_state_policy_decider.mm', 287 'web_state/web_state_policy_decider.mm',
288 'web_state/web_view_internal_creation_util.h', 288 'web_state/web_view_internal_creation_util.h',
289 'web_state/web_view_internal_creation_util.mm', 289 'web_state/web_view_internal_creation_util.mm',
290 'web_state/wk_web_view_security_util.h', 290 'web_state/wk_web_view_security_util.h',
291 'web_state/wk_web_view_security_util.mm', 291 'web_state/wk_web_view_security_util.mm',
292 'web_thread_impl.cc',
293 'web_thread_impl.h',
292 'web_view_counter_impl.h', 294 'web_view_counter_impl.h',
293 'web_view_counter_impl.mm', 295 'web_view_counter_impl.mm',
294 'web_view_creation_util.mm', 296 'web_view_creation_util.mm',
295 'webui/crw_web_ui_manager.h', 297 'webui/crw_web_ui_manager.h',
296 'webui/crw_web_ui_manager.mm', 298 'webui/crw_web_ui_manager.mm',
297 'webui/crw_web_ui_page_builder.h', 299 'webui/crw_web_ui_page_builder.h',
298 'webui/crw_web_ui_page_builder.mm', 300 'webui/crw_web_ui_page_builder.mm',
299 'webui/shared_resources_data_source_ios.cc', 301 'webui/shared_resources_data_source_ios.cc',
300 'webui/shared_resources_data_source_ios.h', 302 'webui/shared_resources_data_source_ios.h',
301 'webui/url_data_manager_ios.cc', 303 'webui/url_data_manager_ios.cc',
302 'webui/url_data_manager_ios.h', 304 'webui/url_data_manager_ios.h',
303 'webui/url_data_manager_ios_backend.cc', 305 'webui/url_data_manager_ios_backend.cc',
304 'webui/url_data_manager_ios_backend.h', 306 'webui/url_data_manager_ios_backend.h',
305 'webui/url_data_source_ios.cc', 307 'webui/url_data_source_ios.cc',
306 'webui/url_data_source_ios_impl.cc', 308 'webui/url_data_source_ios_impl.cc',
307 'webui/url_data_source_ios_impl.h', 309 'webui/url_data_source_ios_impl.h',
308 'webui/url_fetcher_block_adapter.h', 310 'webui/url_fetcher_block_adapter.h',
309 'webui/url_fetcher_block_adapter.mm', 311 'webui/url_fetcher_block_adapter.mm',
310 'webui/web_ui_ios_controller_factory_registry.cc', 312 'webui/web_ui_ios_controller_factory_registry.cc',
311 'webui/web_ui_ios_controller_factory_registry.h', 313 'webui/web_ui_ios_controller_factory_registry.h',
312 'webui/web_ui_ios_data_source_impl.cc', 314 'webui/web_ui_ios_data_source_impl.cc',
313 'webui/web_ui_ios_data_source_impl.h', 315 'webui/web_ui_ios_data_source_impl.h',
314 'webui/web_ui_ios_impl.h', 316 'webui/web_ui_ios_impl.h',
315 'webui/web_ui_ios_impl.mm', 317 'webui/web_ui_ios_impl.mm',
316 'web_thread_impl.cc',
317 'web_thread_impl.h',
318 ], 318 ],
319 'link_settings': { 319 'link_settings': {
320 # TODO(crbug.com/541549): change to regular linking once support for 320 # TODO(crbug.com/541549): change to regular linking once support for
321 # iOS 7 is dropped. 321 # iOS 7 is dropped.
322 'xcode_settings': { 322 'xcode_settings': {
323 'OTHER_LDFLAGS': [ 323 'OTHER_LDFLAGS': [
324 '-weak_framework WebKit', 324 '-weak_framework WebKit',
325 ] 325 ]
326 }, 326 },
327 }, 327 },
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 'public/test/test_web_client.mm', 468 'public/test/test_web_client.mm',
469 'public/test/test_web_state.cc', 469 'public/test/test_web_state.cc',
470 'public/test/test_web_state.h', 470 'public/test/test_web_state.h',
471 'public/test/test_web_thread.h', 471 'public/test/test_web_thread.h',
472 'public/test/test_web_thread_bundle.h', 472 'public/test/test_web_thread_bundle.h',
473 'public/test/test_web_view_content_view.h', 473 'public/test/test_web_view_content_view.h',
474 'public/test/test_web_view_content_view.mm', 474 'public/test/test_web_view_content_view.mm',
475 'public/test/web_test_util.h', 475 'public/test/web_test_util.h',
476 'test/crw_fake_web_controller_observer.h', 476 'test/crw_fake_web_controller_observer.h',
477 'test/crw_fake_web_controller_observer.mm', 477 'test/crw_fake_web_controller_observer.mm',
478 'test/test_web_thread.cc',
479 'test/test_web_thread_bundle.cc',
478 'test/web_int_test.h', 480 'test/web_int_test.h',
479 'test/web_int_test.mm', 481 'test/web_int_test.mm',
480 'test/test_web_thread.cc',
481 'test/test_web_thread_bundle.cc',
482 'test/web_test.h', 482 'test/web_test.h',
483 'test/web_test.mm', 483 'test/web_test.mm',
484 'test/web_test_suite.cc', 484 'test/web_test_suite.cc',
485 'test/web_test_suite.h', 485 'test/web_test_suite.h',
486 'test/wk_web_view_crash_utils.h', 486 'test/wk_web_view_crash_utils.h',
487 'test/wk_web_view_crash_utils.mm', 487 'test/wk_web_view_crash_utils.mm',
488 ], 488 ],
489 }, 489 },
490 { 490 {
491 # GN version: //ios/web:user_agent 491 # GN version: //ios/web:user_agent
492 'target_name': 'user_agent', 492 'target_name': 'user_agent',
493 'type': 'static_library', 493 'type': 'static_library',
494 'include_dirs': [ 494 'include_dirs': [
495 '../..', 495 '../..',
496 ], 496 ],
497 'dependencies': [ 497 'dependencies': [
498 '../../base/base.gyp:base' 498 '../../base/base.gyp:base'
499 ], 499 ],
500 'sources': [ 500 'sources': [
501 'public/user_agent.h', 501 'public/user_agent.h',
502 'public/user_agent.mm', 502 'public/user_agent.mm',
503 ], 503 ],
504 }, 504 },
505 ], 505 ],
506 } 506 }
OLDNEW
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/web_state/js/credential_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698