| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 "common/system/toast/toast_manager.cc", | 363 "common/system/toast/toast_manager.cc", |
| 364 "common/system/toast/toast_manager.h", | 364 "common/system/toast/toast_manager.h", |
| 365 "common/system/toast/toast_overlay.cc", | 365 "common/system/toast/toast_overlay.cc", |
| 366 "common/system/toast/toast_overlay.h", | 366 "common/system/toast/toast_overlay.h", |
| 367 "common/system/tray/actionable_view.cc", | 367 "common/system/tray/actionable_view.cc", |
| 368 "common/system/tray/actionable_view.h", | 368 "common/system/tray/actionable_view.h", |
| 369 "common/system/tray/default_system_tray_delegate.cc", | 369 "common/system/tray/default_system_tray_delegate.cc", |
| 370 "common/system/tray/default_system_tray_delegate.h", | 370 "common/system/tray/default_system_tray_delegate.h", |
| 371 "common/system/tray/fixed_sized_image_view.cc", | 371 "common/system/tray/fixed_sized_image_view.cc", |
| 372 "common/system/tray/fixed_sized_image_view.h", | 372 "common/system/tray/fixed_sized_image_view.h", |
| 373 "common/system/tray/fixed_sized_scroll_view.cc", | |
| 374 "common/system/tray/fixed_sized_scroll_view.h", | |
| 375 "common/system/tray/hover_highlight_view.cc", | 373 "common/system/tray/hover_highlight_view.cc", |
| 376 "common/system/tray/hover_highlight_view.h", | 374 "common/system/tray/hover_highlight_view.h", |
| 377 "common/system/tray/ime_info.cc", | 375 "common/system/tray/ime_info.cc", |
| 378 "common/system/tray/ime_info.h", | 376 "common/system/tray/ime_info.h", |
| 379 "common/system/tray/label_tray_view.cc", | 377 "common/system/tray/label_tray_view.cc", |
| 380 "common/system/tray/label_tray_view.h", | 378 "common/system/tray/label_tray_view.h", |
| 381 "common/system/tray/size_range_layout.cc", | 379 "common/system/tray/size_range_layout.cc", |
| 382 "common/system/tray/size_range_layout.h", | 380 "common/system/tray/size_range_layout.h", |
| 383 "common/system/tray/special_popup_row.cc", | 381 "common/system/tray/special_popup_row.cc", |
| 384 "common/system/tray/special_popup_row.h", | 382 "common/system/tray/special_popup_row.h", |
| (...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1425 "//content/public/app:both", | 1423 "//content/public/app:both", |
| 1426 "//device/bluetooth", | 1424 "//device/bluetooth", |
| 1427 ] | 1425 ] |
| 1428 | 1426 |
| 1429 data_deps = [ | 1427 data_deps = [ |
| 1430 "//ash/common/strings:ash_test_strings", | 1428 "//ash/common/strings:ash_test_strings", |
| 1431 "//ash/resources:ash_test_resources_with_content_100_percent", | 1429 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1432 "//ash/resources:ash_test_resources_200_percent", | 1430 "//ash/resources:ash_test_resources_200_percent", |
| 1433 ] | 1431 ] |
| 1434 } | 1432 } |
| OLD | NEW |