| 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/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 "shadow_controller.cc", | 66 "shadow_controller.cc", |
| 67 "shadow_controller.h", | 67 "shadow_controller.h", |
| 68 "shelf_layout_impl.cc", | 68 "shelf_layout_impl.cc", |
| 69 "shelf_layout_impl.h", | 69 "shelf_layout_impl.h", |
| 70 "shelf_layout_manager.cc", | 70 "shelf_layout_manager.cc", |
| 71 "shelf_layout_manager.h", | 71 "shelf_layout_manager.h", |
| 72 "status_layout_manager.cc", | 72 "status_layout_manager.cc", |
| 73 "status_layout_manager.h", | 73 "status_layout_manager.h", |
| 74 "user_window_controller_impl.cc", | 74 "user_window_controller_impl.cc", |
| 75 "user_window_controller_impl.h", | 75 "user_window_controller_impl.h", |
| 76 "window_layout.cc", | |
| 77 "window_layout.h", | |
| 78 "window_manager.cc", | 76 "window_manager.cc", |
| 79 "window_manager.h", | 77 "window_manager.h", |
| 80 "window_manager_application.cc", | 78 "window_manager_application.cc", |
| 81 "window_manager_application.h", | 79 "window_manager_application.h", |
| 82 ] | 80 ] |
| 83 | 81 |
| 84 deps = [ | 82 deps = [ |
| 85 "//ash/wm/common:ash_wm_common", | 83 "//ash/wm/common:ash_wm_common", |
| 86 "//base", | 84 "//base", |
| 87 "//components/mus/common:mus_common", | 85 "//components/mus/common:mus_common", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 } | 153 } |
| 156 | 154 |
| 157 source_set("unittests") { | 155 source_set("unittests") { |
| 158 testonly = true | 156 testonly = true |
| 159 | 157 |
| 160 sources = [ | 158 sources = [ |
| 161 "accelerator_registrar_unittest.cc", | 159 "accelerator_registrar_unittest.cc", |
| 162 "app_launch_unittest.cc", | 160 "app_launch_unittest.cc", |
| 163 "frame/move_loop_unittest.cc", | 161 "frame/move_loop_unittest.cc", |
| 164 "layout_manager_unittest.cc", | 162 "layout_manager_unittest.cc", |
| 163 "test/wm_test_base.cc", |
| 164 "test/wm_test_base.h", |
| 165 "test/wm_test_helper.cc", |
| 166 "test/wm_test_helper.h", |
| 165 "test/wm_test_screen.cc", | 167 "test/wm_test_screen.cc", |
| 166 "test/wm_test_screen.h", | 168 "test/wm_test_screen.h", |
| 167 "window_manager_unittest.cc", | 169 "window_manager_unittest.cc", |
| 170 "workspace/workspace_layout_manager_unittest.cc", |
| 168 ] | 171 ] |
| 169 | 172 |
| 170 deps = [ | 173 deps = [ |
| 171 ":lib", | 174 ":lib", |
| 175 ":resources", |
| 176 "//ash/wm/common:ash_wm_common", |
| 172 "//base", | 177 "//base", |
| 173 "//base/test:test_config", | 178 "//base/test:test_config", |
| 174 "//components/mus/common:mus_common", | 179 "//components/mus/common:mus_common", |
| 175 "//components/mus/public/cpp", | 180 "//components/mus/public/cpp", |
| 181 "//components/mus/public/cpp/tests:test_support", |
| 176 "//components/mus/public/cpp/tests:unittest_support", | 182 "//components/mus/public/cpp/tests:unittest_support", |
| 177 "//components/mus/public/interfaces", | 183 "//components/mus/public/interfaces", |
| 178 "//mash/wm/public/interfaces", | 184 "//mash/wm/public/interfaces", |
| 179 "//mojo/converters/geometry", | 185 "//mojo/converters/geometry", |
| 180 "//mojo/converters/input_events", | 186 "//mojo/converters/input_events", |
| 181 "//mojo/edk/system", | 187 "//mojo/edk/system", |
| 182 "//mojo/gles2", | 188 "//mojo/gles2", |
| 183 "//mojo/platform_handle", | 189 "//mojo/platform_handle", |
| 184 "//mojo/public/cpp/system", | 190 "//mojo/public/cpp/system", |
| 185 "//services/shell/public/cpp:shell_test_support", | 191 "//services/shell/public/cpp:shell_test_support", |
| 186 "//testing/gtest", | 192 "//testing/gtest", |
| 187 "//ui/aura", | 193 "//ui/aura", |
| 188 "//ui/base", | 194 "//ui/base", |
| 189 "//ui/display", | 195 "//ui/display", |
| 190 "//ui/events", | 196 "//ui/events", |
| 191 "//ui/gfx:test_support", | 197 "//ui/gfx:test_support", |
| 192 "//ui/gfx/geometry", | 198 "//ui/gfx/geometry", |
| 193 "//ui/mojo/geometry:interfaces", | 199 "//ui/mojo/geometry:interfaces", |
| 194 "//ui/mojo/geometry:util", | 200 "//ui/mojo/geometry:util", |
| 195 "//ui/views/mus", | 201 "//ui/views/mus", |
| 196 ] | 202 ] |
| 197 | 203 |
| 198 data_deps = [ | 204 data_deps = [ |
| 199 ":wm", | 205 ":wm", |
| 200 "//mash/quick_launch", | 206 "//mash/quick_launch", |
| 201 ] | 207 ] |
| 202 } | 208 } |
| OLD | NEW |