| 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 1251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1262 "ash/app_list/app_sync_ui_state_watcher.h", | 1262 "ash/app_list/app_sync_ui_state_watcher.h", |
| 1263 "ash/app_sync_ui_state.cc", | 1263 "ash/app_sync_ui_state.cc", |
| 1264 "ash/app_sync_ui_state.h", | 1264 "ash/app_sync_ui_state.h", |
| 1265 "ash/app_sync_ui_state_factory.cc", | 1265 "ash/app_sync_ui_state_factory.cc", |
| 1266 "ash/app_sync_ui_state_factory.h", | 1266 "ash/app_sync_ui_state_factory.h", |
| 1267 "ash/app_sync_ui_state_observer.h", | 1267 "ash/app_sync_ui_state_observer.h", |
| 1268 "ash/ash_init.cc", | 1268 "ash/ash_init.cc", |
| 1269 "ash/ash_init.h", | 1269 "ash/ash_init.h", |
| 1270 "ash/ash_util.cc", | 1270 "ash/ash_util.cc", |
| 1271 "ash/ash_util.h", | 1271 "ash/ash_util.h", |
| 1272 "ash/cast_config_delegate_chromeos.cc", | |
| 1273 "ash/cast_config_delegate_chromeos.h", | |
| 1274 "ash/cast_config_delegate_media_router.cc", | 1272 "ash/cast_config_delegate_media_router.cc", |
| 1275 "ash/cast_config_delegate_media_router.h", | 1273 "ash/cast_config_delegate_media_router.h", |
| 1276 "ash/chrome_keyboard_ui.cc", | 1274 "ash/chrome_keyboard_ui.cc", |
| 1277 "ash/chrome_keyboard_ui.h", | 1275 "ash/chrome_keyboard_ui.h", |
| 1278 "ash/chrome_launcher_prefs.cc", | 1276 "ash/chrome_launcher_prefs.cc", |
| 1279 "ash/chrome_launcher_prefs.h", | 1277 "ash/chrome_launcher_prefs.h", |
| 1280 "ash/chrome_new_window_delegate.cc", | 1278 "ash/chrome_new_window_delegate.cc", |
| 1281 "ash/chrome_new_window_delegate.h", | 1279 "ash/chrome_new_window_delegate.h", |
| 1282 "ash/chrome_screenshot_grabber.cc", | 1280 "ash/chrome_screenshot_grabber.cc", |
| 1283 "ash/chrome_screenshot_grabber.h", | 1281 "ash/chrome_screenshot_grabber.h", |
| (...skipping 2135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3419 "test/test_confirm_bubble_model.cc", | 3417 "test/test_confirm_bubble_model.cc", |
| 3420 "test/test_confirm_bubble_model.h", | 3418 "test/test_confirm_bubble_model.h", |
| 3421 ] | 3419 ] |
| 3422 deps += [ "//chrome/test:test_support_ui" ] | 3420 deps += [ "//chrome/test:test_support_ui" ] |
| 3423 } | 3421 } |
| 3424 | 3422 |
| 3425 if (enable_extensions) { | 3423 if (enable_extensions) { |
| 3426 deps += [ "//extensions/browser" ] | 3424 deps += [ "//extensions/browser" ] |
| 3427 } | 3425 } |
| 3428 } | 3426 } |
| OLD | NEW |