Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2759463002: aura-mus: create an interactive ui test for drag and drop. (Closed)
Patch Set: Merge with master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/aura/test/env_test_helper.h ('k') | ui/views/mus/drag_interactive_uitest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/catalog/public/tools/catalog.gni") 7 import("//services/catalog/public/tools/catalog.gni")
8 import("//services/service_manager/public/cpp/service.gni") 8 import("//services/service_manager/public/cpp/service.gni")
9 import("//services/service_manager/public/service_manifest.gni") 9 import("//services/service_manager/public/service_manifest.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 } 221 }
222 222
223 # Tests that must run sequentially because they access system-wide features 223 # Tests that must run sequentially because they access system-wide features
224 # like capture. 224 # like capture.
225 test("views_mus_interactive_ui_tests") { 225 test("views_mus_interactive_ui_tests") {
226 testonly = true 226 testonly = true
227 227
228 sources = [ 228 sources = [
229 "../widget/widget_interactive_uitest.cc", 229 "../widget/widget_interactive_uitest.cc",
230 "clipboard_unittest.cc", 230 "clipboard_unittest.cc",
231 "drag_interactive_uitest.cc",
231 "interactive_ui_tests_mus.cc", 232 "interactive_ui_tests_mus.cc",
232 ] 233 ]
233 234
234 deps = [ 235 deps = [
235 ":mus", 236 ":mus",
236 ":test_support", 237 ":test_support",
237 "//base", 238 "//base",
238 "//testing/gmock", 239 "//testing/gmock",
239 "//testing/gtest", 240 "//testing/gtest",
240 "//ui/aura", 241 "//ui/aura",
242 "//ui/aura:test_support",
241 "//ui/base", 243 "//ui/base",
242 "//ui/base/ime", 244 "//ui/base/ime",
243 "//ui/events:events_base", 245 "//ui/events:events_base",
244 "//ui/events:test_support", 246 "//ui/events:test_support",
245 "//ui/gl:test_support", 247 "//ui/gl:test_support",
246 "//ui/touch_selection", 248 "//ui/touch_selection",
247 "//ui/views", 249 "//ui/views",
248 "//ui/views:test_support_internal", 250 "//ui/views:test_support_internal",
249 "//ui/wm", 251 "//ui/wm",
250 ] 252 ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 copy("views_mus_tests_catalog_copy") { 296 copy("views_mus_tests_catalog_copy") {
295 testonly = true 297 testonly = true
296 sources = get_target_outputs(":views_mus_tests_catalog") 298 sources = get_target_outputs(":views_mus_tests_catalog")
297 outputs = [ 299 outputs = [
298 "${root_out_dir}/views_mus_tests_catalog.json", 300 "${root_out_dir}/views_mus_tests_catalog.json",
299 ] 301 ]
300 deps = [ 302 deps = [
301 ":views_mus_tests_catalog", 303 ":views_mus_tests_catalog",
302 ] 304 ]
303 } 305 }
OLDNEW
« no previous file with comments | « ui/aura/test/env_test_helper.h ('k') | ui/views/mus/drag_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698