Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: DEPS

Issue 13993025: Remove the whole ios specific WebKit checkout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reset try job result Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 4f9f0067d31fcecd6ac8d89f757b380228c9330e..1a0dab017d631daf48a1de759a953cf1c1bc8e22 100644
--- a/DEPS
+++ b/DEPS
@@ -48,12 +48,6 @@ vars = {
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
"openssl_revision": "194187",
-
- "ios_webkit_trunk": "http://src.chromium.org/blink/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 = {
@@ -415,14 +409,6 @@ deps_os = {
"src/testing/iossim/third_party/class-dump":
"/trunk/deps/third_party/class-dump@147231",
- # 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"),
-
# Code that's not needed due to not building everything (especially WebKit).
"src/build/util/support": None,
"src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": None,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698