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

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

Issue 2739943005: Cleanup: Remove SearchTabHelperDelegate (Closed)
Patch Set: review 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "search/new_tab_page_interceptor_service_factory.h", 142 "search/new_tab_page_interceptor_service_factory.h",
143 "search/search_ipc_router.cc", 143 "search/search_ipc_router.cc",
144 "search/search_ipc_router.h", 144 "search/search_ipc_router.h",
145 "search/search_ipc_router_policy_impl.cc", 145 "search/search_ipc_router_policy_impl.cc",
146 "search/search_ipc_router_policy_impl.h", 146 "search/search_ipc_router_policy_impl.h",
147 "search/search_model.cc", 147 "search/search_model.cc",
148 "search/search_model.h", 148 "search/search_model.h",
149 "search/search_model_observer.h", 149 "search/search_model_observer.h",
150 "search/search_tab_helper.cc", 150 "search/search_tab_helper.cc",
151 "search/search_tab_helper.h", 151 "search/search_tab_helper.h",
152 "search/search_tab_helper_delegate.cc",
153 "search/search_tab_helper_delegate.h",
154 "search_engines/edit_search_engine_controller.cc", 152 "search_engines/edit_search_engine_controller.cc",
155 "search_engines/edit_search_engine_controller.h", 153 "search_engines/edit_search_engine_controller.h",
156 "search_engines/keyword_editor_controller.cc", 154 "search_engines/keyword_editor_controller.cc",
157 "search_engines/keyword_editor_controller.h", 155 "search_engines/keyword_editor_controller.h",
158 "search_engines/search_engine_tab_helper.cc", 156 "search_engines/search_engine_tab_helper.cc",
159 "search_engines/search_engine_tab_helper.h", 157 "search_engines/search_engine_tab_helper.h",
160 "search_engines/template_url_table_model.cc", 158 "search_engines/template_url_table_model.cc",
161 "search_engines/template_url_table_model.h", 159 "search_engines/template_url_table_model.h",
162 "session_crashed_bubble.h", 160 "session_crashed_bubble.h",
163 "simple_message_box.h", 161 "simple_message_box.h",
(...skipping 3367 matching lines...) Expand 10 before | Expand all | Expand 10 after
3531 "test/test_confirm_bubble_model.cc", 3529 "test/test_confirm_bubble_model.cc",
3532 "test/test_confirm_bubble_model.h", 3530 "test/test_confirm_bubble_model.h",
3533 ] 3531 ]
3534 deps += [ "//chrome/test:test_support_ui" ] 3532 deps += [ "//chrome/test:test_support_ui" ]
3535 } 3533 }
3536 3534
3537 if (enable_extensions) { 3535 if (enable_extensions) {
3538 deps += [ "//extensions/browser" ] 3536 deps += [ "//extensions/browser" ]
3539 } 3537 }
3540 } 3538 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698