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 28 matching lines...) Expand all Loading... |
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 "root_window_controller.cc", | 47 "root_window_controller.cc", |
48 "root_window_controller.h", | 48 "root_window_controller.h", |
| 49 "root_windows_observer.h", |
49 "screenlock_layout.cc", | 50 "screenlock_layout.cc", |
50 "screenlock_layout.h", | 51 "screenlock_layout.h", |
51 "shadow.cc", | 52 "shadow.cc", |
52 "shadow.h", | 53 "shadow.h", |
53 "shadow_controller.cc", | 54 "shadow_controller.cc", |
54 "shadow_controller.h", | 55 "shadow_controller.h", |
55 "shelf_layout.cc", | 56 "shelf_layout.cc", |
56 "shelf_layout.h", | 57 "shelf_layout.h", |
57 "user_window_controller_impl.cc", | 58 "user_window_controller_impl.cc", |
58 "user_window_controller_impl.h", | 59 "user_window_controller_impl.h", |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 "//testing/gtest", | 178 "//testing/gtest", |
178 "//third_party/mojo/src/mojo/edk/system", | 179 "//third_party/mojo/src/mojo/edk/system", |
179 "//ui/base", | 180 "//ui/base", |
180 "//ui/events", | 181 "//ui/events", |
181 "//ui/gfx:test_support", | 182 "//ui/gfx:test_support", |
182 "//ui/gfx/geometry", | 183 "//ui/gfx/geometry", |
183 "//ui/mojo/geometry:interfaces", | 184 "//ui/mojo/geometry:interfaces", |
184 "//ui/mojo/geometry:util", | 185 "//ui/mojo/geometry:util", |
185 ] | 186 ] |
186 } | 187 } |
OLD | NEW |