| 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_client.cc", | 1204 "ash/system_tray_client.cc", |
| 1205 "ash/system_tray_client.h", | 1205 "ash/system_tray_client.h", |
| 1206 "ash/system_tray_common.cc", | |
| 1207 "ash/system_tray_common.h", | |
| 1208 "extensions/extension_installed_notification.cc", | 1206 "extensions/extension_installed_notification.cc", |
| 1209 "extensions/extension_installed_notification.h", | 1207 "extensions/extension_installed_notification.h", |
| 1210 "input_method/input_method_engine_base.cc", | 1208 "input_method/input_method_engine_base.cc", |
| 1211 "input_method/input_method_engine_base.h", | 1209 "input_method/input_method_engine_base.h", |
| 1212 "views/apps/chrome_native_app_window_views_aura_ash.cc", | 1210 "views/apps/chrome_native_app_window_views_aura_ash.cc", |
| 1213 "views/apps/chrome_native_app_window_views_aura_ash.h", | 1211 "views/apps/chrome_native_app_window_views_aura_ash.h", |
| 1214 "views/intent_picker_bubble_view.cc", | 1212 "views/intent_picker_bubble_view.cc", |
| 1215 "views/intent_picker_bubble_view.h", | 1213 "views/intent_picker_bubble_view.h", |
| 1216 | 1214 |
| 1217 # On chromeos, file manager extension handles the file open/save dialog. | 1215 # On chromeos, file manager extension handles the file open/save dialog. |
| (...skipping 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3423 "test/test_confirm_bubble_model.cc", | 3421 "test/test_confirm_bubble_model.cc", |
| 3424 "test/test_confirm_bubble_model.h", | 3422 "test/test_confirm_bubble_model.h", |
| 3425 ] | 3423 ] |
| 3426 deps += [ "//chrome/test:test_support_ui" ] | 3424 deps += [ "//chrome/test:test_support_ui" ] |
| 3427 } | 3425 } |
| 3428 | 3426 |
| 3429 if (enable_extensions) { | 3427 if (enable_extensions) { |
| 3430 deps += [ "//extensions/browser" ] | 3428 deps += [ "//extensions/browser" ] |
| 3431 } | 3429 } |
| 3432 } | 3430 } |
| OLD | NEW |