summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
diff options
context:
space:
mode:
authorukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 03:13:05 +0000
committerukai@chromium.org <ukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-01 03:13:05 +0000
commit0de6d540c5b1079293e0f434e5733df7b242f48c (patch)
tree354654a5ea48bdf5c24a83c9277c91ae3c3a53e9 /webkit/DEPS
parentc38a602440376da0207c4699421d10f4167e1566 (diff)
downloadchromium_src-0de6d540c5b1079293e0f434e5733df7b242f48c.zip
chromium_src-0de6d540c5b1079293e0f434e5733df7b242f48c.tar.gz
chromium_src-0de6d540c5b1079293e0f434e5733df7b242f48c.tar.bz2
Fix deps, simple_socket_stream_bridge.cc includes websocket_job.h
TBR=darin BUG=none TEST=checkdeps.py passes Review URL: http://codereview.chromium.org/660258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r--webkit/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS
index c199e99..5e889ab 100644
--- a/webkit/DEPS
+++ b/webkit/DEPS
@@ -21,5 +21,6 @@ include_rules = [
"+net/socket",
"+net/socket_stream",
"+net/url_request",
+ "+net/websockets",
"+third_party/npapi/bindings",
]