Index: cc/ipc/DEPS |
diff --git a/cc/ipc/DEPS b/cc/ipc/DEPS |
index 3a74ce8ac51fa776b6339cae69d5138db185a1dd..be0f09b82ed280a56e4d2e5c2e75f1cacc665ca4 100644 |
--- a/cc/ipc/DEPS |
+++ b/cc/ipc/DEPS |
@@ -2,3 +2,9 @@ include_rules = [ |
"+gpu/ipc/common", |
"+ui/events/ipc", |
] |
+ |
+specific_include_rules = { |
+ "struct_traits_unittest\.cc": [ |
+ "+mojo/public/cpp/bindings/binding_set.h", |
Ken Rockot(use gerrit already)
2016/05/31 15:49:22
Any reason not to just add +mojo/public to the inc
Fady Samuel
2016/05/31 15:57:20
Done.
|
+ ], |
+} |