| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 2dca221c09254eb608c9f69651db4c225ce27790..125ae8e64e629c6557a1a3a9693bd9591c7f06d4 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -67,6 +67,7 @@ source_set("web_arc") {
|
| "navigation/navigation_item_storage_builder.mm",
|
| "navigation/navigation_manager_delegate.h",
|
| "navigation/navigation_manager_impl.h",
|
| + "navigation/navigation_manager_impl.mm",
|
| "navigation/navigation_manager_util.h",
|
| "navigation/navigation_manager_util.mm",
|
| "navigation/nscoder_util.h",
|
| @@ -77,6 +78,11 @@ source_set("web_arc") {
|
| "navigation/session_storage_builder.mm",
|
| "navigation/time_smoother.cc",
|
| "navigation/time_smoother.h",
|
| + "navigation/web_view_navigation_proxy.h",
|
| + "navigation/web_view_navigation_proxy_impl.h",
|
| + "navigation/web_view_navigation_proxy_impl.mm",
|
| + "navigation/wk_based_navigation_manager_impl.h",
|
| + "navigation/wk_based_navigation_manager_impl.mm",
|
| "net/cert_host_pair.cc",
|
| "net/cert_host_pair.h",
|
| "net/cert_policy.cc",
|
|
|