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

Unified Diff: gpu/command_buffer/client/BUILD.gn

Issue 1817903002: Make more of content pass "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index 25b0fca16202376a37eb4c9469610d4957420004..759ff8702ef9f6c2429f5e86329486e31db18640 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",
]

Powered by Google App Engine
This is Rietveld 408576698