Remove iOS special case for Blink
This CL remove the iOS special case for Blink. After this CL, iOS pulls the
entire Blink repository instead of pulling part of it from svn.webkit.org.
BUG=239545
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16212004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203367 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 072fc46a..9e06f8f 100644
--- a/DEPS
+++ b/DEPS
@@ -48,12 +48,6 @@
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
"openssl_revision": "194187",
-
- "ios_webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
- # Three lines of non-changing comments so that
- # the commit queue can handle CLs rolling openssl
- # and whatever else without interference from each other.
- "ios_webkit_revision": "147503",
}
deps = {
@@ -403,18 +397,7 @@
"src/testing/iossim/third_party/class-dump":
"/trunk/deps/third_party/class-dump@199203",
- # Pull only the headers from WebKit.
- "src/third_party/WebKit/Source/WebKit/chromium/public":
- Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
- Var("ios_webkit_revision"),
- "src/third_party/WebKit/Source/Platform/chromium/public":
- Var("ios_webkit_trunk") + "/Source/Platform/chromium/public@" +
- Var("ios_webkit_revision"),
- # Pull only the headers from Blink.
- "src/third_party/WebKit/public":
- Var("webkit_trunk") + "/public@" + Var("webkit_revision"),
-
- # Code that's not needed due to not building everything (especially WebKit).
+ # Code that's not needed due to not building everything
"src/build/util/support": None,
"src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
"src/content/test/data/layout_tests/LayoutTests/editing/pasteboard/resources": None,
@@ -468,7 +451,6 @@
"src/third_party/webdriver/pylib": None,
"src/third_party/webpagereplay": None,
"src/third_party/webrtc": None,
- "src/third_party/WebKit": None,
"src/third_party/yasm/source/patched-yasm": None,
"src/tools/page_cycler/acid3": None,
"src/v8": None,