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 c1fb4b8..ca6752e 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -30,6 +30,9 @@ include_rules = [ # Allow usage of Google Toolbox for Mac. "+third_party/GTM", + # Allow usage of the libjingle library. + "+third_party/libjingle", + # Our Skia extensions. "+skia/ext", |