| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 "//ui/aura", | 55 "//ui/aura", |
| 56 ] | 56 ] |
| 57 deps = [ | 57 deps = [ |
| 58 "//base", | 58 "//base", |
| 59 "//base:i18n", | 59 "//base:i18n", |
| 60 "//base/third_party/dynamic_annotations", | 60 "//base/third_party/dynamic_annotations", |
| 61 "//cc", | 61 "//cc", |
| 62 "//cc/surfaces", | 62 "//cc/surfaces", |
| 63 "//mojo/common", | 63 "//mojo/common", |
| 64 "//mojo/public/cpp/bindings", | 64 "//mojo/public/cpp/bindings", |
| 65 "//net", |
| 65 "//services/catalog/public/cpp", | 66 "//services/catalog/public/cpp", |
| 66 "//services/shell/public/cpp", | 67 "//services/shell/public/cpp", |
| 67 "//services/shell/public/interfaces", | 68 "//services/shell/public/interfaces", |
| 68 "//services/ui/public/cpp", | 69 "//services/ui/public/cpp", |
| 69 "//services/ui/public/interfaces", | 70 "//services/ui/public/interfaces", |
| 70 "//skia", | 71 "//skia", |
| 71 "//third_party/icu", | 72 "//third_party/icu", |
| 72 "//ui/aura", | 73 "//ui/aura", |
| 73 "//ui/compositor", | 74 "//ui/compositor", |
| 74 "//ui/display", | 75 "//ui/display", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 } | 149 } |
| 149 | 150 |
| 150 test("views_mus_unittests") { | 151 test("views_mus_unittests") { |
| 151 testonly = true | 152 testonly = true |
| 152 | 153 |
| 153 configs += [ "//build/config:precompiled_headers" ] | 154 configs += [ "//build/config:precompiled_headers" ] |
| 154 | 155 |
| 155 sources = [ | 156 sources = [ |
| 156 "display_list_unittest.cc", | 157 "display_list_unittest.cc", |
| 157 "native_widget_mus_unittest.cc", | 158 "native_widget_mus_unittest.cc", |
| 159 "os_exchange_data_provider_mus_unittest.cc", |
| 158 "pointer_watcher_event_router_unittest.cc", | 160 "pointer_watcher_event_router_unittest.cc", |
| 159 "run_all_unittests_mus.cc", | 161 "run_all_unittests_mus.cc", |
| 160 "screen_mus_unittest.cc", | 162 "screen_mus_unittest.cc", |
| 161 ] | 163 ] |
| 162 | 164 |
| 163 sources += rebase_path(gypi.views_unittests_sources, ".", "//ui/views") | 165 sources += rebase_path(gypi.views_unittests_sources, ".", "//ui/views") |
| 164 sources += rebase_path(gypi.views_unittests_aura_sources, ".", "//ui/views") | 166 sources += rebase_path(gypi.views_unittests_aura_sources, ".", "//ui/views") |
| 165 | 167 |
| 166 sources -= [ | 168 sources -= [ |
| 167 # Mus has its own runner. | 169 # Mus has its own runner. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 178 "../touchui/touch_selection_controller_impl_unittest.cc", | 180 "../touchui/touch_selection_controller_impl_unittest.cc", |
| 179 ] | 181 ] |
| 180 | 182 |
| 181 deps = [ | 183 deps = [ |
| 182 ":mus", | 184 ":mus", |
| 183 ":test_support", | 185 ":test_support", |
| 184 "//base", | 186 "//base", |
| 185 "//base:i18n", | 187 "//base:i18n", |
| 186 "//base/test:test_support", | 188 "//base/test:test_support", |
| 187 "//cc", | 189 "//cc", |
| 190 "//net", |
| 188 "//services/shell/background:main", # Provides main(). | 191 "//services/shell/background:main", # Provides main(). |
| 189 "//services/ui/public/cpp", | 192 "//services/ui/public/cpp", |
| 190 "//services/ui/public/cpp/tests:unittest_support", | 193 "//services/ui/public/cpp/tests:unittest_support", |
| 191 "//services/ui/public/interfaces", | 194 "//services/ui/public/interfaces", |
| 192 "//skia", | 195 "//skia", |
| 193 "//testing/gtest", | 196 "//testing/gtest", |
| 194 "//third_party/icu", | 197 "//third_party/icu", |
| 195 "//ui/accessibility", | 198 "//ui/accessibility", |
| 196 "//ui/aura", | 199 "//ui/aura", |
| 197 "//ui/aura:test_support", | 200 "//ui/aura:test_support", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 type = "exe" | 303 type = "exe" |
| 301 name = "views_mus_unittests" | 304 name = "views_mus_unittests" |
| 302 source = "unittests_manifest.json" | 305 source = "unittests_manifest.json" |
| 303 } | 306 } |
| 304 | 307 |
| 305 service_manifest("interactive_ui_tests_manifest") { | 308 service_manifest("interactive_ui_tests_manifest") { |
| 306 type = "exe" | 309 type = "exe" |
| 307 name = "views_mus_interactive_ui_tests" | 310 name = "views_mus_interactive_ui_tests" |
| 308 source = "interactive_ui_tests_manifest.json" | 311 source = "interactive_ui_tests_manifest.json" |
| 309 } | 312 } |
| OLD | NEW |