| 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 1258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 "ash/ash_util.cc", | 1269 "ash/ash_util.cc", |
| 1270 "ash/ash_util.h", | 1270 "ash/ash_util.h", |
| 1271 "ash/cast_config_delegate_chromeos.cc", | 1271 "ash/cast_config_delegate_chromeos.cc", |
| 1272 "ash/cast_config_delegate_chromeos.h", | 1272 "ash/cast_config_delegate_chromeos.h", |
| 1273 "ash/cast_config_delegate_media_router.cc", | 1273 "ash/cast_config_delegate_media_router.cc", |
| 1274 "ash/cast_config_delegate_media_router.h", | 1274 "ash/cast_config_delegate_media_router.h", |
| 1275 "ash/chrome_keyboard_ui.cc", | 1275 "ash/chrome_keyboard_ui.cc", |
| 1276 "ash/chrome_keyboard_ui.h", | 1276 "ash/chrome_keyboard_ui.h", |
| 1277 "ash/chrome_launcher_prefs.cc", | 1277 "ash/chrome_launcher_prefs.cc", |
| 1278 "ash/chrome_launcher_prefs.h", | 1278 "ash/chrome_launcher_prefs.h", |
| 1279 "ash/chrome_new_window_delegate.cc", | 1279 "ash/chrome_new_window_client.cc", |
| 1280 "ash/chrome_new_window_delegate.h", | 1280 "ash/chrome_new_window_client.h", |
| 1281 "ash/chrome_screenshot_grabber.cc", | 1281 "ash/chrome_screenshot_grabber.cc", |
| 1282 "ash/chrome_screenshot_grabber.h", | 1282 "ash/chrome_screenshot_grabber.h", |
| 1283 "ash/chrome_shell_content_state.cc", | 1283 "ash/chrome_shell_content_state.cc", |
| 1284 "ash/chrome_shell_content_state.h", | 1284 "ash/chrome_shell_content_state.h", |
| 1285 "ash/chrome_shell_content_state_chromeos.cc", | 1285 "ash/chrome_shell_content_state_chromeos.cc", |
| 1286 "ash/chrome_shell_delegate.cc", | 1286 "ash/chrome_shell_delegate.cc", |
| 1287 "ash/chrome_shell_delegate.h", | 1287 "ash/chrome_shell_delegate.h", |
| 1288 "ash/ime_controller_chromeos.cc", | 1288 "ash/ime_controller_chromeos.cc", |
| 1289 "ash/ime_controller_chromeos.h", | 1289 "ash/ime_controller_chromeos.h", |
| 1290 "ash/keyboard_ui_service.cc", | 1290 "ash/keyboard_ui_service.cc", |
| (...skipping 2127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3418 "test/test_confirm_bubble_model.cc", | 3418 "test/test_confirm_bubble_model.cc", |
| 3419 "test/test_confirm_bubble_model.h", | 3419 "test/test_confirm_bubble_model.h", |
| 3420 ] | 3420 ] |
| 3421 deps += [ "//chrome/test:test_support_ui" ] | 3421 deps += [ "//chrome/test:test_support_ui" ] |
| 3422 } | 3422 } |
| 3423 | 3423 |
| 3424 if (enable_extensions) { | 3424 if (enable_extensions) { |
| 3425 deps += [ "//extensions/browser" ] | 3425 deps += [ "//extensions/browser" ] |
| 3426 } | 3426 } |
| 3427 } | 3427 } |
| OLD | NEW |