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

Unified Diff: gpu/BUILD.gn

Issue 1542683002: gn: Make command_buffer_gles2 deps less weird. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/BUILD.gn
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index 4de4d9226b423da2761aac6328eb70871f97bcba..000a0b92f7e8419304e28cfed03fcc6d03e3b58d 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -63,21 +63,13 @@ shared_library("command_buffer_gles2") {
]
deps = [
+ ":gpu",
"//base",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/service",
- "//gpu/config:config_sources",
"//ui/gl:gl",
]
- if (!is_component_build) {
- deps += [
- "//gpu/command_buffer/client:client_sources",
- "//gpu/command_buffer/client:gles2_cmd_helper_sources",
- ]
- }
-
defines = [
"COMMAND_BUFFER_GLES_LIB_SUPPORT_ONLY",
"EGLAPIENTRY=",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698