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

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

Issue 1844463002: [ios] Removed deprecated web_load_params.h header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 7
8 source_set("web") { 8 source_set("web") {
9 deps = [ 9 deps = [
10 ":core", 10 ":core",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "navigation/navigation_item_impl.h", 55 "navigation/navigation_item_impl.h",
56 "navigation/navigation_item_impl.mm", 56 "navigation/navigation_item_impl.mm",
57 "navigation/navigation_manager_delegate.h", 57 "navigation/navigation_manager_delegate.h",
58 "navigation/navigation_manager_facade_delegate.h", 58 "navigation/navigation_manager_facade_delegate.h",
59 "navigation/navigation_manager_impl.h", 59 "navigation/navigation_manager_impl.h",
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 "navigation/web_load_params.h",
66 "net/cert_host_pair.cc", 65 "net/cert_host_pair.cc",
67 "net/cert_host_pair.h", 66 "net/cert_host_pair.h",
68 "net/cert_policy.cc", 67 "net/cert_policy.cc",
69 "net/cert_store_impl.cc", 68 "net/cert_store_impl.cc",
70 "net/cert_store_impl.h", 69 "net/cert_store_impl.h",
71 "net/cert_verifier_block_adapter.cc", 70 "net/cert_verifier_block_adapter.cc",
72 "net/cert_verifier_block_adapter.h", 71 "net/cert_verifier_block_adapter.h",
73 "net/certificate_policy_cache.cc", 72 "net/certificate_policy_cache.cc",
74 "net/clients/crw_csp_network_client.h", 73 "net/clients/crw_csp_network_client.h",
75 "net/clients/crw_csp_network_client.mm", 74 "net/clients/crw_csp_network_client.mm",
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 public_deps = [ 457 public_deps = [
459 ":web_bundle", 458 ":web_bundle",
460 ] 459 ]
461 460
462 sources = [ 461 sources = [
463 "web_state/js/resources/plugin_placeholder.js", 462 "web_state/js/resources/plugin_placeholder.js",
464 "web_state/js/resources/window_id.js", 463 "web_state/js/resources/window_id.js",
465 "webui/resources/web_ui.js", 464 "webui/resources/web_ui.js",
466 ] 465 ]
467 } 466 }
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