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 c24006e..f8a0e86 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -25,6 +25,9 @@ include_rules = [ # Allow inclusion of the database library. "+webkit/database", + # Allow Apple code ImageAndTextCell. + "+third_party/apple", + # Allow inclusion of Mozilla interface headers. "+third_party/mozilla", |