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

Unified Diff: DEPS

Issue 6015002: Rename WebKitTools->Tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | base/process_util_mac.mm » ('j') | 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 ed57fc6df1d405fa6f947bfc9eb21bf227e08752..afc0819ba334a8818b3bd435244fde8890efa4ca 100644
--- a/DEPS
+++ b/DEPS
@@ -4,7 +4,7 @@ vars = {
"googlecode_url": "http://%s.googlecode.com/svn",
"webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk",
"nacl_trunk": "http://src.chromium.org/native_client/trunk",
- "webkit_revision": "74255",
+ "webkit_revision": "74308",
"skia_revision": "636",
"chromium_git": "http://git.chromium.org/git",
"swig_revision": "69281",
@@ -84,11 +84,11 @@ deps = {
"src/third_party/WebKit/WebKit/chromium":
Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
- "src/third_party/WebKit/WebKitTools/DumpRenderTree":
- Var("webkit_trunk") + "/WebKitTools/DumpRenderTree@" + Var("webkit_revision"),
+ "src/third_party/WebKit/Tools/DumpRenderTree":
+ Var("webkit_trunk") + "/Tools/DumpRenderTree@" + Var("webkit_revision"),
- "src/third_party/WebKit/WebKitTools/Scripts":
- Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
+ "src/third_party/WebKit/Tools/Scripts":
+ Var("webkit_trunk") + "/Tools/Scripts@" + Var("webkit_revision"),
"src/third_party/ots":
(Var("googlecode_url") % "ots") + "/trunk@35",
« no previous file with comments | « no previous file | base/process_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698