| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 "common/system/tray/fixed_sized_image_view.cc", | 361 "common/system/tray/fixed_sized_image_view.cc", |
| 362 "common/system/tray/fixed_sized_image_view.h", | 362 "common/system/tray/fixed_sized_image_view.h", |
| 363 "common/system/tray/hover_highlight_view.cc", | 363 "common/system/tray/hover_highlight_view.cc", |
| 364 "common/system/tray/hover_highlight_view.h", | 364 "common/system/tray/hover_highlight_view.h", |
| 365 "common/system/tray/ime_info.cc", | 365 "common/system/tray/ime_info.cc", |
| 366 "common/system/tray/ime_info.h", | 366 "common/system/tray/ime_info.h", |
| 367 "common/system/tray/label_tray_view.cc", | 367 "common/system/tray/label_tray_view.cc", |
| 368 "common/system/tray/label_tray_view.h", | 368 "common/system/tray/label_tray_view.h", |
| 369 "common/system/tray/size_range_layout.cc", | 369 "common/system/tray/size_range_layout.cc", |
| 370 "common/system/tray/size_range_layout.h", | 370 "common/system/tray/size_range_layout.h", |
| 371 "common/system/tray/special_popup_row.cc", | |
| 372 "common/system/tray/special_popup_row.h", | |
| 373 "common/system/tray/system_menu_button.cc", | 371 "common/system/tray/system_menu_button.cc", |
| 374 "common/system/tray/system_menu_button.h", | 372 "common/system/tray/system_menu_button.h", |
| 375 "common/system/tray/system_tray.cc", | 373 "common/system/tray/system_tray.cc", |
| 376 "common/system/tray/system_tray.h", | 374 "common/system/tray/system_tray.h", |
| 377 "common/system/tray/system_tray_bubble.cc", | 375 "common/system/tray/system_tray_bubble.cc", |
| 378 "common/system/tray/system_tray_bubble.h", | 376 "common/system/tray/system_tray_bubble.h", |
| 379 "common/system/tray/system_tray_controller.cc", | 377 "common/system/tray/system_tray_controller.cc", |
| 380 "common/system/tray/system_tray_controller.h", | 378 "common/system/tray/system_tray_controller.h", |
| 381 "common/system/tray/system_tray_delegate.cc", | 379 "common/system/tray/system_tray_delegate.cc", |
| 382 "common/system/tray/system_tray_delegate.h", | 380 "common/system/tray/system_tray_delegate.h", |
| (...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1494 "//content/public/app:both", | 1492 "//content/public/app:both", |
| 1495 "//device/bluetooth", | 1493 "//device/bluetooth", |
| 1496 ] | 1494 ] |
| 1497 | 1495 |
| 1498 data_deps = [ | 1496 data_deps = [ |
| 1499 "//ash/strings:ash_test_strings", | 1497 "//ash/strings:ash_test_strings", |
| 1500 "//ash/resources:ash_test_resources_with_content_100_percent", | 1498 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1501 "//ash/resources:ash_test_resources_200_percent", | 1499 "//ash/resources:ash_test_resources_200_percent", |
| 1502 ] | 1500 ] |
| 1503 } | 1501 } |
| OLD | NEW |