OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//mojo/public/tools/bindings/mojom.gni") | 7 import("//mojo/public/tools/bindings/mojom.gni") |
8 import("//tools/grit/repack.gni") | 8 import("//tools/grit/repack.gni") |
9 | 9 |
10 group("tests") { | 10 group("tests") { |
(...skipping 26 matching lines...) Expand all Loading... |
37 "frame/move_loop.cc", | 37 "frame/move_loop.cc", |
38 "frame/move_loop.h", | 38 "frame/move_loop.h", |
39 "frame/non_client_frame_view_mash.cc", | 39 "frame/non_client_frame_view_mash.cc", |
40 "frame/non_client_frame_view_mash.h", | 40 "frame/non_client_frame_view_mash.h", |
41 "layout_manager.cc", | 41 "layout_manager.cc", |
42 "layout_manager.h", | 42 "layout_manager.h", |
43 "non_client_frame_controller.cc", | 43 "non_client_frame_controller.cc", |
44 "non_client_frame_controller.h", | 44 "non_client_frame_controller.h", |
45 "property_util.cc", | 45 "property_util.cc", |
46 "property_util.h", | 46 "property_util.h", |
| 47 "screenlock_layout.cc", |
| 48 "screenlock_layout.h", |
47 "shadow.cc", | 49 "shadow.cc", |
48 "shadow.h", | 50 "shadow.h", |
49 "shadow_controller.cc", | 51 "shadow_controller.cc", |
50 "shadow_controller.h", | 52 "shadow_controller.h", |
51 "shelf_layout.cc", | 53 "shelf_layout.cc", |
52 "shelf_layout.h", | 54 "shelf_layout.h", |
53 "user_window_controller_impl.cc", | 55 "user_window_controller_impl.cc", |
54 "user_window_controller_impl.h", | 56 "user_window_controller_impl.h", |
55 "window_layout.cc", | 57 "window_layout.cc", |
56 "window_layout.h", | 58 "window_layout.h", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "//testing/gtest", | 175 "//testing/gtest", |
174 "//third_party/mojo/src/mojo/edk/system", | 176 "//third_party/mojo/src/mojo/edk/system", |
175 "//ui/base", | 177 "//ui/base", |
176 "//ui/events", | 178 "//ui/events", |
177 "//ui/gfx:test_support", | 179 "//ui/gfx:test_support", |
178 "//ui/gfx/geometry", | 180 "//ui/gfx/geometry", |
179 "//ui/mojo/geometry:interfaces", | 181 "//ui/mojo/geometry:interfaces", |
180 "//ui/mojo/geometry:util", | 182 "//ui/mojo/geometry:util", |
181 ] | 183 ] |
182 } | 184 } |
OLD | NEW |