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

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

Issue 1800343002: Enable GN check for gpu and rlz (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
« no previous file with comments | « .gn ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/BUILD.gn
diff --git a/gpu/command_buffer/client/BUILD.gn b/gpu/command_buffer/client/BUILD.gn
index f114d1f0c1b2a86a20d513917e60975c6cfce126..25b0fca16202376a37eb4c9469610d4957420004 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:memory_buffer",
+ "//ui/gfx/geometry",
]
}
@@ -79,6 +83,8 @@ source_set("gles2_cmd_helper_sources") {
deps = [
":client_sources",
+ "//base",
+ "//gpu/command_buffer/common:common_sources",
]
}
@@ -145,6 +151,8 @@ component("gles2_implementation") {
":gles2_cmd_helper",
":gles2_interface",
"//base",
+ "//gpu/command_buffer/client",
+ "//gpu/command_buffer/common",
"//gpu/command_buffer/common:gles2_utils",
"//ui/gfx/geometry",
]
@@ -163,8 +171,11 @@ component("gles2_implementation_no_check") {
]
deps = [
+ ":client",
":gles2_cmd_helper",
+ ":gles2_interface",
"//base",
+ "//gpu/command_buffer/common",
"//gpu/command_buffer/common:gles2_utils",
"//ui/gfx",
"//ui/gfx/geometry",
« no previous file with comments | « .gn ('k') | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698