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

Side by Side Diff: components/viz/service/BUILD.gn

Issue 2933493003: Add viz-host HitTestQuery. (Closed)
Patch Set: comments # 16 17 18 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 config("viz_service_implementation") { 8 config("viz_service_implementation") {
9 } 9 }
10 10
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 # dependency should not be in public_deps. 51 # dependency should not be in public_deps.
52 "//gpu/ipc/client", 52 "//gpu/ipc/client",
53 "//gpu/ipc/service", 53 "//gpu/ipc/service",
54 ] 54 ]
55 55
56 public_deps = [ 56 public_deps = [
57 "//base", 57 "//base",
58 "//cc", 58 "//cc",
59 "//cc/ipc:interfaces", 59 "//cc/ipc:interfaces",
60 "//cc/surfaces", 60 "//cc/surfaces",
61 "//components/viz/host/hit_test:hit_test",
61 "//gpu/command_buffer/client", 62 "//gpu/command_buffer/client",
62 "//gpu/command_buffer/client:gles2_interface", 63 "//gpu/command_buffer/client:gles2_interface",
63 "//gpu/command_buffer/common", 64 "//gpu/command_buffer/common",
64 "//gpu/ipc:command_buffer", 65 "//gpu/ipc:command_buffer",
65 "//gpu/ipc/common:surface_handle_type", 66 "//gpu/ipc/common:surface_handle_type",
66 "//skia", 67 "//skia",
67 "//ui/display/types", 68 "//ui/display/types",
68 "//ui/gfx", 69 "//ui/gfx",
69 ] 70 ]
70 71
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "//skia", 199 "//skia",
199 "//testing/gmock", 200 "//testing/gmock",
200 "//testing/gtest", 201 "//testing/gtest",
201 "//ui/gl:test_support", 202 "//ui/gl:test_support",
202 ] 203 ]
203 204
204 data_deps = [ 205 data_deps = [
205 "//third_party/mesa:osmesa", 206 "//third_party/mesa:osmesa",
206 ] 207 ]
207 } 208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698