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 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 "first_run/first_run_helper_impl.h", | 672 "first_run/first_run_helper_impl.h", |
673 "high_contrast/high_contrast_controller.cc", | 673 "high_contrast/high_contrast_controller.cc", |
674 "high_contrast/high_contrast_controller.h", | 674 "high_contrast/high_contrast_controller.h", |
675 "host/ash_window_tree_host.cc", | 675 "host/ash_window_tree_host.cc", |
676 "host/ash_window_tree_host.h", | 676 "host/ash_window_tree_host.h", |
677 "host/ash_window_tree_host_init_params.h", | 677 "host/ash_window_tree_host_init_params.h", |
678 "host/ash_window_tree_host_platform.cc", | 678 "host/ash_window_tree_host_platform.cc", |
679 "host/ash_window_tree_host_platform.h", | 679 "host/ash_window_tree_host_platform.h", |
680 "host/ash_window_tree_host_unified.cc", | 680 "host/ash_window_tree_host_unified.cc", |
681 "host/ash_window_tree_host_unified.h", | 681 "host/ash_window_tree_host_unified.h", |
682 "host/ash_window_tree_host_win.cc", | |
683 "host/ash_window_tree_host_win.h", | |
684 "host/ash_window_tree_host_x11.cc", | 682 "host/ash_window_tree_host_x11.cc", |
685 "host/ash_window_tree_host_x11.h", | 683 "host/ash_window_tree_host_x11.h", |
686 "host/root_window_transformer.h", | 684 "host/root_window_transformer.h", |
687 "host/transformer_helper.cc", | 685 "host/transformer_helper.cc", |
688 "host/transformer_helper.h", | 686 "host/transformer_helper.h", |
689 "ime/input_method_event_handler.cc", | 687 "ime/input_method_event_handler.cc", |
690 "ime/input_method_event_handler.h", | 688 "ime/input_method_event_handler.h", |
691 "laser/laser_pointer_controller.cc", | 689 "laser/laser_pointer_controller.cc", |
692 "laser/laser_pointer_controller.h", | 690 "laser/laser_pointer_controller.h", |
693 "laser/laser_pointer_points.cc", | 691 "laser/laser_pointer_points.cc", |
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1433 "//content/public/app:both", | 1431 "//content/public/app:both", |
1434 "//device/bluetooth", | 1432 "//device/bluetooth", |
1435 ] | 1433 ] |
1436 | 1434 |
1437 data_deps = [ | 1435 data_deps = [ |
1438 "//ash/common/strings:ash_test_strings", | 1436 "//ash/common/strings:ash_test_strings", |
1439 "//ash/resources:ash_test_resources_with_content_100_percent", | 1437 "//ash/resources:ash_test_resources_with_content_100_percent", |
1440 "//ash/resources:ash_test_resources_200_percent", | 1438 "//ash/resources:ash_test_resources_200_percent", |
1441 ] | 1439 ] |
1442 } | 1440 } |
OLD | NEW |