Skip to content
Snippets Groups Projects
Commit f3d80d9c authored by dpranke@chromium.org's avatar dpranke@chromium.org
Browse files

Add WebKitTools/Scripts and WebKitTools/simplejson to the DEPS file since we're

moving the python code upstream.

  R=victorw@chromium.org
  BUG=none
  TEST=none

Review URL: http://codereview.chromium.org/582026

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38437 0039d316-1c4b-4281-b951-d872f2087c98
parent a0633bcf
No related merge requests found
......@@ -66,6 +66,12 @@ deps = {
"src/third_party/WebKit/WebKitTools/pywebsocket":
Var("webkit_trunk") + "/WebKitTools/pywebsocket@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitTools/Scripts":
Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
"src/third_party/WebKit/WebKitTools/simplejson":
Var("webkit_trunk") + "/WebKitTools/simplejson@" + Var("webkit_revision"),
"src/third_party/ots":
"http://ots.googlecode.com/svn/trunk@26",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment