Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: ash/BUILD.gn

Issue 2843193002: chromeos: fix focus for mushrome (Closed)
Patch Set: feedback Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 "frame/custom_frame_view_ash_unittest.cc", 1149 "frame/custom_frame_view_ash_unittest.cc",
1150 "frame/default_header_painter_unittest.cc", 1150 "frame/default_header_painter_unittest.cc",
1151 "laser/laser_pointer_controller_unittest.cc", 1151 "laser/laser_pointer_controller_unittest.cc",
1152 "laser/laser_pointer_points_unittest.cc", 1152 "laser/laser_pointer_points_unittest.cc",
1153 "laser/laser_segment_utils_unittest.cc", 1153 "laser/laser_segment_utils_unittest.cc",
1154 "metrics/desktop_task_switch_metric_recorder_unittest.cc", 1154 "metrics/desktop_task_switch_metric_recorder_unittest.cc",
1155 "metrics/pointer_metrics_recorder_unittest.cc", 1155 "metrics/pointer_metrics_recorder_unittest.cc",
1156 "metrics/task_switch_metrics_recorder_unittest.cc", 1156 "metrics/task_switch_metrics_recorder_unittest.cc",
1157 "metrics/task_switch_time_tracker_unittest.cc", 1157 "metrics/task_switch_time_tracker_unittest.cc",
1158 "metrics/user_metrics_recorder_unittest.cc", 1158 "metrics/user_metrics_recorder_unittest.cc",
1159 "mus/window_manager_common_unittests.cc",
1159 "mus_property_mirror_ash_unittest.cc", 1160 "mus_property_mirror_ash_unittest.cc",
1160 "root_window_controller_unittest.cc", 1161 "root_window_controller_unittest.cc",
1161 "rotator/screen_rotation_animation_unittest.cc", 1162 "rotator/screen_rotation_animation_unittest.cc",
1162 "rotator/screen_rotation_animator_unittest.cc", 1163 "rotator/screen_rotation_animator_unittest.cc",
1163 "screen_util_unittest.cc", 1164 "screen_util_unittest.cc",
1164 "session/session_controller_unittest.cc", 1165 "session/session_controller_unittest.cc",
1165 "shelf/app_list_button_unittest.cc", 1166 "shelf/app_list_button_unittest.cc",
1166 "shelf/shelf_application_menu_model_unittest.cc", 1167 "shelf/shelf_application_menu_model_unittest.cc",
1167 "shelf/shelf_background_animator_unittest.cc", 1168 "shelf/shelf_background_animator_unittest.cc",
1168 "shelf/shelf_button_pressed_metric_tracker_unittest.cc", 1169 "shelf/shelf_button_pressed_metric_tracker_unittest.cc",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 "wm/workspace/workspace_event_handler_unittest.cc", 1250 "wm/workspace/workspace_event_handler_unittest.cc",
1250 "wm/workspace/workspace_layout_manager_unittest.cc", 1251 "wm/workspace/workspace_layout_manager_unittest.cc",
1251 "wm/workspace/workspace_window_resizer_unittest.cc", 1252 "wm/workspace/workspace_window_resizer_unittest.cc",
1252 "wm/workspace_controller_test_helper.cc", 1253 "wm/workspace_controller_test_helper.cc",
1253 "wm/workspace_controller_test_helper.h", 1254 "wm/workspace_controller_test_helper.h",
1254 "wm/workspace_controller_unittest.cc", 1255 "wm/workspace_controller_unittest.cc",
1255 "wm_window_unittest.cc", 1256 "wm_window_unittest.cc",
1256 ] 1257 ]
1257 deps = [ 1258 deps = [
1258 "//ash", 1259 "//ash",
1260 "//ash/mus:lib",
1259 "//ash/public/cpp:ash_public_cpp", 1261 "//ash/public/cpp:ash_public_cpp",
1260 "//ash/public/cpp:unit_tests", 1262 "//ash/public/cpp:unit_tests",
1261 "//ash/resources/vector_icons", 1263 "//ash/resources/vector_icons",
1262 "//ash/test:test_support_without_content", 1264 "//ash/test:test_support_without_content",
1263 "//base", 1265 "//base",
1264 "//base/test:test_support", 1266 "//base/test:test_support",
1265 "//chromeos", 1267 "//chromeos",
1266 "//chromeos:power_manager_proto", 1268 "//chromeos:power_manager_proto",
1267 "//chromeos:test_support_without_gmock", 1269 "//chromeos:test_support_without_gmock",
1268 "//device/bluetooth", 1270 "//device/bluetooth",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1491 "//content/public/app:both",
1490 "//device/bluetooth", 1492 "//device/bluetooth",
1491 ] 1493 ]
1492 1494
1493 data_deps = [ 1495 data_deps = [
1494 "//ash/strings:ash_test_strings", 1496 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1497 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1498 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1499 ]
1498 } 1500 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698