| 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 3209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3220 "app_list/start_page_service_factory.h", | 3220 "app_list/start_page_service_factory.h", |
| 3221 "webui/app_list/start_page_handler.cc", | 3221 "webui/app_list/start_page_handler.cc", |
| 3222 "webui/app_list/start_page_handler.h", | 3222 "webui/app_list/start_page_handler.h", |
| 3223 "webui/app_list/start_page_ui.cc", | 3223 "webui/app_list/start_page_ui.cc", |
| 3224 "webui/app_list/start_page_ui.h", | 3224 "webui/app_list/start_page_ui.h", |
| 3225 ] | 3225 ] |
| 3226 if (is_chromeos) { | 3226 if (is_chromeos) { |
| 3227 sources += [ | 3227 sources += [ |
| 3228 "app_list/arc/arc_app_context_menu.cc", | 3228 "app_list/arc/arc_app_context_menu.cc", |
| 3229 "app_list/arc/arc_app_context_menu.h", | 3229 "app_list/arc/arc_app_context_menu.h", |
| 3230 "app_list/arc/arc_app_dialog.h", |
| 3230 "app_list/arc/arc_app_icon.cc", | 3231 "app_list/arc/arc_app_icon.cc", |
| 3231 "app_list/arc/arc_app_icon.h", | 3232 "app_list/arc/arc_app_icon.h", |
| 3232 "app_list/arc/arc_app_icon_loader.cc", | 3233 "app_list/arc/arc_app_icon_loader.cc", |
| 3233 "app_list/arc/arc_app_icon_loader.h", | 3234 "app_list/arc/arc_app_icon_loader.h", |
| 3234 "app_list/arc/arc_app_item.cc", | 3235 "app_list/arc/arc_app_item.cc", |
| 3235 "app_list/arc/arc_app_item.h", | 3236 "app_list/arc/arc_app_item.h", |
| 3236 "app_list/arc/arc_app_launcher.cc", | 3237 "app_list/arc/arc_app_launcher.cc", |
| 3237 "app_list/arc/arc_app_launcher.h", | 3238 "app_list/arc/arc_app_launcher.h", |
| 3238 "app_list/arc/arc_app_list_prefs.cc", | 3239 "app_list/arc/arc_app_list_prefs.cc", |
| 3239 "app_list/arc/arc_app_list_prefs.h", | 3240 "app_list/arc/arc_app_list_prefs.h", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 3258 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", | 3259 "ash/launcher/arc_app_deferred_launcher_item_controller.cc", |
| 3259 "ash/launcher/arc_app_deferred_launcher_item_controller.h", | 3260 "ash/launcher/arc_app_deferred_launcher_item_controller.h", |
| 3260 "ash/launcher/arc_app_window_launcher_controller.cc", | 3261 "ash/launcher/arc_app_window_launcher_controller.cc", |
| 3261 "ash/launcher/arc_app_window_launcher_controller.h", | 3262 "ash/launcher/arc_app_window_launcher_controller.h", |
| 3262 "ash/launcher/arc_app_window_launcher_item_controller.cc", | 3263 "ash/launcher/arc_app_window_launcher_item_controller.cc", |
| 3263 "ash/launcher/arc_app_window_launcher_item_controller.h", | 3264 "ash/launcher/arc_app_window_launcher_item_controller.h", |
| 3264 "ash/launcher/arc_launcher_context_menu.cc", | 3265 "ash/launcher/arc_launcher_context_menu.cc", |
| 3265 "ash/launcher/arc_launcher_context_menu.h", | 3266 "ash/launcher/arc_launcher_context_menu.h", |
| 3266 "ash/launcher/launcher_arc_app_updater.cc", | 3267 "ash/launcher/launcher_arc_app_updater.cc", |
| 3267 "ash/launcher/launcher_arc_app_updater.h", | 3268 "ash/launcher/launcher_arc_app_updater.h", |
| 3269 "views/arc_app_dialog_view.cc", |
| 3268 ] | 3270 ] |
| 3269 } | 3271 } |
| 3270 if (is_desktop_linux) { | 3272 if (is_desktop_linux) { |
| 3271 sources += [ | 3273 sources += [ |
| 3272 "views/app_list/linux/app_list_linux.cc", | 3274 "views/app_list/linux/app_list_linux.cc", |
| 3273 "views/app_list/linux/app_list_linux.h", | 3275 "views/app_list/linux/app_list_linux.h", |
| 3274 "views/app_list/linux/app_list_service_linux.cc", | 3276 "views/app_list/linux/app_list_service_linux.cc", |
| 3275 "views/app_list/linux/app_list_service_linux.h", | 3277 "views/app_list/linux/app_list_service_linux.h", |
| 3276 ] | 3278 ] |
| 3277 } | 3279 } |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3483 "test/test_confirm_bubble_model.cc", | 3485 "test/test_confirm_bubble_model.cc", |
| 3484 "test/test_confirm_bubble_model.h", | 3486 "test/test_confirm_bubble_model.h", |
| 3485 ] | 3487 ] |
| 3486 deps += [ "//chrome/test:test_support_ui" ] | 3488 deps += [ "//chrome/test:test_support_ui" ] |
| 3487 } | 3489 } |
| 3488 | 3490 |
| 3489 if (enable_extensions) { | 3491 if (enable_extensions) { |
| 3490 deps += [ "//extensions/browser" ] | 3492 deps += [ "//extensions/browser" ] |
| 3491 } | 3493 } |
| 3492 } | 3494 } |
| OLD | NEW |