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

Side by Side Diff: ash/BUILD.gn

Issue 2739703003: Last sets of tests that can move to common_unittests (Closed)
Patch Set: comments Created 3 years, 9 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/mus/bridge/wm_shell_mus.cc » ('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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 "system/web_notification/web_notification_tray_unittest.cc", 1236 "system/web_notification/web_notification_tray_unittest.cc",
1237 "test/ash_test_helper_unittest.cc", 1237 "test/ash_test_helper_unittest.cc",
1238 "tooltips/tooltip_controller_unittest.cc", 1238 "tooltips/tooltip_controller_unittest.cc",
1239 "wm/ash_focus_rules_unittest.cc", 1239 "wm/ash_focus_rules_unittest.cc",
1240 "wm/dock/docked_window_layout_manager_unittest.cc", 1240 "wm/dock/docked_window_layout_manager_unittest.cc",
1241 "wm/dock/docked_window_resizer_unittest.cc", 1241 "wm/dock/docked_window_resizer_unittest.cc",
1242 "wm/immersive_fullscreen_controller_unittest.cc", 1242 "wm/immersive_fullscreen_controller_unittest.cc",
1243 "wm/lock_state_controller_unittest.cc", 1243 "wm/lock_state_controller_unittest.cc",
1244 "wm/maximize_mode/accelerometer_test_data_literals.cc", 1244 "wm/maximize_mode/accelerometer_test_data_literals.cc",
1245 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc", 1245 "wm/maximize_mode/maximize_mode_window_manager_unittest.cc",
1246 "wm/overlay_event_filter_unittest.cc",
1247 "wm/overview/window_selector_unittest.cc",
1248 "wm/panels/panel_layout_manager_unittest.cc",
1249 "wm/panels/panel_window_resizer_unittest.cc",
1250 "wm/root_window_layout_manager_unittest.cc",
1251 "wm/screen_dimmer_unittest.cc",
1252 "wm/session_state_animator_impl_unittest.cc",
1253 "wm/stacking_controller_unittest.cc",
1254 "wm/system_modal_container_layout_manager_unittest.cc",
1255 "wm/toplevel_window_event_handler_unittest.cc",
1256 "wm/video_detector_unittest.cc",
1257 "wm/window_animations_unittest.cc",
1258 "wm/window_cycle_controller_unittest.cc",
1259 "wm/window_manager_unittest.cc",
1260 "wm/window_modality_controller_unittest.cc",
1261 "wm/window_positioner_unittest.cc",
1262 "wm/window_state_unittest.cc",
1263 "wm/window_util_unittest.cc",
1264 "wm/workspace/magnetism_matcher_unittest.cc",
1265 "wm/workspace/workspace_event_handler_unittest.cc",
1266 "wm/workspace/workspace_window_resizer_unittest.cc",
1267 "wm/workspace_controller_test_helper.cc",
1268 "wm/workspace_controller_test_helper.h",
1269 "wm/workspace_controller_unittest.cc",
1246 ] 1270 ]
1247 deps = [ 1271 deps = [
1248 "//ash", 1272 "//ash",
1249 "//ash/public/cpp:ash_public_cpp", 1273 "//ash/public/cpp:ash_public_cpp",
1250 "//ash/resources/vector_icons", 1274 "//ash/resources/vector_icons",
1251 "//ash/test:test_support_without_content", 1275 "//ash/test:test_support_without_content",
1252 "//base", 1276 "//base",
1253 "//base/test:test_support", 1277 "//base/test:test_support",
1254 "//chromeos", 1278 "//chromeos",
1255 "//chromeos:power_manager_proto", 1279 "//chromeos:power_manager_proto",
(...skipping 10 matching lines...) Expand all
1266 "//ui/compositor:test_support", 1290 "//ui/compositor:test_support",
1267 "//ui/display", 1291 "//ui/display",
1268 "//ui/events:test_support", 1292 "//ui/events:test_support",
1269 "//ui/gfx:test_support", 1293 "//ui/gfx:test_support",
1270 "//ui/keyboard", 1294 "//ui/keyboard",
1271 "//ui/message_center", 1295 "//ui/message_center",
1272 "//ui/message_center:test_support", 1296 "//ui/message_center:test_support",
1273 "//ui/views", 1297 "//ui/views",
1274 "//ui/views:test_support", 1298 "//ui/views:test_support",
1275 "//ui/wm", 1299 "//ui/wm",
1300 "//ui/wm:test_support",
1276 ] 1301 ]
1277 public_deps = [ 1302 public_deps = [
1278 "//ash/test:test_support_without_content", 1303 "//ash/test:test_support_without_content",
1279 ] 1304 ]
1280 } 1305 }
1281 1306
1282 test("ash_unittests") { 1307 test("ash_unittests") {
1283 sources = [ 1308 sources = [
1284 # TODO: move to common_unittests. Fails because of http://crbug.com/622486. 1309 # TODO: move to common_unittests. Fails because of http://crbug.com/622486.
1285 "accelerators/accelerator_commands_unittest.cc", 1310 "accelerators/accelerator_commands_unittest.cc",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 # TODO: mash doesn't support OverviewGestureHandler. 1386 # TODO: mash doesn't support OverviewGestureHandler.
1362 # http://crbug.com/634994. 1387 # http://crbug.com/634994.
1363 "wm/gestures/overview_gesture_handler_unittest.cc", 1388 "wm/gestures/overview_gesture_handler_unittest.cc",
1364 1389
1365 # TODO: fails because keyboard is not enabled in mash. 1390 # TODO: fails because keyboard is not enabled in mash.
1366 # http://crbug.com/648733. 1391 # http://crbug.com/648733.
1367 "wm/lock_layout_manager_unittest.cc", 1392 "wm/lock_layout_manager_unittest.cc",
1368 1393
1369 # TODO: investigate failures in mash. http://crbug.com/698092. 1394 # TODO: investigate failures in mash. http://crbug.com/698092.
1370 "wm/maximize_mode/maximize_mode_controller_unittest.cc", 1395 "wm/maximize_mode/maximize_mode_controller_unittest.cc",
1371 "wm/overlay_event_filter_unittest.cc", 1396
1372 "wm/overview/window_selector_unittest.cc", 1397 # TODO: mash doesn't support CursorManager. http://crbug.com/631103.
1373 "wm/panels/panel_layout_manager_unittest.cc",
1374 "wm/panels/panel_window_resizer_unittest.cc",
1375 "wm/resize_shadow_and_cursor_unittest.cc", 1398 "wm/resize_shadow_and_cursor_unittest.cc",
1376 "wm/root_window_layout_manager_unittest.cc", 1399
1377 "wm/screen_dimmer_unittest.cc", 1400 # TODO: mash doesn't support pinning. http://crbug.com/622486
1378 "wm/screen_pinning_controller_unittest.cc", 1401 "wm/screen_pinning_controller_unittest.cc",
1379 "wm/session_state_animator_impl_unittest.cc", 1402
1380 "wm/stacking_controller_unittest.cc", 1403 # TODO: mash doesn't support SetFirstDisplayAsInternalDisplay(), which all
1404 # the tests in this file use. http://crbug.com/698091.
1381 "wm/system_gesture_event_filter_unittest.cc", 1405 "wm/system_gesture_event_filter_unittest.cc",
1382 "wm/system_modal_container_layout_manager_unittest.cc", 1406
1383 "wm/toplevel_window_event_handler_unittest.cc", 1407 # TODO: MultiWindowResizeControllerTests fail in mash.
1384 "wm/video_detector_unittest.cc", 1408 # http://crbug.com/699172.
1385 "wm/window_animations_unittest.cc",
1386 "wm/window_cycle_controller_unittest.cc",
1387 "wm/window_manager_unittest.cc",
1388 "wm/window_modality_controller_unittest.cc",
1389 "wm/window_positioner_unittest.cc",
1390 "wm/window_state_unittest.cc",
1391 "wm/window_util_unittest.cc",
1392 "wm/workspace/magnetism_matcher_unittest.cc",
1393 "wm/workspace/multi_window_resize_controller_unittest.cc", 1409 "wm/workspace/multi_window_resize_controller_unittest.cc",
1394 "wm/workspace/workspace_event_handler_unittest.cc", 1410
1411 # TODO: fails because the virtual keyboard is not enabled in mash.
1412 # http://crbug.com/648733.
1395 "wm/workspace/workspace_layout_manager_keyboard_unittest.cc", 1413 "wm/workspace/workspace_layout_manager_keyboard_unittest.cc",
1396 "wm/workspace/workspace_window_resizer_unittest.cc",
1397 "wm/workspace_controller_test_helper.cc",
1398 "wm/workspace_controller_test_helper.h",
1399 "wm/workspace_controller_unittest.cc",
1400 ] 1414 ]
1401 configs += [ 1415 configs += [
1402 "//build/config:precompiled_headers", 1416 "//build/config:precompiled_headers",
1403 "//build/config/compiler:no_size_t_to_int_warning", 1417 "//build/config/compiler:no_size_t_to_int_warning",
1404 ] 1418 ]
1405 1419
1406 deps = [ 1420 deps = [
1407 ":ash", 1421 ":ash",
1408 ":common_unittests", 1422 ":common_unittests",
1409 "//ash/autoclick/common:autoclick", 1423 "//ash/autoclick/common:autoclick",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 "//ui/gfx", 1465 "//ui/gfx",
1452 "//ui/gfx/geometry", 1466 "//ui/gfx/geometry",
1453 "//ui/gl:test_support", 1467 "//ui/gl:test_support",
1454 "//ui/keyboard", 1468 "//ui/keyboard",
1455 "//ui/message_center", 1469 "//ui/message_center",
1456 "//ui/resources", 1470 "//ui/resources",
1457 "//ui/strings", 1471 "//ui/strings",
1458 "//ui/views", 1472 "//ui/views",
1459 "//ui/views:test_support", 1473 "//ui/views:test_support",
1460 "//ui/wm", 1474 "//ui/wm",
1461 "//ui/wm:test_support",
1462 "//url", 1475 "//url",
1463 ] 1476 ]
1464 1477
1465 data_deps = [ 1478 data_deps = [
1466 "//ash/strings:ash_test_strings", 1479 "//ash/strings:ash_test_strings",
1467 "//ash/resources:ash_test_resources_100_percent", 1480 "//ash/resources:ash_test_resources_100_percent",
1468 "//ash/resources:ash_test_resources_200_percent", 1481 "//ash/resources:ash_test_resources_200_percent",
1469 ] 1482 ]
1470 1483
1471 if (!use_x11) { 1484 if (!use_x11) {
(...skipping 23 matching lines...) Expand all
1495 "//content/public/app:both", 1508 "//content/public/app:both",
1496 "//device/bluetooth", 1509 "//device/bluetooth",
1497 ] 1510 ]
1498 1511
1499 data_deps = [ 1512 data_deps = [
1500 "//ash/strings:ash_test_strings", 1513 "//ash/strings:ash_test_strings",
1501 "//ash/resources:ash_test_resources_with_content_100_percent", 1514 "//ash/resources:ash_test_resources_with_content_100_percent",
1502 "//ash/resources:ash_test_resources_200_percent", 1515 "//ash/resources:ash_test_resources_200_percent",
1503 ] 1516 ]
1504 } 1517 }
OLDNEW
« no previous file with comments | « no previous file | ash/mus/bridge/wm_shell_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698