summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authordglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 22:28:16 +0000
committerdglazkov@google.com <dglazkov@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-10 22:28:16 +0000
commit7f3445451ee76445c1bec573cc6a989cc80d2e66 (patch)
tree5fced0c5fb968ad41e0bb6affafa9a5950e951f9 /chrome/DEPS
parent714bc6857281c5c95a691a7c2dd8e280aac6abc9 (diff)
downloadchromium_src-7f3445451ee76445c1bec573cc6a989cc80d2e66.zip
chromium_src-7f3445451ee76445c1bec573cc6a989cc80d2e66.tar.gz
chromium_src-7f3445451ee76445c1bec573cc6a989cc80d2e66.tar.bz2
Add webkit/api to non-evil includes list.
TBR=darin BuG=0 TEST=chec depsk should not fail Review URL: http://codereview.chromium.org/115174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS3
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",
]