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

Side by Side Diff: ash/BUILD.gn

Issue 2712793002: chromeos: Adds AshDevToolsTest to common_unittests (Closed)
Patch Set: Created 3 years, 10 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
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 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 ] 1150 ]
1151 } 1151 }
1152 1152
1153 # This target includes the tests that are run by both ash and mash. Eventually 1153 # This target includes the tests that are run by both ash and mash. Eventually
1154 # the majority of tests in |ash_unittests| should move here. 1154 # the majority of tests in |ash_unittests| should move here.
1155 source_set("common_unittests") { 1155 source_set("common_unittests") {
1156 testonly = true 1156 testonly = true
1157 sources = [ 1157 sources = [
1158 "accelerators/accelerator_controller_unittest.cc", 1158 "accelerators/accelerator_controller_unittest.cc",
1159 "common/accelerators/accelerator_table_unittest.cc", 1159 "common/accelerators/accelerator_table_unittest.cc",
1160 "common/devtools/ash_devtools_unittest.cc",
1160 "common/drag_drop/drag_image_view_unittest.cc", 1161 "common/drag_drop/drag_image_view_unittest.cc",
1161 "common/mus_property_mirror_ash_unittest.cc", 1162 "common/mus_property_mirror_ash_unittest.cc",
1162 "common/system/chromeos/audio/tray_audio_unittest.cc", 1163 "common/system/chromeos/audio/tray_audio_unittest.cc",
1163 "common/system/chromeos/brightness/tray_brightness_unittest.cc", 1164 "common/system/chromeos/brightness/tray_brightness_unittest.cc",
1164 "common/system/chromeos/network/vpn_list_unittest.cc", 1165 "common/system/chromeos/network/vpn_list_unittest.cc",
1165 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc", 1166 "common/system/chromeos/screen_security/screen_tray_item_unittest.cc",
1166 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc", 1167 "common/system/chromeos/supervised/tray_supervised_user_unittest.cc",
1167 "common/system/date/date_view_unittest.cc", 1168 "common/system/date/date_view_unittest.cc",
1168 "common/system/update/tray_update_unittest.cc", 1169 "common/system/update/tray_update_unittest.cc",
1169 "common/wm/container_finder_unittest.cc", 1170 "common/wm/container_finder_unittest.cc",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1202 test("ash_unittests") { 1203 test("ash_unittests") {
1203 sources = [ 1204 sources = [
1204 "accelerators/accelerator_commands_unittest.cc", 1205 "accelerators/accelerator_commands_unittest.cc",
1205 "accelerators/accelerator_filter_unittest.cc", 1206 "accelerators/accelerator_filter_unittest.cc",
1206 "accelerators/magnifier_key_scroller_unittest.cc", 1207 "accelerators/magnifier_key_scroller_unittest.cc",
1207 "accelerators/spoken_feedback_toggler_unittest.cc", 1208 "accelerators/spoken_feedback_toggler_unittest.cc",
1208 "app_list/app_list_presenter_delegate_unittest.cc", 1209 "app_list/app_list_presenter_delegate_unittest.cc",
1209 "ash_touch_exploration_manager_chromeos_unittest.cc", 1210 "ash_touch_exploration_manager_chromeos_unittest.cc",
1210 "aura/pointer_watcher_adapter_unittest.cc", 1211 "aura/pointer_watcher_adapter_unittest.cc",
1211 "autoclick/autoclick_unittest.cc", 1212 "autoclick/autoclick_unittest.cc",
1212 "common/devtools/ash_devtools_unittest.cc",
1213 "common/session/session_controller_unittest.cc", 1213 "common/session/session_controller_unittest.cc",
1214 1214
1215 # TODO: convert to use AshTest http://crbug.com/654489. 1215 # TODO: convert to use AshTest http://crbug.com/654489.
1216 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c", 1216 "common/frame/caption_buttons/frame_caption_button_container_view_unittest.c c",
1217 "common/frame/custom_frame_view_ash_unittest.cc", 1217 "common/frame/custom_frame_view_ash_unittest.cc",
1218 "common/frame/default_header_painter_unittest.cc", 1218 "common/frame/default_header_painter_unittest.cc",
1219 1219
1220 # TODO: convert to use AshTest http://crbug.com/654492. 1220 # TODO: convert to use AshTest http://crbug.com/654492.
1221 "common/metrics/pointer_metrics_recorder_unittest.cc", 1221 "common/metrics/pointer_metrics_recorder_unittest.cc",
1222 1222
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 "//content/public/app:both", 1462 "//content/public/app:both",
1463 "//device/bluetooth", 1463 "//device/bluetooth",
1464 ] 1464 ]
1465 1465
1466 data_deps = [ 1466 data_deps = [
1467 "//ash/common/strings:ash_test_strings", 1467 "//ash/common/strings:ash_test_strings",
1468 "//ash/resources:ash_test_resources_with_content_100_percent", 1468 "//ash/resources:ash_test_resources_with_content_100_percent",
1469 "//ash/resources:ash_test_resources_200_percent", 1469 "//ash/resources:ash_test_resources_200_percent",
1470 ] 1470 ]
1471 } 1471 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/devtools/ash_devtools_unittest.cc » ('j') | ash/common/devtools/ash_devtools_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698