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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff Created 3 years, 8 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 ddf2bba75e1f48076e67a258e8b01da75397a867..b8e043dd5f8f79ba0d6bb32be95847afc64c0abb 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -110,6 +110,8 @@ split_static_library("ui") {
"find_bar/find_notification_details.h",
"find_bar/find_tab_helper.cc",
"find_bar/find_tab_helper.h",
+ "history_ui.cc",
+ "history_ui.h",
"javascript_dialogs/chrome_javascript_native_dialog_factory.h",
"login/login_handler.cc",
"login/login_handler.h",
@@ -350,8 +352,6 @@ split_static_library("ui") {
"webui/flags_ui.h",
"webui/gcm_internals_ui.cc",
"webui/gcm_internals_ui.h",
- "webui/history_ui.cc",
- "webui/history_ui.h",
"webui/instant_ui.cc",
"webui/instant_ui.h",
"webui/interstitials/interstitial_ui.cc",

Powered by Google App Engine
This is Rietveld 408576698