| 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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1194 if (is_chromeos) { | 1194 if (is_chromeos) { |
| 1195 sources += [ | 1195 sources += [ |
| 1196 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", | 1196 "app_list/search/launcher_search/launcher_search_icon_image_loader.cc", |
| 1197 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", | 1197 "app_list/search/launcher_search/launcher_search_icon_image_loader.h", |
| 1198 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", | 1198 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.cc
", |
| 1199 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, | 1199 "app_list/search/launcher_search/launcher_search_icon_image_loader_impl.h"
, |
| 1200 "app_list/search/launcher_search/launcher_search_provider.cc", | 1200 "app_list/search/launcher_search/launcher_search_provider.cc", |
| 1201 "app_list/search/launcher_search/launcher_search_provider.h", | 1201 "app_list/search/launcher_search/launcher_search_provider.h", |
| 1202 "app_list/search/launcher_search/launcher_search_result.cc", | 1202 "app_list/search/launcher_search/launcher_search_result.cc", |
| 1203 "app_list/search/launcher_search/launcher_search_result.h", | 1203 "app_list/search/launcher_search/launcher_search_result.h", |
| 1204 "ash/system_tray_controller_mus.cc", | 1204 "ash/system_tray_client.cc", |
| 1205 "ash/system_tray_controller_mus.h", | 1205 "ash/system_tray_client.h", |
| 1206 "ash/system_tray_common.cc", |
| 1207 "ash/system_tray_common.h", |
| 1206 "extensions/extension_installed_notification.cc", | 1208 "extensions/extension_installed_notification.cc", |
| 1207 "extensions/extension_installed_notification.h", | 1209 "extensions/extension_installed_notification.h", |
| 1208 "input_method/input_method_engine_base.cc", | 1210 "input_method/input_method_engine_base.cc", |
| 1209 "input_method/input_method_engine_base.h", | 1211 "input_method/input_method_engine_base.h", |
| 1210 "views/apps/chrome_native_app_window_views_aura_ash.cc", | 1212 "views/apps/chrome_native_app_window_views_aura_ash.cc", |
| 1211 "views/apps/chrome_native_app_window_views_aura_ash.h", | 1213 "views/apps/chrome_native_app_window_views_aura_ash.h", |
| 1212 "views/intent_picker_bubble_view.cc", | 1214 "views/intent_picker_bubble_view.cc", |
| 1213 "views/intent_picker_bubble_view.h", | 1215 "views/intent_picker_bubble_view.h", |
| 1214 | 1216 |
| 1215 # On chromeos, file manager extension handles the file open/save dialog. | 1217 # On chromeos, file manager extension handles the file open/save dialog. |
| (...skipping 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3418 "passwords/passwords_model_delegate_mock.cc", | 3420 "passwords/passwords_model_delegate_mock.cc", |
| 3419 "passwords/passwords_model_delegate_mock.h", | 3421 "passwords/passwords_model_delegate_mock.h", |
| 3420 ] | 3422 ] |
| 3421 deps += [ "//chrome/test:test_support_ui" ] | 3423 deps += [ "//chrome/test:test_support_ui" ] |
| 3422 } | 3424 } |
| 3423 | 3425 |
| 3424 if (enable_extensions) { | 3426 if (enable_extensions) { |
| 3425 deps += [ "//extensions/browser" ] | 3427 deps += [ "//extensions/browser" ] |
| 3426 } | 3428 } |
| 3427 } | 3429 } |
| OLD | NEW |