| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 "common/system/tray/fixed_sized_image_view.cc", | 364 "common/system/tray/fixed_sized_image_view.cc", |
| 365 "common/system/tray/fixed_sized_image_view.h", | 365 "common/system/tray/fixed_sized_image_view.h", |
| 366 "common/system/tray/hover_highlight_view.cc", | 366 "common/system/tray/hover_highlight_view.cc", |
| 367 "common/system/tray/hover_highlight_view.h", | 367 "common/system/tray/hover_highlight_view.h", |
| 368 "common/system/tray/ime_info.cc", | 368 "common/system/tray/ime_info.cc", |
| 369 "common/system/tray/ime_info.h", | 369 "common/system/tray/ime_info.h", |
| 370 "common/system/tray/label_tray_view.cc", | 370 "common/system/tray/label_tray_view.cc", |
| 371 "common/system/tray/label_tray_view.h", | 371 "common/system/tray/label_tray_view.h", |
| 372 "common/system/tray/size_range_layout.cc", | 372 "common/system/tray/size_range_layout.cc", |
| 373 "common/system/tray/size_range_layout.h", | 373 "common/system/tray/size_range_layout.h", |
| 374 "common/system/tray/special_popup_row.cc", | |
| 375 "common/system/tray/special_popup_row.h", | |
| 376 "common/system/tray/system_menu_button.cc", | 374 "common/system/tray/system_menu_button.cc", |
| 377 "common/system/tray/system_menu_button.h", | 375 "common/system/tray/system_menu_button.h", |
| 378 "common/system/tray/system_tray.cc", | 376 "common/system/tray/system_tray.cc", |
| 379 "common/system/tray/system_tray.h", | 377 "common/system/tray/system_tray.h", |
| 380 "common/system/tray/system_tray_bubble.cc", | 378 "common/system/tray/system_tray_bubble.cc", |
| 381 "common/system/tray/system_tray_bubble.h", | 379 "common/system/tray/system_tray_bubble.h", |
| 382 "common/system/tray/system_tray_controller.cc", | 380 "common/system/tray/system_tray_controller.cc", |
| 383 "common/system/tray/system_tray_controller.h", | 381 "common/system/tray/system_tray_controller.h", |
| 384 "common/system/tray/system_tray_delegate.cc", | 382 "common/system/tray/system_tray_delegate.cc", |
| 385 "common/system/tray/system_tray_delegate.h", | 383 "common/system/tray/system_tray_delegate.h", |
| (...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1501 "//content/public/app:both", | 1499 "//content/public/app:both", |
| 1502 "//device/bluetooth", | 1500 "//device/bluetooth", |
| 1503 ] | 1501 ] |
| 1504 | 1502 |
| 1505 data_deps = [ | 1503 data_deps = [ |
| 1506 "//ash/strings:ash_test_strings", | 1504 "//ash/strings:ash_test_strings", |
| 1507 "//ash/resources:ash_test_resources_with_content_100_percent", | 1505 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1508 "//ash/resources:ash_test_resources_200_percent", | 1506 "//ash/resources:ash_test_resources_200_percent", |
| 1509 ] | 1507 ] |
| 1510 } | 1508 } |
| OLD | NEW |