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

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

Issue 2965103002: gpu: Make the mus-gpu client-lib test-friendly. (Closed)
Patch Set: Created 3 years, 5 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 | « services/ui/public/cpp/gpu/gpu.cc ('k') | services/ui/public/cpp/tests/gpu_unittest.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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 source_set("tests") { 8 source_set("tests") {
9 testonly = true 9 testonly = true
10 10
11 sources = [ 11 sources = [
12 "gpu_unittest.cc",
12 "property_type_converters_unittest.cc", 13 "property_type_converters_unittest.cc",
13 ] 14 ]
14 15
15 deps = [ 16 deps = [
16 "//base", 17 "//base",
17 "//base/test:test_support", 18 "//base/test:test_support",
18 "//mojo/common:common_base", 19 "//mojo/common:common_base",
19 "//mojo/edk/system", 20 "//mojo/edk/system",
20 "//mojo/public/cpp/system", 21 "//mojo/public/cpp/system",
21 "//services/service_manager/public/cpp", 22 "//services/service_manager/public/cpp",
22 "//services/ui/public/cpp", 23 "//services/ui/public/cpp",
23 "//testing/gtest", 24 "//testing/gtest",
24 "//ui/gfx:test_support", 25 "//ui/gfx:test_support",
25 "//ui/gfx/geometry", 26 "//ui/gfx/geometry",
26 "//ui/gfx/geometry/mojo", 27 "//ui/gfx/geometry/mojo",
27 ] 28 ]
28 29
29 if (use_x11) { 30 if (use_x11) {
30 deps += [ "//ui/gfx/x" ] 31 deps += [ "//ui/gfx/x" ]
31 } 32 }
32 } 33 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/gpu/gpu.cc ('k') | services/ui/public/cpp/tests/gpu_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698