| 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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 "system/tiles/tray_tiles.cc", | 497 "system/tiles/tray_tiles.cc", |
| 498 "system/tiles/tray_tiles.h", | 498 "system/tiles/tray_tiles.h", |
| 499 "system/toast/toast_data.cc", | 499 "system/toast/toast_data.cc", |
| 500 "system/toast/toast_data.h", | 500 "system/toast/toast_data.h", |
| 501 "system/toast/toast_manager.cc", | 501 "system/toast/toast_manager.cc", |
| 502 "system/toast/toast_manager.h", | 502 "system/toast/toast_manager.h", |
| 503 "system/toast/toast_overlay.cc", | 503 "system/toast/toast_overlay.cc", |
| 504 "system/toast/toast_overlay.h", | 504 "system/toast/toast_overlay.h", |
| 505 "system/tray/actionable_view.cc", | 505 "system/tray/actionable_view.cc", |
| 506 "system/tray/actionable_view.h", | 506 "system/tray/actionable_view.h", |
| 507 "system/tray/fixed_sized_image_view.cc", | |
| 508 "system/tray/fixed_sized_image_view.h", | |
| 509 "system/tray/hover_highlight_view.cc", | 507 "system/tray/hover_highlight_view.cc", |
| 510 "system/tray/hover_highlight_view.h", | 508 "system/tray/hover_highlight_view.h", |
| 511 "system/tray/ime_info.cc", | 509 "system/tray/ime_info.cc", |
| 512 "system/tray/ime_info.h", | 510 "system/tray/ime_info.h", |
| 513 "system/tray/label_tray_view.cc", | 511 "system/tray/label_tray_view.cc", |
| 514 "system/tray/label_tray_view.h", | 512 "system/tray/label_tray_view.h", |
| 515 "system/tray/size_range_layout.cc", | 513 "system/tray/size_range_layout.cc", |
| 516 "system/tray/size_range_layout.h", | 514 "system/tray/size_range_layout.h", |
| 517 "system/tray/system_menu_button.cc", | 515 "system/tray/system_menu_button.cc", |
| 518 "system/tray/system_menu_button.h", | 516 "system/tray/system_menu_button.h", |
| (...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1512 "//content/public/app:both", | 1510 "//content/public/app:both", |
| 1513 "//device/bluetooth", | 1511 "//device/bluetooth", |
| 1514 ] | 1512 ] |
| 1515 | 1513 |
| 1516 data_deps = [ | 1514 data_deps = [ |
| 1517 "//ash/strings:ash_test_strings", | 1515 "//ash/strings:ash_test_strings", |
| 1518 "//ash/resources:ash_test_resources_with_content_100_percent", | 1516 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1519 "//ash/resources:ash_test_resources_200_percent", | 1517 "//ash/resources:ash_test_resources_200_percent", |
| 1520 ] | 1518 ] |
| 1521 } | 1519 } |
| OLD | NEW |