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

Side by Side Diff: services/ui/public/cpp/tests/BUILD.gn

Issue 2447303002: Scale client area, hit test mask and bounds by device_scale_factor. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/tests/window_server_test_base.h » ('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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("unittest_support") { 8 static_library("unittest_support") {
9 testonly = true 9 testonly = true
10 10
(...skipping 29 matching lines...) Expand all
40 ] 40 ]
41 41
42 deps = [ 42 deps = [
43 "//base", 43 "//base",
44 "//base/test:test_config", 44 "//base/test:test_config",
45 "//services/service_manager/public/cpp:service_test_support", 45 "//services/service_manager/public/cpp:service_test_support",
46 "//services/service_manager/public/cpp:sources", 46 "//services/service_manager/public/cpp:sources",
47 "//services/ui/common:mus_common", 47 "//services/ui/common:mus_common",
48 "//services/ui/public/cpp", 48 "//services/ui/public/cpp",
49 "//testing/gtest", 49 "//testing/gtest",
50 "//ui/display:test_support",
50 "//ui/gl", 51 "//ui/gl",
51 ] 52 ]
52 } 53 }
53 54
54 test("mus_public_unittests") { 55 test("mus_public_unittests") {
55 sources = [ 56 sources = [
56 "property_type_converters_unittest.cc", 57 "property_type_converters_unittest.cc",
57 "run_all_unittests.cc", 58 "run_all_unittests.cc",
58 "window_server_test_suite.cc", 59 "window_server_test_suite.cc",
59 "window_server_test_suite.h", 60 "window_server_test_suite.h",
60 "window_tree_client_unittest.cc", 61 "window_tree_client_unittest.cc",
61 "window_unittest.cc", 62 "window_unittest.cc",
62 ] 63 ]
63 64
64 deps = [ 65 deps = [
65 ":unittest_support", 66 ":unittest_support",
66 "//base", 67 "//base",
67 "//base/test:test_support", 68 "//base/test:test_support",
68 "//mojo/common:common_base", 69 "//mojo/common:common_base",
69 "//mojo/edk/system", 70 "//mojo/edk/system",
70 "//mojo/public/cpp/system", 71 "//mojo/public/cpp/system",
71 "//services/service_manager/public/cpp", 72 "//services/service_manager/public/cpp",
72 "//services/ui/common:mus_common", 73 "//services/ui/common:mus_common",
73 "//services/ui/public/cpp", 74 "//services/ui/public/cpp",
74 "//services/ui/public/cpp:internal_or_test", 75 "//services/ui/public/cpp:internal_or_test",
75 "//testing/gtest", 76 "//testing/gtest",
77 "//ui/display:test_support",
76 "//ui/events", 78 "//ui/events",
77 "//ui/gfx:test_support", 79 "//ui/gfx:test_support",
78 "//ui/gfx/geometry", 80 "//ui/gfx/geometry",
79 "//ui/gfx/geometry/mojo", 81 "//ui/gfx/geometry/mojo",
80 ] 82 ]
81 83
82 if (use_x11) { 84 if (use_x11) {
83 deps += [ "//ui/gfx/x" ] 85 deps += [ "//ui/gfx/x" ]
84 } 86 }
85 } 87 }
OLDNEW
« no previous file with comments | « services/ui/demo/mus_demo.cc ('k') | services/ui/public/cpp/tests/window_server_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698