| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index e11cb7540c7a08f8307be73a06c6db8e05e1e8c5..711ac1387c36e313f02e3f198dff25de77824454 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -201,8 +201,6 @@
|
| "web_state/ui/crw_swipe_recognizer_provider.h",
|
| "web_state/ui/crw_touch_tracking_recognizer.h",
|
| "web_state/ui/crw_touch_tracking_recognizer.mm",
|
| - "web_state/ui/crw_web_controller.h",
|
| - "web_state/ui/crw_web_controller.mm",
|
| "web_thread_impl.cc",
|
| "web_thread_impl.h",
|
| "web_view_creation_util.mm",
|
| @@ -264,6 +262,8 @@
|
| ]
|
|
|
| sources = [
|
| + "web_state/ui/crw_web_controller.h",
|
| + "web_state/ui/crw_web_controller.mm",
|
| "web_state/ui/crw_web_controller_container_view.h",
|
| "web_state/ui/crw_web_controller_container_view.mm",
|
| "web_state/ui/crw_web_view_content_view.mm",
|
|
|