| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 "common/system/tray/tray_image_item.h", | 406 "common/system/tray/tray_image_item.h", |
| 407 "common/system/tray/tray_item_more.cc", | 407 "common/system/tray/tray_item_more.cc", |
| 408 "common/system/tray/tray_item_more.h", | 408 "common/system/tray/tray_item_more.h", |
| 409 "common/system/tray/tray_item_view.cc", | 409 "common/system/tray/tray_item_view.cc", |
| 410 "common/system/tray/tray_item_view.h", | 410 "common/system/tray/tray_item_view.h", |
| 411 "common/system/tray/tray_notification_view.cc", | 411 "common/system/tray/tray_notification_view.cc", |
| 412 "common/system/tray/tray_notification_view.h", | 412 "common/system/tray/tray_notification_view.h", |
| 413 "common/system/tray/tray_popup_header_button.cc", | 413 "common/system/tray/tray_popup_header_button.cc", |
| 414 "common/system/tray/tray_popup_header_button.h", | 414 "common/system/tray/tray_popup_header_button.h", |
| 415 "common/system/tray/tray_popup_ink_drop_style.h", | 415 "common/system/tray/tray_popup_ink_drop_style.h", |
| 416 "common/system/tray/tray_popup_item_container.cc", | |
| 417 "common/system/tray/tray_popup_item_container.h", | |
| 418 "common/system/tray/tray_popup_item_style.cc", | 416 "common/system/tray/tray_popup_item_style.cc", |
| 419 "common/system/tray/tray_popup_item_style.h", | 417 "common/system/tray/tray_popup_item_style.h", |
| 420 "common/system/tray/tray_popup_utils.cc", | 418 "common/system/tray/tray_popup_utils.cc", |
| 421 "common/system/tray/tray_popup_utils.h", | 419 "common/system/tray/tray_popup_utils.h", |
| 422 "common/system/tray/tray_utils.cc", | 420 "common/system/tray/tray_utils.cc", |
| 423 "common/system/tray/tray_utils.h", | 421 "common/system/tray/tray_utils.h", |
| 424 "common/system/tray/tri_view.cc", | 422 "common/system/tray/tri_view.cc", |
| 425 "common/system/tray/tri_view.h", | 423 "common/system/tray/tri_view.h", |
| 426 "common/system/tray/view_click_listener.h", | 424 "common/system/tray/view_click_listener.h", |
| 427 "common/system/tray_accessibility.cc", | 425 "common/system/tray_accessibility.cc", |
| (...skipping 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1507 "//content/public/app:both", | 1505 "//content/public/app:both", |
| 1508 "//device/bluetooth", | 1506 "//device/bluetooth", |
| 1509 ] | 1507 ] |
| 1510 | 1508 |
| 1511 data_deps = [ | 1509 data_deps = [ |
| 1512 "//ash/strings:ash_test_strings", | 1510 "//ash/strings:ash_test_strings", |
| 1513 "//ash/resources:ash_test_resources_with_content_100_percent", | 1511 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1514 "//ash/resources:ash_test_resources_200_percent", | 1512 "//ash/resources:ash_test_resources_200_percent", |
| 1515 ] | 1513 ] |
| 1516 } | 1514 } |
| OLD | NEW |