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

Unified Diff: DEPS

Issue 13603005: Differentiate blink from webkit. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blink_trunk -> webkit_trunk Created 7 years, 9 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 d2572ac6d034f18f8cf6123a094da2543b42991c..97ccecb01f49d8f799c38d6d652deebee9b43d13 100644
--- a/DEPS
+++ b/DEPS
@@ -48,6 +48,12 @@ vars = {
# the commit queue can handle CLs rolling openssl
# and whatever else without interference from each other.
"openssl_revision": "191822",
+
+ "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 = {
@@ -423,11 +429,11 @@ deps_os = {
# Pull only the headers from WebKit.
"src/third_party/WebKit/Source/WebKit/chromium/public":
- Var("webkit_trunk") + "/Source/WebKit/chromium/public@" +
- Var("webkit_revision"),
+ Var("ios_webkit_trunk") + "/Source/WebKit/chromium/public@" +
+ Var("ios_webkit_revision"),
"src/third_party/WebKit/Source/Platform/chromium/public":
- Var("webkit_trunk") + "/Source/Platform/chromium/public@" +
- Var("webkit_revision"),
+ 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,
« 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