diff options
Diffstat (limited to 'chrome/DEPS')
-rw-r--r-- | chrome/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS index 2519453..c1fb4b8 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -24,6 +24,9 @@ include_rules = [ # Allow inclusion of Mozilla interface headers. "+third_party/mozilla", + # Allow inclusion of tcmalloc header. + "+third_party/tcmalloc", + # Allow usage of Google Toolbox for Mac. "+third_party/GTM", |