| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "common/shell_delegate.h", | 192 "common/shell_delegate.h", |
| 193 "common/shell_observer.h", | 193 "common/shell_observer.h", |
| 194 "common/shutdown_controller.cc", | 194 "common/shutdown_controller.cc", |
| 195 "common/shutdown_controller.h", | 195 "common/shutdown_controller.h", |
| 196 "common/system/accessibility_observer.h", | 196 "common/system/accessibility_observer.h", |
| 197 "common/system/brightness_control_delegate.h", | 197 "common/system/brightness_control_delegate.h", |
| 198 "common/system/chromeos/audio/audio_detailed_view.cc", | 198 "common/system/chromeos/audio/audio_detailed_view.cc", |
| 199 "common/system/chromeos/audio/audio_detailed_view.h", | 199 "common/system/chromeos/audio/audio_detailed_view.h", |
| 200 "common/system/chromeos/audio/tray_audio.cc", | 200 "common/system/chromeos/audio/tray_audio.cc", |
| 201 "common/system/chromeos/audio/tray_audio.h", | 201 "common/system/chromeos/audio/tray_audio.h", |
| 202 "common/system/chromeos/audio/tray_audio_delegate.h", | |
| 203 "common/system/chromeos/audio/tray_audio_delegate_chromeos.cc", | |
| 204 "common/system/chromeos/audio/tray_audio_delegate_chromeos.h", | |
| 205 "common/system/chromeos/audio/volume_view.cc", | 202 "common/system/chromeos/audio/volume_view.cc", |
| 206 "common/system/chromeos/audio/volume_view.h", | 203 "common/system/chromeos/audio/volume_view.h", |
| 207 "common/system/chromeos/bluetooth/bluetooth_notification_controller.cc", | 204 "common/system/chromeos/bluetooth/bluetooth_notification_controller.cc", |
| 208 "common/system/chromeos/bluetooth/bluetooth_notification_controller.h", | 205 "common/system/chromeos/bluetooth/bluetooth_notification_controller.h", |
| 209 "common/system/chromeos/bluetooth/bluetooth_observer.h", | 206 "common/system/chromeos/bluetooth/bluetooth_observer.h", |
| 210 "common/system/chromeos/bluetooth/tray_bluetooth.cc", | 207 "common/system/chromeos/bluetooth/tray_bluetooth.cc", |
| 211 "common/system/chromeos/bluetooth/tray_bluetooth.h", | 208 "common/system/chromeos/bluetooth/tray_bluetooth.h", |
| 212 "common/system/chromeos/bluetooth/tray_bluetooth_helper.cc", | 209 "common/system/chromeos/bluetooth/tray_bluetooth_helper.cc", |
| 213 "common/system/chromeos/bluetooth/tray_bluetooth_helper.h", | 210 "common/system/chromeos/bluetooth/tray_bluetooth_helper.h", |
| 214 "common/system/chromeos/brightness/brightness_controller_chromeos.cc", | 211 "common/system/chromeos/brightness/brightness_controller_chromeos.cc", |
| (...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1504 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1505 "//device/bluetooth", |
| 1509 ] | 1506 ] |
| 1510 | 1507 |
| 1511 data_deps = [ | 1508 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1509 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1510 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1511 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1512 ] |
| 1516 } | 1513 } |
| OLD | NEW |