| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 "system/tray/system_tray_notifier.cc", | 521 "system/tray/system_tray_notifier.cc", |
| 522 "system/tray/system_tray_notifier.h", | 522 "system/tray/system_tray_notifier.h", |
| 523 "system/tray/throbber_view.cc", | 523 "system/tray/throbber_view.cc", |
| 524 "system/tray/throbber_view.h", | 524 "system/tray/throbber_view.h", |
| 525 "system/tray/tray_background_view.cc", | 525 "system/tray/tray_background_view.cc", |
| 526 "system/tray/tray_background_view.h", | 526 "system/tray/tray_background_view.h", |
| 527 "system/tray/tray_bubble_wrapper.cc", | 527 "system/tray/tray_bubble_wrapper.cc", |
| 528 "system/tray/tray_bubble_wrapper.h", | 528 "system/tray/tray_bubble_wrapper.h", |
| 529 "system/tray/tray_constants.cc", | 529 "system/tray/tray_constants.cc", |
| 530 "system/tray/tray_constants.h", | 530 "system/tray/tray_constants.h", |
| 531 "system/tray/tray_container.cc", |
| 532 "system/tray/tray_container.h", |
| 531 "system/tray/tray_details_view.cc", | 533 "system/tray/tray_details_view.cc", |
| 532 "system/tray/tray_details_view.h", | 534 "system/tray/tray_details_view.h", |
| 533 "system/tray/tray_event_filter.cc", | 535 "system/tray/tray_event_filter.cc", |
| 534 "system/tray/tray_event_filter.h", | 536 "system/tray/tray_event_filter.h", |
| 535 "system/tray/tray_image_item.cc", | 537 "system/tray/tray_image_item.cc", |
| 536 "system/tray/tray_image_item.h", | 538 "system/tray/tray_image_item.h", |
| 537 "system/tray/tray_item_more.cc", | 539 "system/tray/tray_item_more.cc", |
| 538 "system/tray/tray_item_more.h", | 540 "system/tray/tray_item_more.h", |
| 539 "system/tray/tray_item_view.cc", | 541 "system/tray/tray_item_view.cc", |
| 540 "system/tray/tray_item_view.h", | 542 "system/tray/tray_item_view.h", |
| (...skipping 950 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1491 "//content/public/app:both", | 1493 "//content/public/app:both", |
| 1492 "//device/bluetooth", | 1494 "//device/bluetooth", |
| 1493 ] | 1495 ] |
| 1494 | 1496 |
| 1495 data_deps = [ | 1497 data_deps = [ |
| 1496 "//ash/strings:ash_test_strings", | 1498 "//ash/strings:ash_test_strings", |
| 1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1499 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1498 "//ash/resources:ash_test_resources_200_percent", | 1500 "//ash/resources:ash_test_resources_200_percent", |
| 1499 ] | 1501 ] |
| 1500 } | 1502 } |
| OLD | NEW |