From c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b Mon Sep 17 00:00:00 2001 From: brettw Date: Mon, 21 Mar 2016 16:14:29 -0700 Subject: 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} --- gpu/command_buffer/client/BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gpu') 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", ] -- cgit v1.1