| Index: mojo/public/bindings/tests/DEPS
|
| diff --git a/mojo/public/bindings/tests/DEPS b/mojo/public/bindings/tests/DEPS
|
| index eac29eef820f704c55071d5dd06806e5f9048e8c..46885ed1052b4b70e5945de7b0b41c5734d8c6da 100644
|
| --- a/mojo/public/bindings/tests/DEPS
|
| +++ b/mojo/public/bindings/tests/DEPS
|
| @@ -2,3 +2,10 @@ include_rules = [
|
| "-base",
|
| "+testing",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + # message_generator is used to generate test files and can depend on base.
|
| + "message_generator.cc": [
|
| + "+base",
|
| + ],
|
| +}
|
|
|