summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-03-21 16:14:29 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 23:16:39 +0000
commitc15ed73a0bb7161c52e1fde97bd2bf3e6534d78b (patch)
tree224097caa0660e798839dd335f17680e0d87eb4a /gpu
parent9f060d4be347cda7aa7c0fb2a43afafbbd64e70c (diff)
downloadchromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.zip
chromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.tar.gz
chromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.tar.bz2
Make more of content pass "gn check"
Adds dependencies and makes some deps public so more of content passes include checking. This adds 25 targets. CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1817903002 Cr-Commit-Position: refs/heads/master@{#382430}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/client/BUILD.gn6
1 files changed, 4 insertions, 2 deletions
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index 25b0fca..759ff87 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -58,10 +58,12 @@ source_set("client_sources") {
all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
- deps = [
+ public_deps = [
"//base",
- "//gpu/command_buffer/common:common_sources",
"//gpu/command_buffer/common:gles2_utils",
+ ]
+ deps = [
+ "//gpu/command_buffer/common:common_sources",
"//ui/gfx:memory_buffer",
"//ui/gfx/geometry",
]