| 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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 if (is_chromeos) { | 1251 if (is_chromeos) { |
| 1252 sources += [ | 1252 sources += [ |
| 1253 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", | 1253 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", |
| 1254 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", | 1254 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", |
| 1255 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", | 1255 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", |
| 1256 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, | 1256 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, |
| 1257 "app_list/search/launcher_search/launcher_search_provider.cc", | 1257 "app_list/search/launcher_search/launcher_search_provider.cc", |
| 1258 "app_list/search/launcher_search/launcher_search_provider.h", | 1258 "app_list/search/launcher_search/launcher_search_provider.h", |
| 1259 "app_list/search/launcher_search/launcher_search_result.cc", | 1259 "app_list/search/launcher_search/launcher_search_result.cc", |
| 1260 "app_list/search/launcher_search/launcher_search_result.h", | 1260 "app_list/search/launcher_search/launcher_search_result.h", |
| 1261 "ash/lock_screen_client_chromeos.cc", |
| 1262 "ash/lock_screen_client_chromeos.h", |
| 1261 "ash/session_controller_client.cc", | 1263 "ash/session_controller_client.cc", |
| 1262 "ash/session_controller_client.h", | 1264 "ash/session_controller_client.h", |
| 1263 "ash/system_tray_client.cc", | 1265 "ash/system_tray_client.cc", |
| 1264 "ash/system_tray_client.h", | 1266 "ash/system_tray_client.h", |
| 1265 "extensions/extension_installed_notification.cc", | 1267 "extensions/extension_installed_notification.cc", |
| 1266 "extensions/extension_installed_notification.h", | 1268 "extensions/extension_installed_notification.h", |
| 1267 "input_method/input_method_engine_base.cc", | 1269 "input_method/input_method_engine_base.cc", |
| 1268 "input_method/input_method_engine_base.h", | 1270 "input_method/input_method_engine_base.h", |
| 1269 "views/apps/chrome_native_app_window_views_aura_ash.cc", | 1271 "views/apps/chrome_native_app_window_views_aura_ash.cc", |
| 1270 "views/apps/chrome_native_app_window_views_aura_ash.h", | 1272 "views/apps/chrome_native_app_window_views_aura_ash.h", |
| (...skipping 2326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 "test/test_confirm_bubble_model.cc", | 3599 "test/test_confirm_bubble_model.cc", |
| 3598 "test/test_confirm_bubble_model.h", | 3600 "test/test_confirm_bubble_model.h", |
| 3599 ] | 3601 ] |
| 3600 deps += [ "//chrome/test:test_support_ui" ] | 3602 deps += [ "//chrome/test:test_support_ui" ] |
| 3601 } | 3603 } |
| 3602 | 3604 |
| 3603 if (enable_extensions) { | 3605 if (enable_extensions) { |
| 3604 deps += [ "//extensions/browser" ] | 3606 deps += [ "//extensions/browser" ] |
| 3605 } | 3607 } |
| 3606 } | 3608 } |
| OLD | NEW |