diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 9570568..0a1a3e1 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -18,6 +18,12 @@ include_rules = [ # Allow inclusion of WebKit API files. "+webkit/api", + # Allow inclusion of Mozilla interface headers. + "+third_party/mozilla", + + # Allow usage of Google Toolbox for Mac. + "+third_party/GTM", + # Brett's test. Contact him for questions. "+frame_window", ] |