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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: merge Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "chrome_select_file_policy.h", 103 "chrome_select_file_policy.h",
104 "confirm_bubble.h", 104 "confirm_bubble.h",
105 "crypto_module_password_dialog.h", 105 "crypto_module_password_dialog.h",
106 "find_bar/find_bar.h", 106 "find_bar/find_bar.h",
107 "find_bar/find_bar_state.h", 107 "find_bar/find_bar_state.h",
108 "find_bar/find_bar_state_factory.cc", 108 "find_bar/find_bar_state_factory.cc",
109 "find_bar/find_bar_state_factory.h", 109 "find_bar/find_bar_state_factory.h",
110 "find_bar/find_notification_details.h", 110 "find_bar/find_notification_details.h",
111 "find_bar/find_tab_helper.cc", 111 "find_bar/find_tab_helper.cc",
112 "find_bar/find_tab_helper.h", 112 "find_bar/find_tab_helper.h",
113 "history_ui.cc",
114 "history_ui.h",
113 "javascript_dialogs/chrome_javascript_native_dialog_factory.h", 115 "javascript_dialogs/chrome_javascript_native_dialog_factory.h",
114 "login/login_handler.cc", 116 "login/login_handler.cc",
115 "login/login_handler.h", 117 "login/login_handler.h",
116 "login/login_interstitial_delegate.cc", 118 "login/login_interstitial_delegate.cc",
117 "login/login_interstitial_delegate.h", 119 "login/login_interstitial_delegate.h",
118 "navigation_correction_tab_observer.cc", 120 "navigation_correction_tab_observer.cc",
119 "navigation_correction_tab_observer.h", 121 "navigation_correction_tab_observer.h",
120 "page_info/page_info.cc", 122 "page_info/page_info.cc",
121 "page_info/page_info.h", 123 "page_info/page_info.h",
122 "page_info/page_info_ui.cc", 124 "page_info/page_info_ui.cc",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 "webui/fallback_icon_source.cc", 345 "webui/fallback_icon_source.cc",
344 "webui/fallback_icon_source.h", 346 "webui/fallback_icon_source.h",
345 "webui/favicon_source.cc", 347 "webui/favicon_source.cc",
346 "webui/favicon_source.h", 348 "webui/favicon_source.h",
347 "webui/fileicon_source.cc", 349 "webui/fileicon_source.cc",
348 "webui/fileicon_source.h", 350 "webui/fileicon_source.h",
349 "webui/flags_ui.cc", 351 "webui/flags_ui.cc",
350 "webui/flags_ui.h", 352 "webui/flags_ui.h",
351 "webui/gcm_internals_ui.cc", 353 "webui/gcm_internals_ui.cc",
352 "webui/gcm_internals_ui.h", 354 "webui/gcm_internals_ui.h",
353 "webui/history_ui.cc",
354 "webui/history_ui.h",
355 "webui/instant_ui.cc", 355 "webui/instant_ui.cc",
356 "webui/instant_ui.h", 356 "webui/instant_ui.h",
357 "webui/interstitials/interstitial_ui.cc", 357 "webui/interstitials/interstitial_ui.cc",
358 "webui/interstitials/interstitial_ui.h", 358 "webui/interstitials/interstitial_ui.h",
359 "webui/invalidations_message_handler.cc", 359 "webui/invalidations_message_handler.cc",
360 "webui/invalidations_message_handler.h", 360 "webui/invalidations_message_handler.h",
361 "webui/invalidations_ui.cc", 361 "webui/invalidations_ui.cc",
362 "webui/invalidations_ui.h", 362 "webui/invalidations_ui.h",
363 "webui/large_icon_source.cc", 363 "webui/large_icon_source.cc",
364 "webui/large_icon_source.h", 364 "webui/large_icon_source.h",
(...skipping 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after
3584 "test/test_confirm_bubble_model.cc", 3584 "test/test_confirm_bubble_model.cc",
3585 "test/test_confirm_bubble_model.h", 3585 "test/test_confirm_bubble_model.h",
3586 ] 3586 ]
3587 deps += [ "//chrome/test:test_support_ui" ] 3587 deps += [ "//chrome/test:test_support_ui" ]
3588 } 3588 }
3589 3589
3590 if (enable_extensions) { 3590 if (enable_extensions) {
3591 deps += [ "//extensions/browser" ] 3591 deps += [ "//extensions/browser" ]
3592 } 3592 }
3593 } 3593 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698