summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:07:48 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-08 22:07:48 +0000
commit568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a (patch)
treed9720f7eebd8a9fcf5a6b300d4425141c7b4841d /webkit
parentc40671f2093ca48862fb1212226c8ccb95d0adc9 (diff)
downloadchromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.zip
chromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.tar.gz
chromium_src-568d3f5d7b4d5aecc0ab0dc2f858a8c78b082e6a.tar.bz2
Add deps files and rules for the checkdeps script.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/build/JavaScriptCore/DEPS2
-rw-r--r--webkit/default_plugin/DEPS3
-rw-r--r--webkit/glue/DEPS3
-rw-r--r--webkit/glue/plugins/DEPS3
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",
+]