diff options
Diffstat (limited to 'content/shell/DEPS')
-rw-r--r-- | content/shell/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/shell/DEPS b/content/shell/DEPS index 5385a5d..cd6dea8 100644 --- a/content/shell/DEPS +++ b/content/shell/DEPS @@ -23,3 +23,9 @@ include_rules = [ # For WebTestRunner library "+third_party/WebKit/public/testing", ] + +specific_include_rules = { + "shell_aura\.cc": [ + "+ui/shell" + ], +} |