| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 "common/system/tray/tray_popup_utils.h", | 433 "common/system/tray/tray_popup_utils.h", |
| 434 "common/system/tray/tray_utils.cc", | 434 "common/system/tray/tray_utils.cc", |
| 435 "common/system/tray/tray_utils.h", | 435 "common/system/tray/tray_utils.h", |
| 436 "common/system/tray/tri_view.cc", | 436 "common/system/tray/tri_view.cc", |
| 437 "common/system/tray/tri_view.h", | 437 "common/system/tray/tri_view.h", |
| 438 "common/system/tray/view_click_listener.h", | 438 "common/system/tray/view_click_listener.h", |
| 439 "common/system/tray_accessibility.cc", | 439 "common/system/tray_accessibility.cc", |
| 440 "common/system/tray_accessibility.h", | 440 "common/system/tray_accessibility.h", |
| 441 "common/system/update/tray_update.cc", | 441 "common/system/update/tray_update.cc", |
| 442 "common/system/update/tray_update.h", | 442 "common/system/update/tray_update.h", |
| 443 "common/system/update/update_observer.h", | |
| 444 "common/system/user/button_from_view.cc", | 443 "common/system/user/button_from_view.cc", |
| 445 "common/system/user/button_from_view.h", | 444 "common/system/user/button_from_view.h", |
| 446 "common/system/user/login_status.cc", | 445 "common/system/user/login_status.cc", |
| 447 "common/system/user/login_status.h", | 446 "common/system/user/login_status.h", |
| 448 "common/system/user/rounded_image_view.cc", | 447 "common/system/user/rounded_image_view.cc", |
| 449 "common/system/user/rounded_image_view.h", | 448 "common/system/user/rounded_image_view.h", |
| 450 "common/system/user/tray_user.cc", | 449 "common/system/user/tray_user.cc", |
| 451 "common/system/user/tray_user.h", | 450 "common/system/user/tray_user.h", |
| 452 "common/system/user/tray_user_separator.cc", | 451 "common/system/user/tray_user_separator.cc", |
| 453 "common/system/user/tray_user_separator.h", | 452 "common/system/user/tray_user_separator.h", |
| (...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1429 "//content/public/app:both", | 1428 "//content/public/app:both", |
| 1430 "//device/bluetooth", | 1429 "//device/bluetooth", |
| 1431 ] | 1430 ] |
| 1432 | 1431 |
| 1433 data_deps = [ | 1432 data_deps = [ |
| 1434 "//ash/common/strings:ash_test_strings", | 1433 "//ash/common/strings:ash_test_strings", |
| 1435 "//ash/resources:ash_test_resources_with_content_100_percent", | 1434 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1436 "//ash/resources:ash_test_resources_200_percent", | 1435 "//ash/resources:ash_test_resources_200_percent", |
| 1437 ] | 1436 ] |
| 1438 } | 1437 } |
| OLD | NEW |