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

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

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Finished comments and merged with the context menu CL. Created 3 years, 6 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 3313 matching lines...) Expand 10 before | Expand all | Expand 10 after
3324 "app_list/search/common/webservice_search_provider.cc", 3324 "app_list/search/common/webservice_search_provider.cc",
3325 "app_list/search/common/webservice_search_provider.h", 3325 "app_list/search/common/webservice_search_provider.h",
3326 "app_list/search/extension_app_result.cc", 3326 "app_list/search/extension_app_result.cc",
3327 "app_list/search/extension_app_result.h", 3327 "app_list/search/extension_app_result.h",
3328 "app_list/search/history_factory.cc", 3328 "app_list/search/history_factory.cc",
3329 "app_list/search/history_factory.h", 3329 "app_list/search/history_factory.h",
3330 "app_list/search/omnibox_provider.cc", 3330 "app_list/search/omnibox_provider.cc",
3331 "app_list/search/omnibox_provider.h", 3331 "app_list/search/omnibox_provider.h",
3332 "app_list/search/omnibox_result.cc", 3332 "app_list/search/omnibox_result.cc",
3333 "app_list/search/omnibox_result.h", 3333 "app_list/search/omnibox_result.h",
3334 "app_list/search/playstore/playstore_search_provider.cc",
3335 "app_list/search/playstore/playstore_search_provider.h",
3336 "app_list/search/playstore/playstore_search_result.cc",
3337 "app_list/search/playstore/playstore_search_result.h",
3334 "app_list/search/search_controller_factory.cc", 3338 "app_list/search/search_controller_factory.cc",
3335 "app_list/search/search_controller_factory.h", 3339 "app_list/search/search_controller_factory.h",
3336 "app_list/search/search_resource_manager.cc", 3340 "app_list/search/search_resource_manager.cc",
3337 "app_list/search/search_resource_manager.h", 3341 "app_list/search/search_resource_manager.h",
3338 "app_list/search/search_util.cc", 3342 "app_list/search/search_util.cc",
3339 "app_list/search/search_util.h", 3343 "app_list/search/search_util.h",
3340 "app_list/search/search_webstore_result.cc", 3344 "app_list/search/search_webstore_result.cc",
3341 "app_list/search/search_webstore_result.h", 3345 "app_list/search/search_webstore_result.h",
3342 "app_list/search/suggestions/suggestions_search_provider.cc", 3346 "app_list/search/suggestions/suggestions_search_provider.cc",
3343 "app_list/search/suggestions/suggestions_search_provider.h", 3347 "app_list/search/suggestions/suggestions_search_provider.h",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
3387 "app_list/arc/arc_app_utils.cc", 3391 "app_list/arc/arc_app_utils.cc",
3388 "app_list/arc/arc_app_utils.h", 3392 "app_list/arc/arc_app_utils.h",
3389 "app_list/arc/arc_default_app_list.cc", 3393 "app_list/arc/arc_default_app_list.cc",
3390 "app_list/arc/arc_default_app_list.h", 3394 "app_list/arc/arc_default_app_list.h",
3391 "app_list/arc/arc_package_sync_data_type_controller.cc", 3395 "app_list/arc/arc_package_sync_data_type_controller.cc",
3392 "app_list/arc/arc_package_sync_data_type_controller.h", 3396 "app_list/arc/arc_package_sync_data_type_controller.h",
3393 "app_list/arc/arc_package_syncable_service.cc", 3397 "app_list/arc/arc_package_syncable_service.cc",
3394 "app_list/arc/arc_package_syncable_service.h", 3398 "app_list/arc/arc_package_syncable_service.h",
3395 "app_list/arc/arc_package_syncable_service_factory.cc", 3399 "app_list/arc/arc_package_syncable_service_factory.cc",
3396 "app_list/arc/arc_package_syncable_service_factory.h", 3400 "app_list/arc/arc_package_syncable_service_factory.h",
3401 "app_list/playstore_app_context_menu.cc",
3402 "app_list/playstore_app_context_menu.h",
3397 "app_list/search/arc_app_result.cc", 3403 "app_list/search/arc_app_result.cc",
3398 "app_list/search/arc_app_result.h", 3404 "app_list/search/arc_app_result.h",
3399 "ash/launcher/arc_app_deferred_launcher_controller.cc", 3405 "ash/launcher/arc_app_deferred_launcher_controller.cc",
3400 "ash/launcher/arc_app_deferred_launcher_controller.h", 3406 "ash/launcher/arc_app_deferred_launcher_controller.h",
3401 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", 3407 "ash/launcher/arc_app_deferred_launcher_item_controller.cc",
3402 "ash/launcher/arc_app_deferred_launcher_item_controller.h", 3408 "ash/launcher/arc_app_deferred_launcher_item_controller.h",
3403 "ash/launcher/arc_app_shelf_id.cc", 3409 "ash/launcher/arc_app_shelf_id.cc",
3404 "ash/launcher/arc_app_shelf_id.h", 3410 "ash/launcher/arc_app_shelf_id.h",
3405 "ash/launcher/arc_app_window.cc", 3411 "ash/launcher/arc_app_window.cc",
3406 "ash/launcher/arc_app_window.h", 3412 "ash/launcher/arc_app_window.h",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 deps += [ 3644 deps += [
3639 "//chrome/test:test_support_ui", 3645 "//chrome/test:test_support_ui",
3640 "//components/zoom", 3646 "//components/zoom",
3641 ] 3647 ]
3642 } 3648 }
3643 3649
3644 if (enable_extensions) { 3650 if (enable_extensions) {
3645 deps += [ "//extensions/browser" ] 3651 deps += [ "//extensions/browser" ]
3646 } 3652 }
3647 } 3653 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698