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

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

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Merge API and implementation. 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 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after
3308 "app_list/search/common/webservice_search_provider.cc", 3308 "app_list/search/common/webservice_search_provider.cc",
3309 "app_list/search/common/webservice_search_provider.h", 3309 "app_list/search/common/webservice_search_provider.h",
3310 "app_list/search/extension_app_result.cc", 3310 "app_list/search/extension_app_result.cc",
3311 "app_list/search/extension_app_result.h", 3311 "app_list/search/extension_app_result.h",
3312 "app_list/search/history_factory.cc", 3312 "app_list/search/history_factory.cc",
3313 "app_list/search/history_factory.h", 3313 "app_list/search/history_factory.h",
3314 "app_list/search/omnibox_provider.cc", 3314 "app_list/search/omnibox_provider.cc",
3315 "app_list/search/omnibox_provider.h", 3315 "app_list/search/omnibox_provider.h",
3316 "app_list/search/omnibox_result.cc", 3316 "app_list/search/omnibox_result.cc",
3317 "app_list/search/omnibox_result.h", 3317 "app_list/search/omnibox_result.h",
3318 "app_list/search/playstore/playstore_search_provider.cc",
3319 "app_list/search/playstore/playstore_search_provider.h",
3320 "app_list/search/playstore/playstore_search_result.cc",
3321 "app_list/search/playstore/playstore_search_result.h",
3318 "app_list/search/search_controller_factory.cc", 3322 "app_list/search/search_controller_factory.cc",
3319 "app_list/search/search_controller_factory.h", 3323 "app_list/search/search_controller_factory.h",
3320 "app_list/search/search_resource_manager.cc", 3324 "app_list/search/search_resource_manager.cc",
3321 "app_list/search/search_resource_manager.h", 3325 "app_list/search/search_resource_manager.h",
3322 "app_list/search/search_util.cc", 3326 "app_list/search/search_util.cc",
3323 "app_list/search/search_util.h", 3327 "app_list/search/search_util.h",
3324 "app_list/search/search_webstore_result.cc", 3328 "app_list/search/search_webstore_result.cc",
3325 "app_list/search/search_webstore_result.h", 3329 "app_list/search/search_webstore_result.h",
3326 "app_list/search/suggestions/suggestions_search_provider.cc", 3330 "app_list/search/suggestions/suggestions_search_provider.cc",
3327 "app_list/search/suggestions/suggestions_search_provider.h", 3331 "app_list/search/suggestions/suggestions_search_provider.h",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 deps += [ 3624 deps += [
3621 "//chrome/test:test_support_ui", 3625 "//chrome/test:test_support_ui",
3622 "//components/zoom", 3626 "//components/zoom",
3623 ] 3627 ]
3624 } 3628 }
3625 3629
3626 if (enable_extensions) { 3630 if (enable_extensions) {
3627 deps += [ "//extensions/browser" ] 3631 deps += [ "//extensions/browser" ]
3628 } 3632 }
3629 } 3633 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698