| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "common/system/chromeos/session/logout_button_observer.h", | 303 "common/system/chromeos/session/logout_button_observer.h", |
| 304 "common/system/chromeos/session/logout_button_tray.cc", | 304 "common/system/chromeos/session/logout_button_tray.cc", |
| 305 "common/system/chromeos/session/logout_button_tray.h", | 305 "common/system/chromeos/session/logout_button_tray.h", |
| 306 "common/system/chromeos/session/logout_confirmation_controller.cc", | 306 "common/system/chromeos/session/logout_confirmation_controller.cc", |
| 307 "common/system/chromeos/session/logout_confirmation_controller.h", | 307 "common/system/chromeos/session/logout_confirmation_controller.h", |
| 308 "common/system/chromeos/session/logout_confirmation_dialog.cc", | 308 "common/system/chromeos/session/logout_confirmation_dialog.cc", |
| 309 "common/system/chromeos/session/logout_confirmation_dialog.h", | 309 "common/system/chromeos/session/logout_confirmation_dialog.h", |
| 310 "common/system/chromeos/session/session_length_limit_observer.h", | 310 "common/system/chromeos/session/session_length_limit_observer.h", |
| 311 "common/system/chromeos/session/tray_session_length_limit.cc", | 311 "common/system/chromeos/session/tray_session_length_limit.cc", |
| 312 "common/system/chromeos/session/tray_session_length_limit.h", | 312 "common/system/chromeos/session/tray_session_length_limit.h", |
| 313 "common/system/chromeos/settings/tray_settings.cc", | |
| 314 "common/system/chromeos/settings/tray_settings.h", | |
| 315 "common/system/chromeos/supervised/custodian_info_tray_observer.h", | 313 "common/system/chromeos/supervised/custodian_info_tray_observer.h", |
| 316 "common/system/chromeos/supervised/tray_supervised_user.cc", | 314 "common/system/chromeos/supervised/tray_supervised_user.cc", |
| 317 "common/system/chromeos/supervised/tray_supervised_user.h", | 315 "common/system/chromeos/supervised/tray_supervised_user.h", |
| 318 "common/system/chromeos/system_clock_observer.cc", | 316 "common/system/chromeos/system_clock_observer.cc", |
| 319 "common/system/chromeos/system_clock_observer.h", | 317 "common/system/chromeos/system_clock_observer.h", |
| 320 "common/system/chromeos/tray_caps_lock.cc", | 318 "common/system/chromeos/tray_caps_lock.cc", |
| 321 "common/system/chromeos/tray_caps_lock.h", | 319 "common/system/chromeos/tray_caps_lock.h", |
| 322 "common/system/chromeos/tray_tracing.cc", | 320 "common/system/chromeos/tray_tracing.cc", |
| 323 "common/system/chromeos/tray_tracing.h", | 321 "common/system/chromeos/tray_tracing.h", |
| 324 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", | 322 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", |
| (...skipping 1182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1505 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1506 "//device/bluetooth", |
| 1509 ] | 1507 ] |
| 1510 | 1508 |
| 1511 data_deps = [ | 1509 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1510 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1511 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1512 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1513 ] |
| 1516 } | 1514 } |
| OLD | NEW |