Chromium Code Reviews| Index: mojo/common/DEPS |
| diff --git a/mojo/common/DEPS b/mojo/common/DEPS |
| index f3ee1c8915d5acaf936b1a420e5720d3fe32f9b3..81bd86ce63032a02833fff350e365ba3ecc79e2e 100644 |
| --- a/mojo/common/DEPS |
| +++ b/mojo/common/DEPS |
| @@ -4,3 +4,12 @@ include_rules = [ |
| "+mojo/common", |
| "+third_party/mojo/src/mojo/public", |
| ] |
| + |
| +specific_include_rules = { |
| + "trace_controller_impl\.h": [ |
| + "+mojo/services/tracing/tracing.mojom.h" |
| + ], |
| + "tracing_impl\.h": [ |
| + "+mojo/services/tracing/tracing.mojom.h" |
| + ], |
| +} |