| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "system/cast/tray_cast.h", | 349 "system/cast/tray_cast.h", |
| 350 "system/date/clock_observer.h", | 350 "system/date/clock_observer.h", |
| 351 "system/date/date_view.cc", | 351 "system/date/date_view.cc", |
| 352 "system/date/date_view.h", | 352 "system/date/date_view.h", |
| 353 "system/date/system_info_default_view.cc", | 353 "system/date/system_info_default_view.cc", |
| 354 "system/date/system_info_default_view.h", | 354 "system/date/system_info_default_view.h", |
| 355 "system/date/tray_system_info.cc", | 355 "system/date/tray_system_info.cc", |
| 356 "system/date/tray_system_info.h", | 356 "system/date/tray_system_info.h", |
| 357 "system/devicetype_utils.cc", | 357 "system/devicetype_utils.cc", |
| 358 "system/devicetype_utils.h", | 358 "system/devicetype_utils.h", |
| 359 "system/display_scale/scale_detailed_view.cc", |
| 360 "system/display_scale/scale_detailed_view.h", |
| 361 "system/display_scale/scale_view.cc", |
| 362 "system/display_scale/scale_view.h", |
| 363 "system/display_scale/tray_scale.cc", |
| 364 "system/display_scale/tray_scale.h", |
| 359 "system/enterprise/enterprise_domain_observer.h", | 365 "system/enterprise/enterprise_domain_observer.h", |
| 360 "system/enterprise/tray_enterprise.cc", | 366 "system/enterprise/tray_enterprise.cc", |
| 361 "system/enterprise/tray_enterprise.h", | 367 "system/enterprise/tray_enterprise.h", |
| 362 "system/ime/ime_observer.h", | 368 "system/ime/ime_observer.h", |
| 363 "system/ime/tray_ime_chromeos.cc", | 369 "system/ime/tray_ime_chromeos.cc", |
| 364 "system/ime/tray_ime_chromeos.h", | 370 "system/ime/tray_ime_chromeos.h", |
| 365 "system/ime_menu/ime_list_view.cc", | 371 "system/ime_menu/ime_list_view.cc", |
| 366 "system/ime_menu/ime_list_view.h", | 372 "system/ime_menu/ime_list_view.h", |
| 367 "system/ime_menu/ime_menu_tray.cc", | 373 "system/ime_menu/ime_menu_tray.cc", |
| 368 "system/ime_menu/ime_menu_tray.h", | 374 "system/ime_menu/ime_menu_tray.h", |
| (...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1504 "//content/public/app:both", | 1510 "//content/public/app:both", |
| 1505 "//device/bluetooth", | 1511 "//device/bluetooth", |
| 1506 ] | 1512 ] |
| 1507 | 1513 |
| 1508 data_deps = [ | 1514 data_deps = [ |
| 1509 "//ash/strings:ash_test_strings", | 1515 "//ash/strings:ash_test_strings", |
| 1510 "//ash/resources:ash_test_resources_with_content_100_percent", | 1516 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1511 "//ash/resources:ash_test_resources_200_percent", | 1517 "//ash/resources:ash_test_resources_200_percent", |
| 1512 ] | 1518 ] |
| 1513 } | 1519 } |
| OLD | NEW |