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

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

Issue 2582743002: Remove obsolete app_list Linux code. (Closed)
Patch Set: Remove more things. Created 4 years 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 3118 matching lines...) Expand 10 before | Expand all | Expand 10 after
3129 sources += [ 3129 sources += [
3130 "app_list/app_context_menu.cc", 3130 "app_list/app_context_menu.cc",
3131 "app_list/app_context_menu.h", 3131 "app_list/app_context_menu.h",
3132 "app_list/app_context_menu_delegate.h", 3132 "app_list/app_context_menu_delegate.h",
3133 "app_list/app_list_controller_delegate.cc", 3133 "app_list/app_list_controller_delegate.cc",
3134 "app_list/app_list_controller_delegate.h", 3134 "app_list/app_list_controller_delegate.h",
3135 "app_list/app_list_controller_delegate_impl.cc", 3135 "app_list/app_list_controller_delegate_impl.cc",
3136 "app_list/app_list_controller_delegate_impl.h", 3136 "app_list/app_list_controller_delegate_impl.h",
3137 "app_list/app_list_model_builder.cc", 3137 "app_list/app_list_model_builder.cc",
3138 "app_list/app_list_model_builder.h", 3138 "app_list/app_list_model_builder.h",
3139 "app_list/app_list_positioner.cc",
3140 "app_list/app_list_positioner.h",
3141 "app_list/app_list_service.cc", 3139 "app_list/app_list_service.cc",
3142 "app_list/app_list_service.h", 3140 "app_list/app_list_service.h",
3143 "app_list/app_list_service_impl.cc", 3141 "app_list/app_list_service_impl.cc",
3144 "app_list/app_list_service_impl.h", 3142 "app_list/app_list_service_impl.h",
3145 "app_list/app_list_syncable_service.cc", 3143 "app_list/app_list_syncable_service.cc",
3146 "app_list/app_list_syncable_service.h", 3144 "app_list/app_list_syncable_service.h",
3147 "app_list/app_list_syncable_service_factory.cc", 3145 "app_list/app_list_syncable_service_factory.cc",
3148 "app_list/app_list_syncable_service_factory.h", 3146 "app_list/app_list_syncable_service_factory.h",
3149 "app_list/app_list_view_delegate.cc", 3147 "app_list/app_list_view_delegate.cc",
3150 "app_list/app_list_view_delegate.h", 3148 "app_list/app_list_view_delegate.h",
3151 "app_list/chrome_app_list_item.cc", 3149 "app_list/chrome_app_list_item.cc",
3152 "app_list/chrome_app_list_item.h", 3150 "app_list/chrome_app_list_item.h",
3153 "app_list/extension_app_context_menu.cc", 3151 "app_list/extension_app_context_menu.cc",
3154 "app_list/extension_app_context_menu.h", 3152 "app_list/extension_app_context_menu.h",
3155 "app_list/extension_app_item.cc", 3153 "app_list/extension_app_item.cc",
3156 "app_list/extension_app_item.h", 3154 "app_list/extension_app_item.h",
3157 "app_list/extension_app_model_builder.cc", 3155 "app_list/extension_app_model_builder.cc",
3158 "app_list/extension_app_model_builder.h", 3156 "app_list/extension_app_model_builder.h",
3159 "app_list/extension_uninstaller.cc", 3157 "app_list/extension_uninstaller.cc",
3160 "app_list/extension_uninstaller.h", 3158 "app_list/extension_uninstaller.h",
3161 "app_list/fast_show_pickler.cc",
3162 "app_list/fast_show_pickler.h",
3163 "app_list/google_now_extension.cc", 3159 "app_list/google_now_extension.cc",
3164 "app_list/google_now_extension.h", 3160 "app_list/google_now_extension.h",
3165 "app_list/launcher_page_event_dispatcher.cc", 3161 "app_list/launcher_page_event_dispatcher.cc",
3166 "app_list/launcher_page_event_dispatcher.h", 3162 "app_list/launcher_page_event_dispatcher.h",
3167 "app_list/profile_loader.cc", 3163 "app_list/profile_loader.cc",
3168 "app_list/profile_loader.h", 3164 "app_list/profile_loader.h",
3169 "app_list/profile_store.h", 3165 "app_list/profile_store.h",
3170 "app_list/search/app_result.cc", 3166 "app_list/search/app_result.cc",
3171 "app_list/search/app_result.h", 3167 "app_list/search/app_result.h",
3172 "app_list/search/app_search_provider.cc", 3168 "app_list/search/app_search_provider.cc",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
3263 "ash/launcher/arc_app_window_launcher_controller.h", 3259 "ash/launcher/arc_app_window_launcher_controller.h",
3264 "ash/launcher/arc_app_window_launcher_item_controller.cc", 3260 "ash/launcher/arc_app_window_launcher_item_controller.cc",
3265 "ash/launcher/arc_app_window_launcher_item_controller.h", 3261 "ash/launcher/arc_app_window_launcher_item_controller.h",
3266 "ash/launcher/arc_launcher_context_menu.cc", 3262 "ash/launcher/arc_launcher_context_menu.cc",
3267 "ash/launcher/arc_launcher_context_menu.h", 3263 "ash/launcher/arc_launcher_context_menu.h",
3268 "ash/launcher/launcher_arc_app_updater.cc", 3264 "ash/launcher/launcher_arc_app_updater.cc",
3269 "ash/launcher/launcher_arc_app_updater.h", 3265 "ash/launcher/launcher_arc_app_updater.h",
3270 "views/arc_app_dialog_view.cc", 3266 "views/arc_app_dialog_view.cc",
3271 ] 3267 ]
3272 } 3268 }
3273 if (is_desktop_linux) {
3274 sources += [
3275 "views/app_list/linux/app_list_linux.cc",
3276 "views/app_list/linux/app_list_linux.h",
3277 "views/app_list/linux/app_list_service_linux.cc",
3278 "views/app_list/linux/app_list_service_linux.h",
3279 ]
3280 }
3281 if (!is_mac && !use_ash) {
3282 sources += [
3283 "app_list/app_list_controller_delegate_views.cc",
3284 "app_list/app_list_controller_delegate_views.h",
3285 "app_list/app_list_service_views.cc",
3286 "app_list/app_list_service_views.h",
3287 "app_list/app_list_shower_views.cc",
3288 "app_list/app_list_shower_views.h",
3289 ]
3290 }
3291 deps += [ "//ui/app_list" ] 3269 deps += [ "//ui/app_list" ]
3292 } else { 3270 } else {
3293 sources += [ 3271 sources += [
3294 "app_list/app_list_service.h", 3272 "app_list/app_list_service.h",
3295 "app_list/app_list_service_disabled.cc", 3273 "app_list/app_list_service_disabled.cc",
3296 "app_list/app_list_service_disabled_mac.h", 3274 "app_list/app_list_service_disabled_mac.h",
3297 "app_list/app_list_service_disabled_mac.mm", 3275 "app_list/app_list_service_disabled_mac.mm",
3298 ] 3276 ]
3299 } 3277 }
3300 if (!android_java_ui) { 3278 if (!android_java_ui) {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 "test/test_confirm_bubble_model.cc", 3466 "test/test_confirm_bubble_model.cc",
3489 "test/test_confirm_bubble_model.h", 3467 "test/test_confirm_bubble_model.h",
3490 ] 3468 ]
3491 deps += [ "//chrome/test:test_support_ui" ] 3469 deps += [ "//chrome/test:test_support_ui" ]
3492 } 3470 }
3493 3471
3494 if (enable_extensions) { 3472 if (enable_extensions) {
3495 deps += [ "//extensions/browser" ] 3473 deps += [ "//extensions/browser" ]
3496 } 3474 }
3497 } 3475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698