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 964c03a..bacbfa3 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -15,6 +15,9 @@ include_rules = [ "-webkit", "-tools", + # Allow inclusion of WebKit API files + "+webkit/api", + # Brett's test. Contact him for questions. "+frame_window", ] |