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