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

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

Issue 2582743002: Remove obsolete app_list Linux code. (Closed)
Patch Set: tapted comments. Created 3 years, 12 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 3125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3136 sources += [ 3136 sources += [
3137 "app_list/app_context_menu.cc", 3137 "app_list/app_context_menu.cc",
3138 "app_list/app_context_menu.h", 3138 "app_list/app_context_menu.h",
3139 "app_list/app_context_menu_delegate.h", 3139 "app_list/app_context_menu_delegate.h",
3140 "app_list/app_list_controller_delegate.cc", 3140 "app_list/app_list_controller_delegate.cc",
3141 "app_list/app_list_controller_delegate.h", 3141 "app_list/app_list_controller_delegate.h",
3142 "app_list/app_list_controller_delegate_impl.cc", 3142 "app_list/app_list_controller_delegate_impl.cc",
3143 "app_list/app_list_controller_delegate_impl.h", 3143 "app_list/app_list_controller_delegate_impl.h",
3144 "app_list/app_list_model_builder.cc", 3144 "app_list/app_list_model_builder.cc",
3145 "app_list/app_list_model_builder.h", 3145 "app_list/app_list_model_builder.h",
3146 "app_list/app_list_positioner.cc",
3147 "app_list/app_list_positioner.h",
3148 "app_list/app_list_service.cc", 3146 "app_list/app_list_service.cc",
3149 "app_list/app_list_service.h", 3147 "app_list/app_list_service.h",
3150 "app_list/app_list_service_impl.cc", 3148 "app_list/app_list_service_impl.cc",
3151 "app_list/app_list_service_impl.h", 3149 "app_list/app_list_service_impl.h",
3152 "app_list/app_list_syncable_service.cc", 3150 "app_list/app_list_syncable_service.cc",
3153 "app_list/app_list_syncable_service.h", 3151 "app_list/app_list_syncable_service.h",
3154 "app_list/app_list_syncable_service_factory.cc", 3152 "app_list/app_list_syncable_service_factory.cc",
3155 "app_list/app_list_syncable_service_factory.h", 3153 "app_list/app_list_syncable_service_factory.h",
3156 "app_list/app_list_view_delegate.cc", 3154 "app_list/app_list_view_delegate.cc",
3157 "app_list/app_list_view_delegate.h", 3155 "app_list/app_list_view_delegate.h",
3158 "app_list/chrome_app_list_item.cc", 3156 "app_list/chrome_app_list_item.cc",
3159 "app_list/chrome_app_list_item.h", 3157 "app_list/chrome_app_list_item.h",
3160 "app_list/extension_app_context_menu.cc", 3158 "app_list/extension_app_context_menu.cc",
3161 "app_list/extension_app_context_menu.h", 3159 "app_list/extension_app_context_menu.h",
3162 "app_list/extension_app_item.cc", 3160 "app_list/extension_app_item.cc",
3163 "app_list/extension_app_item.h", 3161 "app_list/extension_app_item.h",
3164 "app_list/extension_app_model_builder.cc", 3162 "app_list/extension_app_model_builder.cc",
3165 "app_list/extension_app_model_builder.h", 3163 "app_list/extension_app_model_builder.h",
3166 "app_list/extension_uninstaller.cc", 3164 "app_list/extension_uninstaller.cc",
3167 "app_list/extension_uninstaller.h", 3165 "app_list/extension_uninstaller.h",
3168 "app_list/fast_show_pickler.cc",
3169 "app_list/fast_show_pickler.h",
3170 "app_list/google_now_extension.cc", 3166 "app_list/google_now_extension.cc",
3171 "app_list/google_now_extension.h", 3167 "app_list/google_now_extension.h",
3172 "app_list/launcher_page_event_dispatcher.cc", 3168 "app_list/launcher_page_event_dispatcher.cc",
3173 "app_list/launcher_page_event_dispatcher.h", 3169 "app_list/launcher_page_event_dispatcher.h",
3174 "app_list/profile_loader.cc", 3170 "app_list/profile_loader.cc",
3175 "app_list/profile_loader.h", 3171 "app_list/profile_loader.h",
3176 "app_list/profile_store.h", 3172 "app_list/profile_store.h",
3177 "app_list/search/app_result.cc", 3173 "app_list/search/app_result.cc",
3178 "app_list/search/app_result.h", 3174 "app_list/search/app_result.h",
3179 "app_list/search/app_search_provider.cc", 3175 "app_list/search/app_search_provider.cc",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
3270 "ash/launcher/arc_app_window_launcher_controller.h", 3266 "ash/launcher/arc_app_window_launcher_controller.h",
3271 "ash/launcher/arc_app_window_launcher_item_controller.cc", 3267 "ash/launcher/arc_app_window_launcher_item_controller.cc",
3272 "ash/launcher/arc_app_window_launcher_item_controller.h", 3268 "ash/launcher/arc_app_window_launcher_item_controller.h",
3273 "ash/launcher/arc_launcher_context_menu.cc", 3269 "ash/launcher/arc_launcher_context_menu.cc",
3274 "ash/launcher/arc_launcher_context_menu.h", 3270 "ash/launcher/arc_launcher_context_menu.h",
3275 "ash/launcher/launcher_arc_app_updater.cc", 3271 "ash/launcher/launcher_arc_app_updater.cc",
3276 "ash/launcher/launcher_arc_app_updater.h", 3272 "ash/launcher/launcher_arc_app_updater.h",
3277 "views/arc_app_dialog_view.cc", 3273 "views/arc_app_dialog_view.cc",
3278 ] 3274 ]
3279 } 3275 }
3280 if (is_desktop_linux) {
3281 sources += [
3282 "views/app_list/linux/app_list_linux.cc",
3283 "views/app_list/linux/app_list_linux.h",
3284 "views/app_list/linux/app_list_service_linux.cc",
3285 "views/app_list/linux/app_list_service_linux.h",
3286 ]
3287 }
3288 if (!is_mac && !use_ash) {
3289 sources += [
3290 "app_list/app_list_controller_delegate_views.cc",
3291 "app_list/app_list_controller_delegate_views.h",
3292 "app_list/app_list_service_views.cc",
3293 "app_list/app_list_service_views.h",
3294 "app_list/app_list_shower_views.cc",
3295 "app_list/app_list_shower_views.h",
3296 ]
3297 }
3298 deps += [ "//ui/app_list" ] 3276 deps += [ "//ui/app_list" ]
3299 } else { 3277 } else {
3300 sources += [ 3278 sources += [
3301 "app_list/app_list_service.h", 3279 "app_list/app_list_service.h",
3302 "app_list/app_list_service_disabled.cc", 3280 "app_list/app_list_service_disabled.cc",
3303 "app_list/app_list_service_disabled_mac.h", 3281 "app_list/app_list_service_disabled_mac.h",
3304 "app_list/app_list_service_disabled_mac.mm", 3282 "app_list/app_list_service_disabled_mac.mm",
3305 ] 3283 ]
3306 } 3284 }
3307 if (!android_java_ui) { 3285 if (!android_java_ui) {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3495 "test/test_confirm_bubble_model.cc", 3473 "test/test_confirm_bubble_model.cc",
3496 "test/test_confirm_bubble_model.h", 3474 "test/test_confirm_bubble_model.h",
3497 ] 3475 ]
3498 deps += [ "//chrome/test:test_support_ui" ] 3476 deps += [ "//chrome/test:test_support_ui" ]
3499 } 3477 }
3500 3478
3501 if (enable_extensions) { 3479 if (enable_extensions) {
3502 deps += [ "//extensions/browser" ] 3480 deps += [ "//extensions/browser" ]
3503 } 3481 }
3504 } 3482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698