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

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

Issue 2147693002: Struct traits used by GpuInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: The right public_deps Created 4 years, 4 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 | « no previous file | gpu/ipc/common/dx_diag_node.mojom » ('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 ece6dc8a78b86733e3191656e598db063845f89f..69692eb3c1126d5479decfcb55d9b40cf9d2d505 100644
--- a/gpu/ipc/common/BUILD.gn
+++ b/gpu/ipc/common/BUILD.gn
@@ -122,11 +122,16 @@ mojom("interfaces") {
sources = [
"capabilities.mojom",
"command_buffer.mojom",
+ "dx_diag_node.mojom",
"gpu_info.mojom",
"mailbox.mojom",
"mailbox_holder.mojom",
"sync_token.mojom",
]
+
+ public_deps = [
+ "//ui/gfx/geometry/mojo",
+ ]
}
mojom("test_interfaces") {
« no previous file with comments | « no previous file | gpu/ipc/common/dx_diag_node.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698