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

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

Issue 1109473004: gpu: Fix some problems reported by 'gn check'. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 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 bbb7c0b99d1de1309dbc17f71a92ff2c804b229b..fa1db075d0130d1f66d2199d16efe28010b7c3cc 100644
--- a/gpu/command_buffer/client/BUILD.gn
+++ b/gpu/command_buffer/client/BUILD.gn
@@ -59,7 +59,11 @@ source_set("client_sources") {
all_dependent_configs = [ "//third_party/khronos:khronos_headers" ]
deps = [
+ "//base",
"//gpu/command_buffer/common:common_sources",
+ "//gpu/command_buffer/common:gles2_utils",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
]
}

Powered by Google App Engine
This is Rietveld 408576698