| 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/update/tray_update.cc", | 433 "common/system/update/tray_update.cc", |
| 434 "common/system/update/tray_update.h", | 434 "common/system/update/tray_update.h", |
| 435 "common/system/user/button_from_view.cc", | 435 "common/system/user/button_from_view.cc", |
| 436 "common/system/user/button_from_view.h", | 436 "common/system/user/button_from_view.h", |
| 437 "common/system/user/login_status.cc", | 437 "common/system/user/login_status.cc", |
| 438 "common/system/user/login_status.h", | 438 "common/system/user/login_status.h", |
| 439 "common/system/user/rounded_image_view.cc", | 439 "common/system/user/rounded_image_view.cc", |
| 440 "common/system/user/rounded_image_view.h", | 440 "common/system/user/rounded_image_view.h", |
| 441 "common/system/user/tray_user.cc", | 441 "common/system/user/tray_user.cc", |
| 442 "common/system/user/tray_user.h", | 442 "common/system/user/tray_user.h", |
| 443 "common/system/user/tray_user_separator.cc", | |
| 444 "common/system/user/tray_user_separator.h", | |
| 445 "common/system/user/user_card_view.cc", | 443 "common/system/user/user_card_view.cc", |
| 446 "common/system/user/user_card_view.h", | 444 "common/system/user/user_card_view.h", |
| 447 "common/system/user/user_observer.h", | 445 "common/system/user/user_observer.h", |
| 448 "common/system/user/user_view.cc", | 446 "common/system/user/user_view.cc", |
| 449 "common/system/user/user_view.h", | 447 "common/system/user/user_view.h", |
| 450 "common/system/web_notification/ash_popup_alignment_delegate.cc", | 448 "common/system/web_notification/ash_popup_alignment_delegate.cc", |
| 451 "common/system/web_notification/ash_popup_alignment_delegate.h", | 449 "common/system/web_notification/ash_popup_alignment_delegate.h", |
| 452 "common/system/web_notification/web_notification_tray.cc", | 450 "common/system/web_notification/web_notification_tray.cc", |
| 453 "common/system/web_notification/web_notification_tray.h", | 451 "common/system/web_notification/web_notification_tray.h", |
| 454 "common/wallpaper/wallpaper_controller.cc", | 452 "common/wallpaper/wallpaper_controller.cc", |
| (...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1419 "//content/public/app:both", | 1417 "//content/public/app:both", |
| 1420 "//device/bluetooth", | 1418 "//device/bluetooth", |
| 1421 ] | 1419 ] |
| 1422 | 1420 |
| 1423 data_deps = [ | 1421 data_deps = [ |
| 1424 "//ash/common/strings:ash_test_strings", | 1422 "//ash/common/strings:ash_test_strings", |
| 1425 "//ash/resources:ash_test_resources_with_content_100_percent", | 1423 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1426 "//ash/resources:ash_test_resources_200_percent", | 1424 "//ash/resources:ash_test_resources_200_percent", |
| 1427 ] | 1425 ] |
| 1428 } | 1426 } |
| OLD | NEW |