| 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 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1360 "ash/launcher/extension_launcher_context_menu.cc", | 1360 "ash/launcher/extension_launcher_context_menu.cc", |
| 1361 "ash/launcher/extension_launcher_context_menu.h", | 1361 "ash/launcher/extension_launcher_context_menu.h", |
| 1362 "ash/launcher/launcher_app_updater.cc", | 1362 "ash/launcher/launcher_app_updater.cc", |
| 1363 "ash/launcher/launcher_app_updater.h", | 1363 "ash/launcher/launcher_app_updater.h", |
| 1364 "ash/launcher/launcher_context_menu.cc", | 1364 "ash/launcher/launcher_context_menu.cc", |
| 1365 "ash/launcher/launcher_context_menu.h", | 1365 "ash/launcher/launcher_context_menu.h", |
| 1366 "ash/launcher/launcher_controller_helper.cc", | 1366 "ash/launcher/launcher_controller_helper.cc", |
| 1367 "ash/launcher/launcher_controller_helper.h", | 1367 "ash/launcher/launcher_controller_helper.h", |
| 1368 "ash/launcher/launcher_extension_app_updater.cc", | 1368 "ash/launcher/launcher_extension_app_updater.cc", |
| 1369 "ash/launcher/launcher_extension_app_updater.h", | 1369 "ash/launcher/launcher_extension_app_updater.h", |
| 1370 "ash/launcher/launcher_favicon_loader.cc", | |
| 1371 "ash/launcher/launcher_favicon_loader.h", | |
| 1372 "ash/launcher/multi_profile_app_window_launcher_controller.cc", | 1370 "ash/launcher/multi_profile_app_window_launcher_controller.cc", |
| 1373 "ash/launcher/multi_profile_app_window_launcher_controller.h", | 1371 "ash/launcher/multi_profile_app_window_launcher_controller.h", |
| 1374 "ash/launcher/multi_profile_browser_status_monitor.cc", | 1372 "ash/launcher/multi_profile_browser_status_monitor.cc", |
| 1375 "ash/launcher/multi_profile_browser_status_monitor.h", | 1373 "ash/launcher/multi_profile_browser_status_monitor.h", |
| 1376 "ash/launcher/settings_window_observer.cc", | 1374 "ash/launcher/settings_window_observer.cc", |
| 1377 "ash/launcher/settings_window_observer.h", | 1375 "ash/launcher/settings_window_observer.h", |
| 1378 "ash/media_client.cc", | 1376 "ash/media_client.cc", |
| 1379 "ash/media_client.h", | 1377 "ash/media_client.h", |
| 1380 "ash/multi_user/multi_user_context_menu.h", | 1378 "ash/multi_user/multi_user_context_menu.h", |
| 1381 "ash/multi_user/multi_user_context_menu_chromeos.cc", | 1379 "ash/multi_user/multi_user_context_menu_chromeos.cc", |
| (...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 "test/test_confirm_bubble_model.cc", | 3595 "test/test_confirm_bubble_model.cc", |
| 3598 "test/test_confirm_bubble_model.h", | 3596 "test/test_confirm_bubble_model.h", |
| 3599 ] | 3597 ] |
| 3600 deps += [ "//chrome/test:test_support_ui" ] | 3598 deps += [ "//chrome/test:test_support_ui" ] |
| 3601 } | 3599 } |
| 3602 | 3600 |
| 3603 if (enable_extensions) { | 3601 if (enable_extensions) { |
| 3604 deps += [ "//extensions/browser" ] | 3602 deps += [ "//extensions/browser" ] |
| 3605 } | 3603 } |
| 3606 } | 3604 } |
| OLD | NEW |