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

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

Issue 1714903003: mustash: Move gpu/ipc to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win64 build Created 4 years, 10 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/BUILD.gn ('k') | gpu/command_buffer/common/mojo.typemap » ('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 af72abaee702c0fd99099ed14a9c44035f02a796..ea6d6068a54d6b81944881941fbe9181415dcce4 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" ]
+ typemap_deps = [ "//gpu/ipc/common" ]
}
« no previous file with comments | « gpu/BUILD.gn ('k') | gpu/command_buffer/common/mojo.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698