| 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 3203 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3214       "app_list/start_page_service_factory.h", |  3214       "app_list/start_page_service_factory.h", | 
|  3215       "webui/app_list/start_page_handler.cc", |  3215       "webui/app_list/start_page_handler.cc", | 
|  3216       "webui/app_list/start_page_handler.h", |  3216       "webui/app_list/start_page_handler.h", | 
|  3217       "webui/app_list/start_page_ui.cc", |  3217       "webui/app_list/start_page_ui.cc", | 
|  3218       "webui/app_list/start_page_ui.h", |  3218       "webui/app_list/start_page_ui.h", | 
|  3219     ] |  3219     ] | 
|  3220     if (is_chromeos) { |  3220     if (is_chromeos) { | 
|  3221       sources += [ |  3221       sources += [ | 
|  3222         "app_list/arc/arc_app_context_menu.cc", |  3222         "app_list/arc/arc_app_context_menu.cc", | 
|  3223         "app_list/arc/arc_app_context_menu.h", |  3223         "app_list/arc/arc_app_context_menu.h", | 
 |  3224         "app_list/arc/arc_app_dialog.h", | 
|  3224         "app_list/arc/arc_app_icon.cc", |  3225         "app_list/arc/arc_app_icon.cc", | 
|  3225         "app_list/arc/arc_app_icon.h", |  3226         "app_list/arc/arc_app_icon.h", | 
|  3226         "app_list/arc/arc_app_icon_loader.cc", |  3227         "app_list/arc/arc_app_icon_loader.cc", | 
|  3227         "app_list/arc/arc_app_icon_loader.h", |  3228         "app_list/arc/arc_app_icon_loader.h", | 
|  3228         "app_list/arc/arc_app_item.cc", |  3229         "app_list/arc/arc_app_item.cc", | 
|  3229         "app_list/arc/arc_app_item.h", |  3230         "app_list/arc/arc_app_item.h", | 
|  3230         "app_list/arc/arc_app_launcher.cc", |  3231         "app_list/arc/arc_app_launcher.cc", | 
|  3231         "app_list/arc/arc_app_launcher.h", |  3232         "app_list/arc/arc_app_launcher.h", | 
|  3232         "app_list/arc/arc_app_list_prefs.cc", |  3233         "app_list/arc/arc_app_list_prefs.cc", | 
|  3233         "app_list/arc/arc_app_list_prefs.h", |  3234         "app_list/arc/arc_app_list_prefs.h", | 
| (...skipping 20 matching lines...) Expand all  Loading... | 
|  3254         "ash/launcher/arc_app_shelf_id.cc", |  3255         "ash/launcher/arc_app_shelf_id.cc", | 
|  3255         "ash/launcher/arc_app_shelf_id.h", |  3256         "ash/launcher/arc_app_shelf_id.h", | 
|  3256         "ash/launcher/arc_app_window_launcher_controller.cc", |  3257         "ash/launcher/arc_app_window_launcher_controller.cc", | 
|  3257         "ash/launcher/arc_app_window_launcher_controller.h", |  3258         "ash/launcher/arc_app_window_launcher_controller.h", | 
|  3258         "ash/launcher/arc_app_window_launcher_item_controller.cc", |  3259         "ash/launcher/arc_app_window_launcher_item_controller.cc", | 
|  3259         "ash/launcher/arc_app_window_launcher_item_controller.h", |  3260         "ash/launcher/arc_app_window_launcher_item_controller.h", | 
|  3260         "ash/launcher/arc_launcher_context_menu.cc", |  3261         "ash/launcher/arc_launcher_context_menu.cc", | 
|  3261         "ash/launcher/arc_launcher_context_menu.h", |  3262         "ash/launcher/arc_launcher_context_menu.h", | 
|  3262         "ash/launcher/launcher_arc_app_updater.cc", |  3263         "ash/launcher/launcher_arc_app_updater.cc", | 
|  3263         "ash/launcher/launcher_arc_app_updater.h", |  3264         "ash/launcher/launcher_arc_app_updater.h", | 
 |  3265         "views/arc_app_dialog_view.cc", | 
|  3264       ] |  3266       ] | 
|  3265     } |  3267     } | 
|  3266     if (is_desktop_linux) { |  3268     if (is_desktop_linux) { | 
|  3267       sources += [ |  3269       sources += [ | 
|  3268         "views/app_list/linux/app_list_linux.cc", |  3270         "views/app_list/linux/app_list_linux.cc", | 
|  3269         "views/app_list/linux/app_list_linux.h", |  3271         "views/app_list/linux/app_list_linux.h", | 
|  3270         "views/app_list/linux/app_list_service_linux.cc", |  3272         "views/app_list/linux/app_list_service_linux.cc", | 
|  3271         "views/app_list/linux/app_list_service_linux.h", |  3273         "views/app_list/linux/app_list_service_linux.h", | 
|  3272       ] |  3274       ] | 
|  3273     } |  3275     } | 
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3479       "test/test_confirm_bubble_model.cc", |  3481       "test/test_confirm_bubble_model.cc", | 
|  3480       "test/test_confirm_bubble_model.h", |  3482       "test/test_confirm_bubble_model.h", | 
|  3481     ] |  3483     ] | 
|  3482     deps += [ "//chrome/test:test_support_ui" ] |  3484     deps += [ "//chrome/test:test_support_ui" ] | 
|  3483   } |  3485   } | 
|  3484  |  3486  | 
|  3485   if (enable_extensions) { |  3487   if (enable_extensions) { | 
|  3486     deps += [ "//extensions/browser" ] |  3488     deps += [ "//extensions/browser" ] | 
|  3487   } |  3489   } | 
|  3488 } |  3490 } | 
| OLD | NEW |