| 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 17 matching lines...) Expand all Loading... |
| 28 "mus_export.h", | 28 "mus_export.h", |
| 29 "native_widget_mus.cc", | 29 "native_widget_mus.cc", |
| 30 "native_widget_mus.h", | 30 "native_widget_mus.h", |
| 31 "os_exchange_data_provider_mus.cc", | 31 "os_exchange_data_provider_mus.cc", |
| 32 "os_exchange_data_provider_mus.h", | 32 "os_exchange_data_provider_mus.h", |
| 33 "screen_mus.cc", | 33 "screen_mus.cc", |
| 34 "screen_mus.h", | 34 "screen_mus.h", |
| 35 "screen_mus_delegate.h", | 35 "screen_mus_delegate.h", |
| 36 "surface_context_factory.cc", | 36 "surface_context_factory.cc", |
| 37 "surface_context_factory.h", | 37 "surface_context_factory.h", |
| 38 "text_input_client_impl.cc", |
| 39 "text_input_client_impl.h", |
| 38 "window_manager_connection.cc", | 40 "window_manager_connection.cc", |
| 39 "window_manager_connection.h", | 41 "window_manager_connection.h", |
| 40 "window_manager_constants_converters.cc", | 42 "window_manager_constants_converters.cc", |
| 41 "window_manager_constants_converters.h", | 43 "window_manager_constants_converters.h", |
| 42 "window_manager_frame_values.cc", | 44 "window_manager_frame_values.cc", |
| 43 "window_manager_frame_values.h", | 45 "window_manager_frame_values.h", |
| 44 "window_tree_host_mus.cc", | 46 "window_tree_host_mus.cc", |
| 45 "window_tree_host_mus.h", | 47 "window_tree_host_mus.h", |
| 46 ] | 48 ] |
| 47 | 49 |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 ] | 148 ] |
| 147 } | 149 } |
| 148 | 150 |
| 149 test("views_mus_unittests") { | 151 test("views_mus_unittests") { |
| 150 testonly = true | 152 testonly = true |
| 151 | 153 |
| 152 configs += [ "//build/config:precompiled_headers" ] | 154 configs += [ "//build/config:precompiled_headers" ] |
| 153 | 155 |
| 154 sources = [ | 156 sources = [ |
| 155 "display_list_unittest.cc", | 157 "display_list_unittest.cc", |
| 158 "input_method_mus_unittest.cc", |
| 156 "native_widget_mus_unittest.cc", | 159 "native_widget_mus_unittest.cc", |
| 157 "run_all_unittests_mus.cc", | 160 "run_all_unittests_mus.cc", |
| 158 "screen_mus_unittest.cc", | 161 "screen_mus_unittest.cc", |
| 159 "window_manager_connection_unittest.cc", | 162 "window_manager_connection_unittest.cc", |
| 160 ] | 163 ] |
| 161 | 164 |
| 162 sources += rebase_path(gypi.views_unittests_sources, ".", "//ui/views") | 165 sources += rebase_path(gypi.views_unittests_sources, ".", "//ui/views") |
| 163 sources += rebase_path(gypi.views_unittests_aura_sources, ".", "//ui/views") | 166 sources += rebase_path(gypi.views_unittests_aura_sources, ".", "//ui/views") |
| 164 | 167 |
| 165 sources -= [ | 168 sources -= [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 178 ] | 181 ] |
| 179 | 182 |
| 180 deps = [ | 183 deps = [ |
| 181 ":mus", | 184 ":mus", |
| 182 ":test_support", | 185 ":test_support", |
| 183 "//base", | 186 "//base", |
| 184 "//base:i18n", | 187 "//base:i18n", |
| 185 "//base/test:test_support", | 188 "//base/test:test_support", |
| 186 "//cc", | 189 "//cc", |
| 187 "//services/shell/background:main", # Provides main(). | 190 "//services/shell/background:main", # Provides main(). |
| 191 "//services/ui/ime/test_ime_driver", |
| 188 "//services/ui/public/cpp", | 192 "//services/ui/public/cpp", |
| 189 "//services/ui/public/cpp/tests:unittest_support", | 193 "//services/ui/public/cpp/tests:unittest_support", |
| 190 "//services/ui/public/interfaces", | 194 "//services/ui/public/interfaces", |
| 191 "//skia", | 195 "//skia", |
| 192 "//testing/gtest", | 196 "//testing/gtest", |
| 193 "//third_party/icu", | 197 "//third_party/icu", |
| 194 "//ui/accessibility", | 198 "//ui/accessibility", |
| 195 "//ui/aura", | 199 "//ui/aura", |
| 196 "//ui/aura:test_support", | 200 "//ui/aura:test_support", |
| 197 "//ui/base", | 201 "//ui/base", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 type = "exe" | 303 type = "exe" |
| 300 name = "views_mus_unittests" | 304 name = "views_mus_unittests" |
| 301 source = "unittests_manifest.json" | 305 source = "unittests_manifest.json" |
| 302 } | 306 } |
| 303 | 307 |
| 304 service_manifest("interactive_ui_tests_manifest") { | 308 service_manifest("interactive_ui_tests_manifest") { |
| 305 type = "exe" | 309 type = "exe" |
| 306 name = "views_mus_interactive_ui_tests" | 310 name = "views_mus_interactive_ui_tests" |
| 307 source = "interactive_ui_tests_manifest.json" | 311 source = "interactive_ui_tests_manifest.json" |
| 308 } | 312 } |
| OLD | NEW |