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

Side by Side Diff: services/ui/gpu/BUILD.gn

Issue 2787363003: gpu: Add a couple of unit-tests for GpuService. (Closed)
Patch Set: tot merge Created 3 years, 8 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 | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//services/service_manager/public/service_manifest.gni") 6 import("//services/service_manager/public/service_manifest.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 source_set("gpu") { 9 source_set("gpu") {
10 output_name = "mus_gpu" 10 output_name = "mus_gpu"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 testonly = true 44 testonly = true
45 deps = [ 45 deps = [
46 ":mus_gpu_unittests", 46 ":mus_gpu_unittests",
47 ] 47 ]
48 } 48 }
49 49
50 test("mus_gpu_unittests") { 50 test("mus_gpu_unittests") {
51 deps = [ 51 deps = [
52 ":gpu", 52 ":gpu",
53 "//base", 53 "//base",
54 "//gpu",
54 "//ipc", 55 "//ipc",
55 "//services/ui/common:run_all_service_tests", 56 "//services/ui/common:run_all_service_tests",
57 "//services/ui/gpu/interfaces",
56 "//testing/gtest", 58 "//testing/gtest",
57 "//ui/gfx:memory_buffer", 59 "//ui/gfx:memory_buffer",
58 "//ui/gfx/geometry", 60 "//ui/gfx/geometry",
59 ] 61 ]
62
63 sources = [
64 "gpu_service_unittest.cc",
65 ]
60 } 66 }
61 67
62 service_manifest("mus_gpu_unittests_app_manifest") { 68 service_manifest("mus_gpu_unittests_app_manifest") {
63 name = "mus_gpu_unittests_app" 69 name = "mus_gpu_unittests_app"
64 source = "mus_gpu_unittests_app_manifest.json" 70 source = "mus_gpu_unittests_app_manifest.json"
65 } 71 }
OLDNEW
« no previous file with comments | « gpu/ipc/service/gpu_watchdog_thread.cc ('k') | services/ui/gpu/gpu_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698