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

Unified Diff: ios/web/BUILD.gn

Issue 1456983002: Move JS-related password manager code upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Indent fixed, capitalisation fixed, typo fixed Created 5 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698