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

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: add missing mash dependency 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
« no previous file with comments | « gpu/command_buffer/common/value_state.typemap ('k') | mash/wm/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/common/BUILD.gn
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn
index 2c31f72c8d331f82aa80577e4e016610f7ad7e67..cb7b9270a80bb67c0cf0dd3cb29ec664e7c32e0e 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",
« no previous file with comments | « gpu/command_buffer/common/value_state.typemap ('k') | mash/wm/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698