diff options
Diffstat (limited to 'webkit/glue')
-rw-r--r-- | webkit/glue/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 2a9131d..e4af456 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,3 +1,7 @@ include_rules = [
"+webkit/tools/test_shell", # Needed for test shell tests.
+
+ # This is not actually a directory, but npruntime_util.cc includes a file
+ # from WebKit starting with this path in JSCore mode.
+ "+bindings/c",
]
|