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

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

Issue 2784653004: Cleanup Tool WebUI: Add HTML content and styling with dummy JS (Closed)
Patch Set: Port in review changes on now-deleted main.html to cleanup.html Created 3 years, 9 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 14c5e121b61446825fe16552f9c8c2c04ff30d5c..f5e1fd582117acb4ddde527d24b41e6c4e679df9 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -324,6 +324,10 @@ split_static_library("ui") {
"webui/chromeos/slow_ui.h",
"webui/chromeos/ui_account_tweaks.cc",
"webui/chromeos/ui_account_tweaks.h",
+ "webui/cleanup_tool/cleanup_action_handler.cc",
+ "webui/cleanup_tool/cleanup_action_handler.h",
+ "webui/cleanup_tool/cleanup_tool_ui.cc",
+ "webui/cleanup_tool/cleanup_tool_ui.h",
"webui/components_ui.cc",
"webui/components_ui.h",
"webui/constrained_web_dialog_ui.cc",

Powered by Google App Engine
This is Rietveld 408576698