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

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

Issue 2338213007: Adding JS and C++ handlers for events on new Welcome page. (Closed)
Patch Set: Forward Declarations Created 4 years, 3 months 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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index e9c78948ff5da6206c944c21272bce9f702910e3..069f9f6de4ea2322b9fa3debe5caa52b7eb295e6 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -1934,6 +1934,8 @@ split_static_library("ui") {
"webui/signin/user_manager_screen_handler.h",
"webui/signin/user_manager_ui.cc",
"webui/signin/user_manager_ui.h",
+ "webui/welcome_handler.cc",
+ "webui/welcome_handler.h",
"webui/welcome_ui.cc",
"webui/welcome_ui.h",
]

Powered by Google App Engine
This is Rietveld 408576698