summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorvictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 19:18:23 +0000
committervictorw@chromium.org <victorw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-13 19:18:23 +0000
commite6e47fcb0b73a2f44f4ce7b4dfab83032458199d (patch)
treead1fd7f4e2f8adfd8f387b0fef58cda49e514196 /DEPS
parent26f2e88806cccf277afc433cd82d2a24da129f0f (diff)
downloadchromium_src-e6e47fcb0b73a2f44f4ce7b4dfab83032458199d.zip
chromium_src-e6e47fcb0b73a2f44f4ce7b4dfab83032458199d.tar.gz
chromium_src-e6e47fcb0b73a2f44f4ce7b4dfab83032458199d.tar.bz2
Move LayoutTests to src/third_party/WebKit
Moving LayoutTests to third_party/WebKit directory so people won't confuse about it. Another patch that allows run_webkit_tests to support both directories has been committed, for details, see http://codereview.chromium.org/146112. BUG=8765 TEST=LayoutTests directory removed and run_wekkit_tests works Review URL: http://codereview.chromium.org/155115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index f39bd18..8c32002 100644
--- a/DEPS
+++ b/DEPS
@@ -37,7 +37,7 @@ deps = {
"src/third_party/skia":
"http://skia.googlecode.com/svn/trunk@250",
- "src/webkit/data/layout_tests/LayoutTests":
+ "src/third_party/WebKit/LayoutTests":
Var("webkit_trunk") + "/LayoutTests@" + Var("webkit_revision"),
"src/third_party/WebKit/JavaScriptCore":