| 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 3355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3366 "app_list/arc/arc_package_syncable_service_factory.cc", | 3366 "app_list/arc/arc_package_syncable_service_factory.cc", |
| 3367 "app_list/arc/arc_package_syncable_service_factory.h", | 3367 "app_list/arc/arc_package_syncable_service_factory.h", |
| 3368 "app_list/search/arc_app_result.cc", | 3368 "app_list/search/arc_app_result.cc", |
| 3369 "app_list/search/arc_app_result.h", | 3369 "app_list/search/arc_app_result.h", |
| 3370 "ash/launcher/arc_app_deferred_launcher_controller.cc", | 3370 "ash/launcher/arc_app_deferred_launcher_controller.cc", |
| 3371 "ash/launcher/arc_app_deferred_launcher_controller.h", | 3371 "ash/launcher/arc_app_deferred_launcher_controller.h", |
| 3372 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", | 3372 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", |
| 3373 "ash/launcher/arc_app_deferred_launcher_item_controller.h", | 3373 "ash/launcher/arc_app_deferred_launcher_item_controller.h", |
| 3374 "ash/launcher/arc_app_shelf_id.cc", | 3374 "ash/launcher/arc_app_shelf_id.cc", |
| 3375 "ash/launcher/arc_app_shelf_id.h", | 3375 "ash/launcher/arc_app_shelf_id.h", |
| 3376 "ash/launcher/arc_app_window.cc", |
| 3377 "ash/launcher/arc_app_window.h", |
| 3376 "ash/launcher/arc_app_window_launcher_controller.cc", | 3378 "ash/launcher/arc_app_window_launcher_controller.cc", |
| 3377 "ash/launcher/arc_app_window_launcher_controller.h", | 3379 "ash/launcher/arc_app_window_launcher_controller.h", |
| 3378 "ash/launcher/arc_app_window_launcher_item_controller.cc", | 3380 "ash/launcher/arc_app_window_launcher_item_controller.cc", |
| 3379 "ash/launcher/arc_app_window_launcher_item_controller.h", | 3381 "ash/launcher/arc_app_window_launcher_item_controller.h", |
| 3380 "ash/launcher/arc_launcher_context_menu.cc", | 3382 "ash/launcher/arc_launcher_context_menu.cc", |
| 3381 "ash/launcher/arc_launcher_context_menu.h", | 3383 "ash/launcher/arc_launcher_context_menu.h", |
| 3382 "ash/launcher/launcher_arc_app_updater.cc", | 3384 "ash/launcher/launcher_arc_app_updater.cc", |
| 3383 "ash/launcher/launcher_arc_app_updater.h", | 3385 "ash/launcher/launcher_arc_app_updater.h", |
| 3384 "views/arc_app_dialog_view.cc", | 3386 "views/arc_app_dialog_view.cc", |
| 3385 ] | 3387 ] |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3602 deps += [ | 3604 deps += [ |
| 3603 "//chrome/test:test_support_ui", | 3605 "//chrome/test:test_support_ui", |
| 3604 "//components/zoom", | 3606 "//components/zoom", |
| 3605 ] | 3607 ] |
| 3606 } | 3608 } |
| 3607 | 3609 |
| 3608 if (enable_extensions) { | 3610 if (enable_extensions) { |
| 3609 deps += [ "//extensions/browser" ] | 3611 deps += [ "//extensions/browser" ] |
| 3610 } | 3612 } |
| 3611 } | 3613 } |
| OLD | NEW |