| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 "common/system/chromeos/media_security/multi_profile_media_tray_item.cc", | 228 "common/system/chromeos/media_security/multi_profile_media_tray_item.cc", |
| 229 "common/system/chromeos/media_security/multi_profile_media_tray_item.h", | 229 "common/system/chromeos/media_security/multi_profile_media_tray_item.h", |
| 230 "common/system/chromeos/network/network_detailed_view.h", | 230 "common/system/chromeos/network/network_detailed_view.h", |
| 231 "common/system/chromeos/network/network_icon.cc", | 231 "common/system/chromeos/network/network_icon.cc", |
| 232 "common/system/chromeos/network/network_icon.h", | 232 "common/system/chromeos/network/network_icon.h", |
| 233 "common/system/chromeos/network/network_icon_animation.cc", | 233 "common/system/chromeos/network/network_icon_animation.cc", |
| 234 "common/system/chromeos/network/network_icon_animation.h", | 234 "common/system/chromeos/network/network_icon_animation.h", |
| 235 "common/system/chromeos/network/network_icon_animation_observer.h", | 235 "common/system/chromeos/network/network_icon_animation_observer.h", |
| 236 "common/system/chromeos/network/network_info.cc", | 236 "common/system/chromeos/network/network_info.cc", |
| 237 "common/system/chromeos/network/network_info.h", | 237 "common/system/chromeos/network/network_info.h", |
| 238 "common/system/chromeos/network/network_list.cc", |
| 239 "common/system/chromeos/network/network_list.h", |
| 238 "common/system/chromeos/network/network_list_delegate.h", | 240 "common/system/chromeos/network/network_list_delegate.h", |
| 239 "common/system/chromeos/network/network_list_md.cc", | 241 "common/system/chromeos/network/network_list_md.cc", |
| 240 "common/system/chromeos/network/network_list_md.h", | 242 "common/system/chromeos/network/network_list_md.h", |
| 241 "common/system/chromeos/network/network_list_view_base.cc", | 243 "common/system/chromeos/network/network_list_view_base.cc", |
| 242 "common/system/chromeos/network/network_list_view_base.h", | 244 "common/system/chromeos/network/network_list_view_base.h", |
| 243 "common/system/chromeos/network/network_observer.h", | 245 "common/system/chromeos/network/network_observer.h", |
| 244 "common/system/chromeos/network/network_portal_detector_observer.h", | 246 "common/system/chromeos/network/network_portal_detector_observer.h", |
| 245 "common/system/chromeos/network/network_state_list_detailed_view.cc", | 247 "common/system/chromeos/network/network_state_list_detailed_view.cc", |
| 246 "common/system/chromeos/network/network_state_list_detailed_view.h", | 248 "common/system/chromeos/network/network_state_list_detailed_view.h", |
| 247 "common/system/chromeos/network/sms_observer.cc", | 249 "common/system/chromeos/network/sms_observer.cc", |
| (...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1505 "//content/public/app:both", | 1507 "//content/public/app:both", |
| 1506 "//device/bluetooth", | 1508 "//device/bluetooth", |
| 1507 ] | 1509 ] |
| 1508 | 1510 |
| 1509 data_deps = [ | 1511 data_deps = [ |
| 1510 "//ash/strings:ash_test_strings", | 1512 "//ash/strings:ash_test_strings", |
| 1511 "//ash/resources:ash_test_resources_with_content_100_percent", | 1513 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1512 "//ash/resources:ash_test_resources_200_percent", | 1514 "//ash/resources:ash_test_resources_200_percent", |
| 1513 ] | 1515 ] |
| 1514 } | 1516 } |
| OLD | NEW |