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

Unified Diff: gpu/ipc/BUILD.gn

Issue 2492713006: Fix size regression: Make non-public deps (Closed)
Patch Set: Created 4 years, 1 month 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/ipc/BUILD.gn
diff --git a/gpu/ipc/BUILD.gn b/gpu/ipc/BUILD.gn
index 477ebc14edc453d1e8b7896ec5928b10e3dc7986..a30ffdcfa984ac1581501320e077c35be56ac4ec 100644
--- a/gpu/ipc/BUILD.gn
+++ b/gpu/ipc/BUILD.gn
@@ -25,7 +25,7 @@ source_set("command_buffer_sources") {
configs += [ "//gpu:gpu_implementation" ]
- public_deps = [
+ deps = [
"//base",
"//gpu/command_buffer/client:client_sources",
"//gpu/command_buffer/common:common_sources",
@@ -46,7 +46,7 @@ component("gl_in_process_context") {
defines = [ "GL_IN_PROCESS_CONTEXT_IMPLEMENTATION" ]
- public_deps = [
+ deps = [
":command_buffer",
"//base",
"//base/third_party/dynamic_annotations",
« 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