| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 "common/system/tray/tray_item_view.h", | 414 "common/system/tray/tray_item_view.h", |
| 415 "common/system/tray/tray_notification_view.cc", | 415 "common/system/tray/tray_notification_view.cc", |
| 416 "common/system/tray/tray_notification_view.h", | 416 "common/system/tray/tray_notification_view.h", |
| 417 "common/system/tray/tray_popup_header_button.cc", | 417 "common/system/tray/tray_popup_header_button.cc", |
| 418 "common/system/tray/tray_popup_header_button.h", | 418 "common/system/tray/tray_popup_header_button.h", |
| 419 "common/system/tray/tray_popup_ink_drop_style.h", | 419 "common/system/tray/tray_popup_ink_drop_style.h", |
| 420 "common/system/tray/tray_popup_item_container.cc", | 420 "common/system/tray/tray_popup_item_container.cc", |
| 421 "common/system/tray/tray_popup_item_container.h", | 421 "common/system/tray/tray_popup_item_container.h", |
| 422 "common/system/tray/tray_popup_item_style.cc", | 422 "common/system/tray/tray_popup_item_style.cc", |
| 423 "common/system/tray/tray_popup_item_style.h", | 423 "common/system/tray/tray_popup_item_style.h", |
| 424 "common/system/tray/tray_popup_label_button.cc", | |
| 425 "common/system/tray/tray_popup_label_button.h", | |
| 426 "common/system/tray/tray_popup_label_button_border.cc", | |
| 427 "common/system/tray/tray_popup_label_button_border.h", | |
| 428 "common/system/tray/tray_popup_utils.cc", | 424 "common/system/tray/tray_popup_utils.cc", |
| 429 "common/system/tray/tray_popup_utils.h", | 425 "common/system/tray/tray_popup_utils.h", |
| 430 "common/system/tray/tray_utils.cc", | 426 "common/system/tray/tray_utils.cc", |
| 431 "common/system/tray/tray_utils.h", | 427 "common/system/tray/tray_utils.h", |
| 432 "common/system/tray/tri_view.cc", | 428 "common/system/tray/tri_view.cc", |
| 433 "common/system/tray/tri_view.h", | 429 "common/system/tray/tri_view.h", |
| 434 "common/system/tray/view_click_listener.h", | 430 "common/system/tray/view_click_listener.h", |
| 435 "common/system/tray_accessibility.cc", | 431 "common/system/tray_accessibility.cc", |
| 436 "common/system/tray_accessibility.h", | 432 "common/system/tray_accessibility.h", |
| 437 "common/system/update/tray_update.cc", | 433 "common/system/update/tray_update.cc", |
| (...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1423 "//content/public/app:both", | 1419 "//content/public/app:both", |
| 1424 "//device/bluetooth", | 1420 "//device/bluetooth", |
| 1425 ] | 1421 ] |
| 1426 | 1422 |
| 1427 data_deps = [ | 1423 data_deps = [ |
| 1428 "//ash/common/strings:ash_test_strings", | 1424 "//ash/common/strings:ash_test_strings", |
| 1429 "//ash/resources:ash_test_resources_with_content_100_percent", | 1425 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1430 "//ash/resources:ash_test_resources_200_percent", | 1426 "//ash/resources:ash_test_resources_200_percent", |
| 1431 ] | 1427 ] |
| 1432 } | 1428 } |
| OLD | NEW |