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 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1165 "aura/pointer_watcher_adapter_unittest.cc", | 1165 "aura/pointer_watcher_adapter_unittest.cc", |
1166 "autoclick/autoclick_unittest.cc", | 1166 "autoclick/autoclick_unittest.cc", |
1167 "common/devtools/ash_devtools_unittest.cc", | 1167 "common/devtools/ash_devtools_unittest.cc", |
1168 "common/session/session_controller_unittest.cc", | 1168 "common/session/session_controller_unittest.cc", |
1169 | 1169 |
1170 # TODO: convert to use AshTest http://crbug.com/654489. | 1170 # TODO: convert to use AshTest http://crbug.com/654489. |
1171 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", | 1171 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", |
1172 "common/frame/custom_frame_view_ash_unittest.cc", | 1172 "common/frame/custom_frame_view_ash_unittest.cc", |
1173 "common/frame/default_header_painter_unittest.cc", | 1173 "common/frame/default_header_painter_unittest.cc", |
1174 | 1174 |
1175 # TODO: convert to use AshTest http://crbug.com/654491. | |
1176 "common/material_design/material_design_controller_unittest.cc", | |
1177 | |
1178 # TODO: convert to use AshTest http://crbug.com/654492. | 1175 # TODO: convert to use AshTest http://crbug.com/654492. |
1179 "common/metrics/pointer_metrics_recorder_unittest.cc", | 1176 "common/metrics/pointer_metrics_recorder_unittest.cc", |
1180 | 1177 |
1181 # TODO: convert to use AshTest http://crbug.com/654493. | 1178 # TODO: convert to use AshTest http://crbug.com/654493. |
1182 "common/popup_message_unittest.cc", | 1179 "common/popup_message_unittest.cc", |
1183 | 1180 |
1184 # TODO: convert to use AshTest http://crbug.com/654494. | 1181 # TODO: convert to use AshTest http://crbug.com/654494. |
1185 "common/shelf/shelf_application_menu_model_unittest.cc", | 1182 "common/shelf/shelf_application_menu_model_unittest.cc", |
1186 "common/shelf/shelf_background_animator_unittest.cc", | 1183 "common/shelf/shelf_background_animator_unittest.cc", |
1187 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", | 1184 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1419 "//content/public/app:both", | 1416 "//content/public/app:both", |
1420 "//device/bluetooth", | 1417 "//device/bluetooth", |
1421 ] | 1418 ] |
1422 | 1419 |
1423 data_deps = [ | 1420 data_deps = [ |
1424 "//ash/common/strings:ash_test_strings", | 1421 "//ash/common/strings:ash_test_strings", |
1425 "//ash/resources:ash_test_resources_with_content_100_percent", | 1422 "//ash/resources:ash_test_resources_with_content_100_percent", |
1426 "//ash/resources:ash_test_resources_200_percent", | 1423 "//ash/resources:ash_test_resources_200_percent", |
1427 ] | 1424 ] |
1428 } | 1425 } |
OLD | NEW |