| Index: mojo/embedder/DEPS
|
| diff --git a/mojo/embedder/DEPS b/mojo/embedder/DEPS
|
| index 902a75f07d43a53423c864c938d2e9d666159792..1c627b70d37c0152f527e30fe3c74506498777a5 100644
|
| --- a/mojo/embedder/DEPS
|
| +++ b/mojo/embedder/DEPS
|
| @@ -1,3 +1,11 @@
|
| include_rules = [
|
| - "+mojo/system",
|
| + "+mojo/system/system_impl_export.h",
|
| ]
|
| +
|
| +specific_include_rules = {
|
| + # Implementation files may freely access mojo/system, but we don't want to
|
| + # leak implementation details through the headers.
|
| + ".*\.cc": [
|
| + "+mojo/system",
|
| + ]
|
| +}
|
|
|