| Index: ios/web/BUILD.gn
|
| diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
|
| index 3701f47e686a023aca3f1aba03928dc4645f0e30..c2ca4a0e00956101bba0f75805fd88af44cd5e81 100644
|
| --- a/ios/web/BUILD.gn
|
| +++ b/ios/web/BUILD.gn
|
| @@ -159,6 +159,7 @@ source_set("web") {
|
| "public/web_state/crw_web_view_proxy.h",
|
| "public/web_state/crw_web_view_scroll_view_proxy.h",
|
| "public/web_state/global_web_state_observer.h",
|
| + "public/web_state/js/credential_util.h",
|
| "public/web_state/js/crw_js_injection_evaluator.h",
|
| "public/web_state/js/crw_js_injection_manager.h",
|
| "public/web_state/js/crw_js_injection_receiver.h",
|
| @@ -204,7 +205,6 @@ source_set("web") {
|
| "web_state/global_web_state_event_tracker.cc",
|
| "web_state/global_web_state_event_tracker.h",
|
| "web_state/global_web_state_observer.cc",
|
| - "web_state/js/credential_util.h",
|
| "web_state/js/credential_util.mm",
|
| "web_state/js/crw_js_early_script_manager.h",
|
| "web_state/js/crw_js_early_script_manager.mm",
|
|
|