| 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 1254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1265 "ash/app_list/app_sync_ui_state_watcher.h", | 1265 "ash/app_list/app_sync_ui_state_watcher.h", |
| 1266 "ash/app_sync_ui_state.cc", | 1266 "ash/app_sync_ui_state.cc", |
| 1267 "ash/app_sync_ui_state.h", | 1267 "ash/app_sync_ui_state.h", |
| 1268 "ash/app_sync_ui_state_factory.cc", | 1268 "ash/app_sync_ui_state_factory.cc", |
| 1269 "ash/app_sync_ui_state_factory.h", | 1269 "ash/app_sync_ui_state_factory.h", |
| 1270 "ash/app_sync_ui_state_observer.h", | 1270 "ash/app_sync_ui_state_observer.h", |
| 1271 "ash/ash_init.cc", | 1271 "ash/ash_init.cc", |
| 1272 "ash/ash_init.h", | 1272 "ash/ash_init.h", |
| 1273 "ash/ash_util.cc", | 1273 "ash/ash_util.cc", |
| 1274 "ash/ash_util.h", | 1274 "ash/ash_util.h", |
| 1275 "ash/cast_config_delegate_chromeos.cc", | |
| 1276 "ash/cast_config_delegate_chromeos.h", | |
| 1277 "ash/cast_config_delegate_media_router.cc", | 1275 "ash/cast_config_delegate_media_router.cc", |
| 1278 "ash/cast_config_delegate_media_router.h", | 1276 "ash/cast_config_delegate_media_router.h", |
| 1279 "ash/chrome_keyboard_ui.cc", | 1277 "ash/chrome_keyboard_ui.cc", |
| 1280 "ash/chrome_keyboard_ui.h", | 1278 "ash/chrome_keyboard_ui.h", |
| 1281 "ash/chrome_launcher_prefs.cc", | 1279 "ash/chrome_launcher_prefs.cc", |
| 1282 "ash/chrome_launcher_prefs.h", | 1280 "ash/chrome_launcher_prefs.h", |
| 1283 "ash/chrome_new_window_client.cc", | 1281 "ash/chrome_new_window_client.cc", |
| 1284 "ash/chrome_new_window_client.h", | 1282 "ash/chrome_new_window_client.h", |
| 1285 "ash/chrome_screenshot_grabber.cc", | 1283 "ash/chrome_screenshot_grabber.cc", |
| 1286 "ash/chrome_screenshot_grabber.h", | 1284 "ash/chrome_screenshot_grabber.h", |
| (...skipping 2143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3430 "test/test_confirm_bubble_model.cc", | 3428 "test/test_confirm_bubble_model.cc", |
| 3431 "test/test_confirm_bubble_model.h", | 3429 "test/test_confirm_bubble_model.h", |
| 3432 ] | 3430 ] |
| 3433 deps += [ "//chrome/test:test_support_ui" ] | 3431 deps += [ "//chrome/test:test_support_ui" ] |
| 3434 } | 3432 } |
| 3435 | 3433 |
| 3436 if (enable_extensions) { | 3434 if (enable_extensions) { |
| 3437 deps += [ "//extensions/browser" ] | 3435 deps += [ "//extensions/browser" ] |
| 3438 } | 3436 } |
| 3439 } | 3437 } |
| OLD | NEW |