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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2512473004: cros: Enable WebUILoginView reuse. (Closed)
Patch Set: Address comments Created 4 years 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 | « no previous file | chrome/browser/chromeos/login/lock/webui_screen_locker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index e4f52d70d4409afcba8568f1c521e8d808f61eac..472faae11df02e1f56c0811aa0507ac53f086166 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -877,6 +877,10 @@ source_set("chromeos") {
"login/ui/models/user_board_model.cc",
"login/ui/models/user_board_model.h",
"login/ui/proxy_settings_dialog.cc",
+ "login/ui/shared_web_view.cc",
+ "login/ui/shared_web_view.h",
+ "login/ui/shared_web_view_factory.cc",
+ "login/ui/shared_web_view_factory.h",
"login/ui/simple_web_view_dialog.cc",
"login/ui/simple_web_view_dialog.h",
"login/ui/user_adding_screen.cc",
@@ -885,6 +889,8 @@ source_set("chromeos") {
"login/ui/user_adding_screen_input_methods_controller.h",
"login/ui/web_contents_set_background_color.cc",
"login/ui/web_contents_set_background_color.h",
+ "login/ui/web_view_handle.cc",
+ "login/ui/web_view_handle.h",
"login/ui/webui_login_display.cc",
"login/ui/webui_login_display.h",
"login/ui/webui_login_view.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/lock/webui_screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698