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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 "system/display_scale/scale_detailed_view.cc", | 369 "system/display_scale/scale_detailed_view.cc", |
370 "system/display_scale/scale_detailed_view.h", | 370 "system/display_scale/scale_detailed_view.h", |
371 "system/display_scale/scale_view.cc", | 371 "system/display_scale/scale_view.cc", |
372 "system/display_scale/scale_view.h", | 372 "system/display_scale/scale_view.h", |
373 "system/display_scale/tray_scale.cc", | 373 "system/display_scale/tray_scale.cc", |
374 "system/display_scale/tray_scale.h", | 374 "system/display_scale/tray_scale.h", |
375 "system/enterprise/enterprise_domain_observer.h", | 375 "system/enterprise/enterprise_domain_observer.h", |
376 "system/enterprise/tray_enterprise.cc", | 376 "system/enterprise/tray_enterprise.cc", |
377 "system/enterprise/tray_enterprise.h", | 377 "system/enterprise/tray_enterprise.h", |
378 "system/ime/ime_observer.h", | 378 "system/ime/ime_observer.h", |
| 379 "system/ime/ime_util.cc", |
| 380 "system/ime/ime_util.h", |
379 "system/ime/tray_ime_chromeos.cc", | 381 "system/ime/tray_ime_chromeos.cc", |
380 "system/ime/tray_ime_chromeos.h", | 382 "system/ime/tray_ime_chromeos.h", |
381 "system/ime_menu/ime_list_view.cc", | 383 "system/ime_menu/ime_list_view.cc", |
382 "system/ime_menu/ime_list_view.h", | 384 "system/ime_menu/ime_list_view.h", |
383 "system/ime_menu/ime_menu_tray.cc", | 385 "system/ime_menu/ime_menu_tray.cc", |
384 "system/ime_menu/ime_menu_tray.h", | 386 "system/ime_menu/ime_menu_tray.h", |
385 "system/keyboard_brightness_control_delegate.h", | 387 "system/keyboard_brightness_control_delegate.h", |
386 "system/keyboard_brightness_controller.cc", | 388 "system/keyboard_brightness_controller.cc", |
387 "system/keyboard_brightness_controller.h", | 389 "system/keyboard_brightness_controller.h", |
388 "system/locale/locale_notification_controller.cc", | 390 "system/locale/locale_notification_controller.cc", |
(...skipping 1137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1526 "//content/public/app:both", | 1528 "//content/public/app:both", |
1527 "//device/bluetooth", | 1529 "//device/bluetooth", |
1528 ] | 1530 ] |
1529 | 1531 |
1530 data_deps = [ | 1532 data_deps = [ |
1531 "//ash/strings:ash_test_strings", | 1533 "//ash/strings:ash_test_strings", |
1532 "//ash/resources:ash_test_resources_with_content_100_percent", | 1534 "//ash/resources:ash_test_resources_with_content_100_percent", |
1533 "//ash/resources:ash_test_resources_200_percent", | 1535 "//ash/resources:ash_test_resources_200_percent", |
1534 ] | 1536 ] |
1535 } | 1537 } |
OLD | NEW |