From 3ea9f578ce41989df6a39cfa4e074baa7a02798e Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 18 Aug 2014 17:09:57 +0000 Subject: [PATCH] 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 --- DEPS | 7 ------- 1 file changed, 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", - }, }