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

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

Issue 2327623002: X11: Add TestDesktopScreenX11 to simulate mouse movement in ui tests (Closed)
Patch Set: Move test_desktop_screen_x11 to test_support_internal Created 4 years, 3 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
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("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 config("flags") { 9 config("flags") {
10 defines = [ "TOOLKIT_VIEWS=1" ] 10 defines = [ "TOOLKIT_VIEWS=1" ]
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 ] 743 ]
744 deps += [ 744 deps += [
745 "//ui/aura", 745 "//ui/aura",
746 "//ui/aura:test_support", 746 "//ui/aura:test_support",
747 "//ui/wm", 747 "//ui/wm",
748 ] 748 ]
749 if (use_x11 && !is_chromeos) { 749 if (use_x11 && !is_chromeos) {
750 sources += [ 750 sources += [
751 "test/desktop_screen_x11_test_api.cc", 751 "test/desktop_screen_x11_test_api.cc",
752 "test/desktop_screen_x11_test_api.h", 752 "test/desktop_screen_x11_test_api.h",
753 "test/test_desktop_screen_x11.cc",
754 "test/test_desktop_screen_x11.h",
753 "test/ui_controls_factory_desktop_aurax11.cc", 755 "test/ui_controls_factory_desktop_aurax11.cc",
754 "test/ui_controls_factory_desktop_aurax11.h", 756 "test/ui_controls_factory_desktop_aurax11.h",
755 ] 757 ]
756 } 758 }
757 } 759 }
758 if (use_x11) { 760 if (use_x11) {
759 deps += [ "//ui/gfx/x" ] 761 deps += [ "//ui/gfx/x" ]
760 } 762 }
761 if (use_ozone || !use_x11) { 763 if (use_ozone || !use_x11) {
762 sources -= [ 764 sources -= [
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 "//ui/base:test_support", 1001 "//ui/base:test_support",
1000 "//ui/compositor", 1002 "//ui/compositor",
1001 "//ui/events:test_support", 1003 "//ui/events:test_support",
1002 "//ui/gl:test_support", 1004 "//ui/gl:test_support",
1003 "//ui/resources", 1005 "//ui/resources",
1004 "//ui/resources:ui_test_pak", 1006 "//ui/resources:ui_test_pak",
1005 "//ui/strings", 1007 "//ui/strings",
1006 ] 1008 ]
1007 } 1009 }
1008 } 1010 }
OLDNEW
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_default.cc ('k') | ui/views/test/test_desktop_screen_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698