| 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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 "common/system/tray/tray_details_view.cc", | 393 "common/system/tray/tray_details_view.cc", |
| 394 "common/system/tray/tray_details_view.h", | 394 "common/system/tray/tray_details_view.h", |
| 395 "common/system/tray/tray_event_filter.cc", | 395 "common/system/tray/tray_event_filter.cc", |
| 396 "common/system/tray/tray_event_filter.h", | 396 "common/system/tray/tray_event_filter.h", |
| 397 "common/system/tray/tray_image_item.cc", | 397 "common/system/tray/tray_image_item.cc", |
| 398 "common/system/tray/tray_image_item.h", | 398 "common/system/tray/tray_image_item.h", |
| 399 "common/system/tray/tray_item_more.cc", | 399 "common/system/tray/tray_item_more.cc", |
| 400 "common/system/tray/tray_item_more.h", | 400 "common/system/tray/tray_item_more.h", |
| 401 "common/system/tray/tray_item_view.cc", | 401 "common/system/tray/tray_item_view.cc", |
| 402 "common/system/tray/tray_item_view.h", | 402 "common/system/tray/tray_item_view.h", |
| 403 "common/system/tray/tray_notification_view.cc", | |
| 404 "common/system/tray/tray_notification_view.h", | |
| 405 "common/system/tray/tray_popup_header_button.cc", | 403 "common/system/tray/tray_popup_header_button.cc", |
| 406 "common/system/tray/tray_popup_header_button.h", | 404 "common/system/tray/tray_popup_header_button.h", |
| 407 "common/system/tray/tray_popup_ink_drop_style.h", | 405 "common/system/tray/tray_popup_ink_drop_style.h", |
| 408 "common/system/tray/tray_popup_item_style.cc", | 406 "common/system/tray/tray_popup_item_style.cc", |
| 409 "common/system/tray/tray_popup_item_style.h", | 407 "common/system/tray/tray_popup_item_style.h", |
| 410 "common/system/tray/tray_popup_utils.cc", | 408 "common/system/tray/tray_popup_utils.cc", |
| 411 "common/system/tray/tray_popup_utils.h", | 409 "common/system/tray/tray_popup_utils.h", |
| 412 "common/system/tray/tray_utils.cc", | 410 "common/system/tray/tray_utils.cc", |
| 413 "common/system/tray/tray_utils.h", | 411 "common/system/tray/tray_utils.h", |
| 414 "common/system/tray/tri_view.cc", | 412 "common/system/tray/tri_view.cc", |
| (...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1491 "//content/public/app:both", | 1489 "//content/public/app:both", |
| 1492 "//device/bluetooth", | 1490 "//device/bluetooth", |
| 1493 ] | 1491 ] |
| 1494 | 1492 |
| 1495 data_deps = [ | 1493 data_deps = [ |
| 1496 "//ash/strings:ash_test_strings", | 1494 "//ash/strings:ash_test_strings", |
| 1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1495 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1498 "//ash/resources:ash_test_resources_200_percent", | 1496 "//ash/resources:ash_test_resources_200_percent", |
| 1499 ] | 1497 ] |
| 1500 } | 1498 } |
| OLD | NEW |