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 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 "wm/window_positioner_unittest.cc", | 1246 "wm/window_positioner_unittest.cc", |
1247 "wm/window_state_unittest.cc", | 1247 "wm/window_state_unittest.cc", |
1248 "wm/window_util_unittest.cc", | 1248 "wm/window_util_unittest.cc", |
1249 "wm/workspace/magnetism_matcher_unittest.cc", | 1249 "wm/workspace/magnetism_matcher_unittest.cc", |
1250 "wm/workspace/workspace_event_handler_unittest.cc", | 1250 "wm/workspace/workspace_event_handler_unittest.cc", |
1251 "wm/workspace/workspace_layout_manager_unittest.cc", | 1251 "wm/workspace/workspace_layout_manager_unittest.cc", |
1252 "wm/workspace/workspace_window_resizer_unittest.cc", | 1252 "wm/workspace/workspace_window_resizer_unittest.cc", |
1253 "wm/workspace_controller_test_helper.cc", | 1253 "wm/workspace_controller_test_helper.cc", |
1254 "wm/workspace_controller_test_helper.h", | 1254 "wm/workspace_controller_test_helper.h", |
1255 "wm/workspace_controller_unittest.cc", | 1255 "wm/workspace_controller_unittest.cc", |
1256 "wm_window_unittest.cc", | |
1257 ] | 1256 ] |
1258 deps = [ | 1257 deps = [ |
1259 "//ash", | 1258 "//ash", |
1260 "//ash/mus:lib", | 1259 "//ash/mus:lib", |
1261 "//ash/public/cpp:ash_public_cpp", | 1260 "//ash/public/cpp:ash_public_cpp", |
1262 "//ash/public/cpp:unit_tests", | 1261 "//ash/public/cpp:unit_tests", |
1263 "//ash/resources/vector_icons", | 1262 "//ash/resources/vector_icons", |
1264 "//ash/test:test_support_without_content", | 1263 "//ash/test:test_support_without_content", |
1265 "//base", | 1264 "//base", |
1266 "//base/test:test_support", | 1265 "//base/test:test_support", |
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 "//content/public/app:both", | 1490 "//content/public/app:both", |
1492 "//device/bluetooth", | 1491 "//device/bluetooth", |
1493 ] | 1492 ] |
1494 | 1493 |
1495 data_deps = [ | 1494 data_deps = [ |
1496 "//ash/strings:ash_test_strings", | 1495 "//ash/strings:ash_test_strings", |
1497 "//ash/resources:ash_test_resources_with_content_100_percent", | 1496 "//ash/resources:ash_test_resources_with_content_100_percent", |
1498 "//ash/resources:ash_test_resources_200_percent", | 1497 "//ash/resources:ash_test_resources_200_percent", |
1499 ] | 1498 ] |
1500 } | 1499 } |
OLD | NEW |