Index: DEPS |
diff --git a/DEPS b/DEPS |
index 9706479db67023ecf2741d13cb93c72af32caebb..03a6f3a21354b124e150b9f2b86b5c5dd3710163 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://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", |
rohitrao (ping after 24h)
2013/05/30 23:57:11
Thanks for going back and removing these unused va
|
} |
deps = { |
@@ -403,18 +397,7 @@ deps_os = { |
"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 @@ deps_os = { |
"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, |