Chromium Code Reviews| Index: chrome/DEPS |
| diff --git a/chrome/DEPS b/chrome/DEPS |
| index 95705689c08fc908911514d016aee2c7cf7db363..0a1a3e1b3e040e1e53b61365b05d7ddb150cc2aa 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", |
| ] |