| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 "common/system/user/button_from_view.cc", | 432 "common/system/user/button_from_view.cc", |
| 433 "common/system/user/button_from_view.h", | 433 "common/system/user/button_from_view.h", |
| 434 "common/system/user/login_status.cc", | 434 "common/system/user/login_status.cc", |
| 435 "common/system/user/login_status.h", | 435 "common/system/user/login_status.h", |
| 436 "common/system/user/rounded_image_view.cc", | 436 "common/system/user/rounded_image_view.cc", |
| 437 "common/system/user/rounded_image_view.h", | 437 "common/system/user/rounded_image_view.h", |
| 438 "common/system/user/tray_user.cc", | 438 "common/system/user/tray_user.cc", |
| 439 "common/system/user/tray_user.h", | 439 "common/system/user/tray_user.h", |
| 440 "common/system/user/user_card_view.cc", | 440 "common/system/user/user_card_view.cc", |
| 441 "common/system/user/user_card_view.h", | 441 "common/system/user/user_card_view.h", |
| 442 "common/system/user/user_observer.h", | |
| 443 "common/system/user/user_view.cc", | 442 "common/system/user/user_view.cc", |
| 444 "common/system/user/user_view.h", | 443 "common/system/user/user_view.h", |
| 445 "common/system/web_notification/ash_popup_alignment_delegate.cc", | 444 "common/system/web_notification/ash_popup_alignment_delegate.cc", |
| 446 "common/system/web_notification/ash_popup_alignment_delegate.h", | 445 "common/system/web_notification/ash_popup_alignment_delegate.h", |
| 447 "common/system/web_notification/web_notification_tray.cc", | 446 "common/system/web_notification/web_notification_tray.cc", |
| 448 "common/system/web_notification/web_notification_tray.h", | 447 "common/system/web_notification/web_notification_tray.h", |
| 449 "common/wallpaper/wallpaper_controller.cc", | 448 "common/wallpaper/wallpaper_controller.cc", |
| 450 "common/wallpaper/wallpaper_controller.h", | 449 "common/wallpaper/wallpaper_controller.h", |
| 451 "common/wallpaper/wallpaper_controller_observer.h", | 450 "common/wallpaper/wallpaper_controller_observer.h", |
| 452 "common/wallpaper/wallpaper_delegate.h", | 451 "common/wallpaper/wallpaper_delegate.h", |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1506 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1507 "//device/bluetooth", |
| 1509 ] | 1508 ] |
| 1510 | 1509 |
| 1511 data_deps = [ | 1510 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1511 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1512 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1513 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1514 ] |
| 1516 } | 1515 } |
| OLD | NEW |