diff options
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/build/JavaScriptCore/DEPS | 2 | ||||
-rw-r--r-- | webkit/default_plugin/DEPS | 3 | ||||
-rw-r--r-- | webkit/glue/DEPS | 3 | ||||
-rw-r--r-- | webkit/glue/plugins/DEPS | 3 |
4 files changed, 11 insertions, 0 deletions
diff --git a/webkit/build/JavaScriptCore/DEPS b/webkit/build/JavaScriptCore/DEPS new file mode 100644 index 0000000..8ae4cb5 --- /dev/null +++ b/webkit/build/JavaScriptCore/DEPS @@ -0,0 +1,2 @@ +# Don't check the includes here, since we include various WebKit things.
+skip_subtree_includes = True
diff --git a/webkit/default_plugin/DEPS b/webkit/default_plugin/DEPS new file mode 100644 index 0000000..c753860 --- /dev/null +++ b/webkit/default_plugin/DEPS @@ -0,0 +1,3 @@ +include_rules = [
+ "+third_party/libxml",
+]
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS new file mode 100644 index 0000000..2a9131d --- /dev/null +++ b/webkit/glue/DEPS @@ -0,0 +1,3 @@ +include_rules = [
+ "+webkit/tools/test_shell", # Needed for test shell tests.
+]
diff --git a/webkit/glue/plugins/DEPS b/webkit/glue/plugins/DEPS new file mode 100644 index 0000000..b1b4f45 --- /dev/null +++ b/webkit/glue/plugins/DEPS @@ -0,0 +1,3 @@ +include_rules = [
+ "+third_party/mozilla/include",
+]
|