Chromium Code Reviews| 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 3332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3343 "app_list/search/common/webservice_search_provider.cc", | 3343 "app_list/search/common/webservice_search_provider.cc", |
| 3344 "app_list/search/common/webservice_search_provider.h", | 3344 "app_list/search/common/webservice_search_provider.h", |
| 3345 "app_list/search/extension_app_result.cc", | 3345 "app_list/search/extension_app_result.cc", |
| 3346 "app_list/search/extension_app_result.h", | 3346 "app_list/search/extension_app_result.h", |
| 3347 "app_list/search/history_factory.cc", | 3347 "app_list/search/history_factory.cc", |
| 3348 "app_list/search/history_factory.h", | 3348 "app_list/search/history_factory.h", |
| 3349 "app_list/search/omnibox_provider.cc", | 3349 "app_list/search/omnibox_provider.cc", |
| 3350 "app_list/search/omnibox_provider.h", | 3350 "app_list/search/omnibox_provider.h", |
| 3351 "app_list/search/omnibox_result.cc", | 3351 "app_list/search/omnibox_result.cc", |
| 3352 "app_list/search/omnibox_result.h", | 3352 "app_list/search/omnibox_result.h", |
| 3353 "app_list/search/playstore/playstore_search_provider.cc", | |
|
Luis Héctor Chávez
2017/06/23 15:17:02
For consistency, can you rename these files to
a
Jiaquan He
2017/06/23 16:26:27
Done.
| |
| 3354 "app_list/search/playstore/playstore_search_provider.h", | |
| 3355 "app_list/search/playstore/playstore_search_result.cc", | |
| 3356 "app_list/search/playstore/playstore_search_result.h", | |
| 3353 "app_list/search/search_controller_factory.cc", | 3357 "app_list/search/search_controller_factory.cc", |
| 3354 "app_list/search/search_controller_factory.h", | 3358 "app_list/search/search_controller_factory.h", |
| 3355 "app_list/search/search_resource_manager.cc", | 3359 "app_list/search/search_resource_manager.cc", |
| 3356 "app_list/search/search_resource_manager.h", | 3360 "app_list/search/search_resource_manager.h", |
| 3357 "app_list/search/search_util.cc", | 3361 "app_list/search/search_util.cc", |
| 3358 "app_list/search/search_util.h", | 3362 "app_list/search/search_util.h", |
| 3359 "app_list/search/search_webstore_result.cc", | 3363 "app_list/search/search_webstore_result.cc", |
| 3360 "app_list/search/search_webstore_result.h", | 3364 "app_list/search/search_webstore_result.h", |
| 3361 "app_list/search/suggestions/suggestions_search_provider.cc", | 3365 "app_list/search/suggestions/suggestions_search_provider.cc", |
| 3362 "app_list/search/suggestions/suggestions_search_provider.h", | 3366 "app_list/search/suggestions/suggestions_search_provider.h", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3406 "app_list/arc/arc_app_utils.cc", | 3410 "app_list/arc/arc_app_utils.cc", |
| 3407 "app_list/arc/arc_app_utils.h", | 3411 "app_list/arc/arc_app_utils.h", |
| 3408 "app_list/arc/arc_default_app_list.cc", | 3412 "app_list/arc/arc_default_app_list.cc", |
| 3409 "app_list/arc/arc_default_app_list.h", | 3413 "app_list/arc/arc_default_app_list.h", |
| 3410 "app_list/arc/arc_package_sync_data_type_controller.cc", | 3414 "app_list/arc/arc_package_sync_data_type_controller.cc", |
| 3411 "app_list/arc/arc_package_sync_data_type_controller.h", | 3415 "app_list/arc/arc_package_sync_data_type_controller.h", |
| 3412 "app_list/arc/arc_package_syncable_service.cc", | 3416 "app_list/arc/arc_package_syncable_service.cc", |
| 3413 "app_list/arc/arc_package_syncable_service.h", | 3417 "app_list/arc/arc_package_syncable_service.h", |
| 3414 "app_list/arc/arc_package_syncable_service_factory.cc", | 3418 "app_list/arc/arc_package_syncable_service_factory.cc", |
| 3415 "app_list/arc/arc_package_syncable_service_factory.h", | 3419 "app_list/arc/arc_package_syncable_service_factory.h", |
| 3420 "app_list/playstore_app_context_menu.cc", | |
| 3421 "app_list/playstore_app_context_menu.h", | |
|
Luis Héctor Chávez
2017/06/23 15:17:02
same here:
app_list/arc/arc_playstore_...
Jiaquan He
2017/06/23 16:26:27
Done.
| |
| 3416 "app_list/search/arc_app_result.cc", | 3422 "app_list/search/arc_app_result.cc", |
| 3417 "app_list/search/arc_app_result.h", | 3423 "app_list/search/arc_app_result.h", |
| 3418 "ash/launcher/arc_app_deferred_launcher_controller.cc", | 3424 "ash/launcher/arc_app_deferred_launcher_controller.cc", |
| 3419 "ash/launcher/arc_app_deferred_launcher_controller.h", | 3425 "ash/launcher/arc_app_deferred_launcher_controller.h", |
| 3420 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", | 3426 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", |
| 3421 "ash/launcher/arc_app_deferred_launcher_item_controller.h", | 3427 "ash/launcher/arc_app_deferred_launcher_item_controller.h", |
| 3422 "ash/launcher/arc_app_shelf_id.cc", | 3428 "ash/launcher/arc_app_shelf_id.cc", |
| 3423 "ash/launcher/arc_app_shelf_id.h", | 3429 "ash/launcher/arc_app_shelf_id.h", |
| 3424 "ash/launcher/arc_app_window.cc", | 3430 "ash/launcher/arc_app_window.cc", |
| 3425 "ash/launcher/arc_app_window.h", | 3431 "ash/launcher/arc_app_window.h", |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3657 deps += [ | 3663 deps += [ |
| 3658 "//chrome/test:test_support_ui", | 3664 "//chrome/test:test_support_ui", |
| 3659 "//components/zoom", | 3665 "//components/zoom", |
| 3660 ] | 3666 ] |
| 3661 } | 3667 } |
| 3662 | 3668 |
| 3663 if (enable_extensions) { | 3669 if (enable_extensions) { |
| 3664 deps += [ "//extensions/browser" ] | 3670 deps += [ "//extensions/browser" ] |
| 3665 } | 3671 } |
| 3666 } | 3672 } |
| OLD | NEW |