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 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1222 if (is_chromeos) { | 1222 if (is_chromeos) { |
1223 sources += [ | 1223 sources += [ |
1224 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", | 1224 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", |
1225 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", | 1225 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", |
1226 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", | 1226 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", |
1227 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, | 1227 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, |
1228 "app_list/search/launcher_search/launcher_search_provider.cc", | 1228 "app_list/search/launcher_search/launcher_search_provider.cc", |
1229 "app_list/search/launcher_search/launcher_search_provider.h", | 1229 "app_list/search/launcher_search/launcher_search_provider.h", |
1230 "app_list/search/launcher_search/launcher_search_result.cc", | 1230 "app_list/search/launcher_search/launcher_search_result.cc", |
1231 "app_list/search/launcher_search/launcher_search_result.h", | 1231 "app_list/search/launcher_search/launcher_search_result.h", |
| 1232 "ash/session_controller_client.cc", |
| 1233 "ash/session_controller_client.h", |
1232 "ash/system_tray_client.cc", | 1234 "ash/system_tray_client.cc", |
1233 "ash/system_tray_client.h", | 1235 "ash/system_tray_client.h", |
1234 "extensions/extension_installed_notification.cc", | 1236 "extensions/extension_installed_notification.cc", |
1235 "extensions/extension_installed_notification.h", | 1237 "extensions/extension_installed_notification.h", |
1236 "input_method/input_method_engine_base.cc", | 1238 "input_method/input_method_engine_base.cc", |
1237 "input_method/input_method_engine_base.h", | 1239 "input_method/input_method_engine_base.h", |
1238 "views/apps/chrome_native_app_window_views_aura_ash.cc", | 1240 "views/apps/chrome_native_app_window_views_aura_ash.cc", |
1239 "views/apps/chrome_native_app_window_views_aura_ash.h", | 1241 "views/apps/chrome_native_app_window_views_aura_ash.h", |
1240 "views/intent_picker_bubble_view.cc", | 1242 "views/intent_picker_bubble_view.cc", |
1241 "views/intent_picker_bubble_view.h", | 1243 "views/intent_picker_bubble_view.h", |
(...skipping 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3482 "test/test_confirm_bubble_model.cc", | 3484 "test/test_confirm_bubble_model.cc", |
3483 "test/test_confirm_bubble_model.h", | 3485 "test/test_confirm_bubble_model.h", |
3484 ] | 3486 ] |
3485 deps += [ "//chrome/test:test_support_ui" ] | 3487 deps += [ "//chrome/test:test_support_ui" ] |
3486 } | 3488 } |
3487 | 3489 |
3488 if (enable_extensions) { | 3490 if (enable_extensions) { |
3489 deps += [ "//extensions/browser" ] | 3491 deps += [ "//extensions/browser" ] |
3490 } | 3492 } |
3491 } | 3493 } |
OLD | NEW |