summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-03 00:49:55 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-03 00:49:55 +0000
commitf6b551d4bbde5c66782225ecc8c9aec81c974d07 (patch)
treeb0878abe8d411198018bf0853f8a1d69a6a141cb /DEPS
parente4bb8217d6597b314ad7b628dba5584b7a794874 (diff)
downloadchromium_src-f6b551d4bbde5c66782225ecc8c9aec81c974d07.zip
chromium_src-f6b551d4bbde5c66782225ecc8c9aec81c974d07.tar.gz
chromium_src-f6b551d4bbde5c66782225ecc8c9aec81c974d07.tar.bz2
Change ui_tests to pull the directories it needs from the upstream webkit
tree directly rather than relying on webkit/data/layout_tests for the baselines. This requires us to change a few spots in the source code because the directory naming conventions for platform-specific baselines is different upstream (it's platform/chromium-win/foo rather than platform/chromium-win/LayoutTests/foo). Once this test lands we can (in theory) remove the downstream layout test baselines. BUG=none TEST=none R=dimich@chromium.org Review URL: http://codereview.chromium.org/1547009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS21
1 files changed, 21 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index b4cc70d..4f00401 100644
--- a/DEPS
+++ b/DEPS
@@ -95,6 +95,27 @@ deps = {
"src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" +
Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/fast/events":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/fast/events@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/http/tests/workers":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/http/tests/workers@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/domstorage":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/workers":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers@" +
+ Var("webkit_revision"),
+ "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/domstorage":
+ Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage@" +
+ Var("webkit_revision"),
"src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
Var("webkit_revision"),