aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-18 17:09:57 +0000
committerkjellander@webrtc.org <kjellander@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2014-08-18 17:09:57 +0000
commit3ea9f578ce41989df6a39cfa4e074baa7a02798e (patch)
tree13af0f4001aa99ee9c56b050c9ed7cef82f6212e /DEPS
parente9b493e763aec9a6488b2adfef7e6212a9f39b18 (diff)
downloadwebrtc-3ea9f578ce41989df6a39cfa4e074baa7a02798e.tar.gz
Remove unneeded WebKit dependency from DEPS.
This dependency was added in r4173 in order to support the build/android/run_tests.py script. In http://crrev.com/217588 that script was removed and build/android/test_runner.py was the preferred script to launch Android tests with. Also in http://crrev.com/279515 the dependency on webkitpy was removed and replaced by copies of the needed files in build/android/pylib/utils/. BUG=None TEST=None R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/22139004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6918 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS7
1 files changed, 0 insertions, 7 deletions
diff --git a/DEPS b/DEPS
index 54150ae9c4..2f6bcd5fb2 100644
--- a/DEPS
+++ b/DEPS
@@ -14,9 +14,6 @@ vars = {
# chrome://version/ for revision of canary Chrome.
# http://chromium-status.appspot.com/lkgr is a last known good revision.
"chromium_revision": "289723",
-
- # A small subset of WebKit is needed for the Android Python test framework.
- "webkit_trunk": "http://src.chromium.org/blink/trunk",
}
# NOTE: Prefer revision numbers to tags for svn deps. Use http rather than
@@ -234,10 +231,6 @@ deps_os = {
"third_party/android_testrunner":
Var("chromium_trunk") + "/src/third_party/android_testrunner@" + Var("chromium_revision"),
-
- "third_party/WebKit/Tools/Scripts":
- Var("webkit_trunk") + "/Tools/Scripts@151677",
-
},
}