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

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

Issue 1809183002: gpu_messages.h => gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make win_clang_x64_dbg happy by making command_buffer_traits an alias to gpu component on compnet b… 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 | « gpu/command_buffer/client/BUILD.gn ('k') | gpu/command_buffer_traits.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/common/BUILD.gn
diff --git a/gpu/command_buffer/common/BUILD.gn b/gpu/command_buffer/common/BUILD.gn
index ea6d6068a54d6b81944881941fbe9181415dcce4..5952a94e3fe4dcfc09e2470e2b062b7eead28427 100644
--- a/gpu/command_buffer/common/BUILD.gn
+++ b/gpu/command_buffer/common/BUILD.gn
@@ -91,5 +91,5 @@ mojom("interfaces") {
]
typemaps = [ "mojo.typemap" ]
- typemap_deps = [ "//gpu/ipc/common" ]
+ typemap_deps = [ "//gpu/ipc/common:command_buffer_traits" ]
}
« no previous file with comments | « gpu/command_buffer/client/BUILD.gn ('k') | gpu/command_buffer_traits.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698