| 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("//services/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
| 8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 "native_widget_mus.h", | 26 "native_widget_mus.h", |
| 27 "os_exchange_data_provider_mus.cc", | 27 "os_exchange_data_provider_mus.cc", |
| 28 "os_exchange_data_provider_mus.h", | 28 "os_exchange_data_provider_mus.h", |
| 29 "pointer_watcher_event_router.cc", | 29 "pointer_watcher_event_router.cc", |
| 30 "pointer_watcher_event_router.h", | 30 "pointer_watcher_event_router.h", |
| 31 "screen_mus.cc", | 31 "screen_mus.cc", |
| 32 "screen_mus.h", | 32 "screen_mus.h", |
| 33 "screen_mus_delegate.h", | 33 "screen_mus_delegate.h", |
| 34 "surface_context_factory.cc", | 34 "surface_context_factory.cc", |
| 35 "surface_context_factory.h", | 35 "surface_context_factory.h", |
| 36 "text_input_client_impl.cc", |
| 37 "text_input_client_impl.h", |
| 36 "window_manager_connection.cc", | 38 "window_manager_connection.cc", |
| 37 "window_manager_connection.h", | 39 "window_manager_connection.h", |
| 38 "window_manager_constants_converters.cc", | 40 "window_manager_constants_converters.cc", |
| 39 "window_manager_constants_converters.h", | 41 "window_manager_constants_converters.h", |
| 40 "window_manager_frame_values.cc", | 42 "window_manager_frame_values.cc", |
| 41 "window_manager_frame_values.h", | 43 "window_manager_frame_values.h", |
| 42 "window_tree_host_mus.cc", | 44 "window_tree_host_mus.cc", |
| 43 "window_tree_host_mus.h", | 45 "window_tree_host_mus.h", |
| 44 ] | 46 ] |
| 45 | 47 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 data_deps = [ | 144 data_deps = [ |
| 143 "//ui/resources:ui_test_pak_data", | 145 "//ui/resources:ui_test_pak_data", |
| 144 ] | 146 ] |
| 145 } | 147 } |
| 146 | 148 |
| 147 test("views_mus_unittests") { | 149 test("views_mus_unittests") { |
| 148 testonly = true | 150 testonly = true |
| 149 | 151 |
| 150 sources = [ | 152 sources = [ |
| 151 "display_list_unittest.cc", | 153 "display_list_unittest.cc", |
| 154 "input_method_mus_unittest.cc", |
| 152 "native_widget_mus_unittest.cc", | 155 "native_widget_mus_unittest.cc", |
| 153 "os_exchange_data_provider_mus_unittest.cc", | 156 "os_exchange_data_provider_mus_unittest.cc", |
| 154 "pointer_watcher_event_router_unittest.cc", | 157 "pointer_watcher_event_router_unittest.cc", |
| 155 "run_all_unittests_mus.cc", | 158 "run_all_unittests_mus.cc", |
| 156 "screen_mus_unittest.cc", | 159 "screen_mus_unittest.cc", |
| 157 ] | 160 ] |
| 158 | 161 |
| 159 configs += [ "//build/config:precompiled_headers" ] | 162 configs += [ "//build/config:precompiled_headers" ] |
| 160 | 163 |
| 161 deps = [ | 164 deps = [ |
| (...skipping 29 matching lines...) Expand all Loading... |
| 191 "//ui/touch_selection", | 194 "//ui/touch_selection", |
| 192 "//ui/views", | 195 "//ui/views", |
| 193 "//ui/views:test_support_internal", | 196 "//ui/views:test_support_internal", |
| 194 "//ui/views:views_unittests_sources", | 197 "//ui/views:views_unittests_sources", |
| 195 "//ui/wm", | 198 "//ui/wm", |
| 196 "//url", | 199 "//url", |
| 197 ] | 200 ] |
| 198 | 201 |
| 199 data_deps = [ | 202 data_deps = [ |
| 200 ":unittests_manifest", | 203 ":unittests_manifest", |
| 204 "//services/ui/ime/test_ime_driver", |
| 201 "//services/ui/test_wm", | 205 "//services/ui/test_wm", |
| 202 ] | 206 ] |
| 203 | 207 |
| 204 if (is_win) { | 208 if (is_win) { |
| 205 deps += [ | 209 deps += [ |
| 206 "//build/win:default_exe_manifest", | 210 "//build/win:default_exe_manifest", |
| 207 "//third_party/iaccessible2", | 211 "//third_party/iaccessible2", |
| 208 "//third_party/wtl", | 212 "//third_party/wtl", |
| 209 ] | 213 ] |
| 210 libs = [ | 214 libs = [ |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 type = "exe" | 284 type = "exe" |
| 281 name = "views_mus_unittests" | 285 name = "views_mus_unittests" |
| 282 source = "unittests_manifest.json" | 286 source = "unittests_manifest.json" |
| 283 } | 287 } |
| 284 | 288 |
| 285 service_manifest("interactive_ui_tests_manifest") { | 289 service_manifest("interactive_ui_tests_manifest") { |
| 286 type = "exe" | 290 type = "exe" |
| 287 name = "views_mus_interactive_ui_tests" | 291 name = "views_mus_interactive_ui_tests" |
| 288 source = "interactive_ui_tests_manifest.json" | 292 source = "interactive_ui_tests_manifest.json" |
| 289 } | 293 } |
| OLD | NEW |