Index: gpu/ipc/common/BUILD.gn |
diff --git a/gpu/ipc/common/BUILD.gn b/gpu/ipc/common/BUILD.gn |
index ece6dc8a78b86733e3191656e598db063845f89f..478ff51469ad1fdc235c75438a721159b3b3f2d5 100644 |
--- a/gpu/ipc/common/BUILD.gn |
+++ b/gpu/ipc/common/BUILD.gn |
@@ -122,6 +122,7 @@ mojom("interfaces") { |
sources = [ |
"capabilities.mojom", |
"command_buffer.mojom", |
+ "dx_diag_node.mojom", |
"gpu_info.mojom", |
"mailbox.mojom", |
"mailbox_holder.mojom", |
@@ -137,5 +138,6 @@ mojom("test_interfaces") { |
public_deps = [ |
":interfaces", |
+ "//ui/gfx/geometry/mojo", |
Ken Rockot(use gerrit already)
2016/08/04 16:07:11
wrong target. this is test_interfaces :)
|
] |
} |