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

Side by Side Diff: ios/web/BUILD.gn

Issue 2225483002: [ios] Removed CertVerifierBlockAdapter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed review comments Created 4 years, 4 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 | « no previous file | ios/web/ios_web.gyp » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 source_set("web") { 10 source_set("web") {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "navigation/navigation_manager_impl.mm", 60 "navigation/navigation_manager_impl.mm",
61 "navigation/nscoder_util.h", 61 "navigation/nscoder_util.h",
62 "navigation/nscoder_util.mm", 62 "navigation/nscoder_util.mm",
63 "navigation/time_smoother.cc", 63 "navigation/time_smoother.cc",
64 "navigation/time_smoother.h", 64 "navigation/time_smoother.h",
65 "net/cert_host_pair.cc", 65 "net/cert_host_pair.cc",
66 "net/cert_host_pair.h", 66 "net/cert_host_pair.h",
67 "net/cert_policy.cc", 67 "net/cert_policy.cc",
68 "net/cert_store_impl.cc", 68 "net/cert_store_impl.cc",
69 "net/cert_store_impl.h", 69 "net/cert_store_impl.h",
70 "net/cert_verifier_block_adapter.cc",
71 "net/cert_verifier_block_adapter.h",
72 "net/certificate_policy_cache.cc", 70 "net/certificate_policy_cache.cc",
73 "net/clients/crw_js_injection_network_client.h", 71 "net/clients/crw_js_injection_network_client.h",
74 "net/clients/crw_js_injection_network_client.mm", 72 "net/clients/crw_js_injection_network_client.mm",
75 "net/clients/crw_js_injection_network_client_factory.h", 73 "net/clients/crw_js_injection_network_client_factory.h",
76 "net/clients/crw_js_injection_network_client_factory.mm", 74 "net/clients/crw_js_injection_network_client_factory.mm",
77 "net/clients/crw_redirect_network_client.h", 75 "net/clients/crw_redirect_network_client.h",
78 "net/clients/crw_redirect_network_client.mm", 76 "net/clients/crw_redirect_network_client.mm",
79 "net/clients/crw_redirect_network_client_factory.h", 77 "net/clients/crw_redirect_network_client_factory.h",
80 "net/clients/crw_redirect_network_client_factory.mm", 78 "net/clients/crw_redirect_network_client_factory.mm",
81 "net/cookie_notification_bridge.h", 79 "net/cookie_notification_bridge.h",
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "browser_state_unittest.cc", 443 "browser_state_unittest.cc",
446 "crw_network_activity_indicator_manager_unittest.mm", 444 "crw_network_activity_indicator_manager_unittest.mm",
447 "history_state_util_unittest.mm", 445 "history_state_util_unittest.mm",
448 "navigation/crw_session_controller_unittest.mm", 446 "navigation/crw_session_controller_unittest.mm",
449 "navigation/crw_session_entry_unittest.mm", 447 "navigation/crw_session_entry_unittest.mm",
450 "navigation/navigation_item_impl_unittest.mm", 448 "navigation/navigation_item_impl_unittest.mm",
451 "navigation/navigation_manager_impl_unittest.mm", 449 "navigation/navigation_manager_impl_unittest.mm",
452 "navigation/nscoder_util_unittest.mm", 450 "navigation/nscoder_util_unittest.mm",
453 "net/cert_host_pair_unittest.cc", 451 "net/cert_host_pair_unittest.cc",
454 "net/cert_policy_unittest.cc", 452 "net/cert_policy_unittest.cc",
455 "net/cert_verifier_block_adapter_unittest.cc",
456 "net/clients/crw_js_injection_network_client_unittest.mm", 453 "net/clients/crw_js_injection_network_client_unittest.mm",
457 "net/crw_cert_verification_controller_unittest.mm", 454 "net/crw_cert_verification_controller_unittest.mm",
458 "net/crw_ssl_status_updater_unittest.mm", 455 "net/crw_ssl_status_updater_unittest.mm",
459 "net/request_group_util_unittest.mm", 456 "net/request_group_util_unittest.mm",
460 "net/request_tracker_impl_unittest.mm", 457 "net/request_tracker_impl_unittest.mm",
461 "net/web_http_protocol_handler_delegate_unittest.mm", 458 "net/web_http_protocol_handler_delegate_unittest.mm",
462 "payments/payment_request_unittest.cc", 459 "payments/payment_request_unittest.cc",
463 "public/origin_util_unittest.mm", 460 "public/origin_util_unittest.mm",
464 "public/referrer_util_unittest.cc", 461 "public/referrer_util_unittest.cc",
465 "public/web_state/page_viewport_state_unittest.mm", 462 "public/web_state/page_viewport_state_unittest.mm",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 } 565 }
569 566
570 grit("resources") { 567 grit("resources") {
571 source = "ios_web_resources.grd" 568 source = "ios_web_resources.grd"
572 use_qualified_include = true 569 use_qualified_include = true
573 outputs = [ 570 outputs = [
574 "grit/ios_web_resources.h", 571 "grit/ios_web_resources.h",
575 "ios_web_resources.pak", 572 "ios_web_resources.pak",
576 ] 573 ]
577 } 574 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698