diff options
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS new file mode 100644 index 0000000..e59afec --- /dev/null +++ b/webkit/glue/DEPS @@ -0,0 +1,11 @@ +include_rules = [ + "+app", + "+media", + "+skia/ext", + "+skia/include", + "+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", +] |