| OLD | NEW |
| 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 Loading... |
| 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 3369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3533 "test/test_confirm_bubble_model.cc", | 3531 "test/test_confirm_bubble_model.cc", |
| 3534 "test/test_confirm_bubble_model.h", | 3532 "test/test_confirm_bubble_model.h", |
| 3535 ] | 3533 ] |
| 3536 deps += [ "//chrome/test:test_support_ui" ] | 3534 deps += [ "//chrome/test:test_support_ui" ] |
| 3537 } | 3535 } |
| 3538 | 3536 |
| 3539 if (enable_extensions) { | 3537 if (enable_extensions) { |
| 3540 deps += [ "//extensions/browser" ] | 3538 deps += [ "//extensions/browser" ] |
| 3541 } | 3539 } |
| 3542 } | 3540 } |
| OLD | NEW |