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

Unified Diff: gpu/ipc/common/BUILD.gn

Issue 1832703002: Mojo: Simplify typemap usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-bindings-variant-import
Patch Set: Created 4 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/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index c596e265f536568cec3aefdcb5f8f81054adfcb3..eef612e25a59104cb3ca879c345cfca2525d95ee 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -46,11 +46,14 @@ source_set("command_buffer_traits_sources") {
"//third_party/khronos:khronos_headers",
]
- deps = [
- "//base",
+ public_deps = [
"//gpu/command_buffer/common:common_sources",
"//ipc",
]
+
+ deps = [
+ "//base",
+ ]
}
source_set("ipc_common_sources") {
@@ -80,8 +83,11 @@ source_set("ipc_common_sources") {
"//third_party/khronos:khronos_headers",
]
- deps = [
+ public_deps = [
":command_buffer_traits_sources",
+ ]
+
+ deps = [
"//base",
"//gpu/command_buffer/common:common_sources",
"//gpu/config:config_sources",

Powered by Google App Engine
This is Rietveld 408576698