| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index 377aee28839aa43828419c9a67a8f9885d799c1d..489feafe708b7ed296833a6abf74ebdde5edf0eb 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",
|
|
|