| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "common/metrics/pointer_metrics_recorder.cc", | 121 "common/metrics/pointer_metrics_recorder.cc", |
| 122 "common/metrics/pointer_metrics_recorder.h", | 122 "common/metrics/pointer_metrics_recorder.h", |
| 123 "common/metrics/user_metrics_action.h", | 123 "common/metrics/user_metrics_action.h", |
| 124 "common/mojo_interface_factory.cc", | 124 "common/mojo_interface_factory.cc", |
| 125 "common/mojo_interface_factory.h", | 125 "common/mojo_interface_factory.h", |
| 126 "common/multi_profile_uma.cc", | 126 "common/multi_profile_uma.cc", |
| 127 "common/multi_profile_uma.h", | 127 "common/multi_profile_uma.h", |
| 128 "common/new_window_controller.cc", | 128 "common/new_window_controller.cc", |
| 129 "common/new_window_controller.h", | 129 "common/new_window_controller.h", |
| 130 "common/palette_delegate.h", | 130 "common/palette_delegate.h", |
| 131 "common/popup_message.cc", | |
| 132 "common/popup_message.h", | |
| 133 "common/scoped_root_window_for_new_windows.cc", | 131 "common/scoped_root_window_for_new_windows.cc", |
| 134 "common/scoped_root_window_for_new_windows.h", | 132 "common/scoped_root_window_for_new_windows.h", |
| 135 "common/session/session_controller.cc", | 133 "common/session/session_controller.cc", |
| 136 "common/session/session_controller.h", | 134 "common/session/session_controller.h", |
| 137 "common/session/session_state_delegate.cc", | 135 "common/session/session_state_delegate.cc", |
| 138 "common/session/session_state_delegate.h", | 136 "common/session/session_state_delegate.h", |
| 139 "common/session/session_state_observer.cc", | 137 "common/session/session_state_observer.cc", |
| 140 "common/session/session_state_observer.h", | 138 "common/session/session_state_observer.h", |
| 141 "common/shelf/app_list_button.cc", | 139 "common/shelf/app_list_button.cc", |
| 142 "common/shelf/app_list_button.h", | 140 "common/shelf/app_list_button.h", |
| (...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1169 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", | 1167 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c
c", |
| 1170 "common/frame/custom_frame_view_ash_unittest.cc", | 1168 "common/frame/custom_frame_view_ash_unittest.cc", |
| 1171 "common/frame/default_header_painter_unittest.cc", | 1169 "common/frame/default_header_painter_unittest.cc", |
| 1172 | 1170 |
| 1173 # TODO: convert to use AshTest http://crbug.com/654491. | 1171 # TODO: convert to use AshTest http://crbug.com/654491. |
| 1174 "common/material_design/material_design_controller_unittest.cc", | 1172 "common/material_design/material_design_controller_unittest.cc", |
| 1175 | 1173 |
| 1176 # TODO: convert to use AshTest http://crbug.com/654492. | 1174 # TODO: convert to use AshTest http://crbug.com/654492. |
| 1177 "common/metrics/pointer_metrics_recorder_unittest.cc", | 1175 "common/metrics/pointer_metrics_recorder_unittest.cc", |
| 1178 | 1176 |
| 1179 # TODO: convert to use AshTest http://crbug.com/654493. | |
| 1180 "common/popup_message_unittest.cc", | |
| 1181 | |
| 1182 # TODO: convert to use AshTest http://crbug.com/654494. | 1177 # TODO: convert to use AshTest http://crbug.com/654494. |
| 1183 "common/shelf/shelf_application_menu_model_unittest.cc", | 1178 "common/shelf/shelf_application_menu_model_unittest.cc", |
| 1184 "common/shelf/shelf_background_animator_unittest.cc", | 1179 "common/shelf/shelf_background_animator_unittest.cc", |
| 1185 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", | 1180 "common/shelf/shelf_button_pressed_metric_tracker_unittest.cc", |
| 1186 "common/shelf/shelf_locking_manager_unittest.cc", | 1181 "common/shelf/shelf_locking_manager_unittest.cc", |
| 1187 "common/shelf/shelf_model_unittest.cc", | 1182 "common/shelf/shelf_model_unittest.cc", |
| 1188 "common/shelf/shelf_tooltip_manager_unittest.cc", | 1183 "common/shelf/shelf_tooltip_manager_unittest.cc", |
| 1189 "common/shelf/shelf_window_watcher_unittest.cc", | 1184 "common/shelf/shelf_window_watcher_unittest.cc", |
| 1190 | 1185 |
| 1191 # TODO: convert to use AshTest http://crbug.com/654495. | 1186 # TODO: convert to use AshTest http://crbug.com/654495. |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1418 "//content/public/app:both", | 1413 "//content/public/app:both", |
| 1419 "//device/bluetooth", | 1414 "//device/bluetooth", |
| 1420 ] | 1415 ] |
| 1421 | 1416 |
| 1422 data_deps = [ | 1417 data_deps = [ |
| 1423 "//ash/common/strings:ash_test_strings", | 1418 "//ash/common/strings:ash_test_strings", |
| 1424 "//ash/resources:ash_test_resources_with_content_100_percent", | 1419 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1425 "//ash/resources:ash_test_resources_200_percent", | 1420 "//ash/resources:ash_test_resources_200_percent", |
| 1426 ] | 1421 ] |
| 1427 } | 1422 } |
| OLD | NEW |