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

Unified Diff: DEPS

Issue 9820005: Move PathService's DIR_LAYOUT_TESTS from chrome to content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove indexed_db_uitest changes Created 8 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 | chrome/browser/extensions/extension_websocket_apitest.cc » ('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 c824b99ad075efe1e59fe469530838495b905d6a..d59095480070ba5c2201ceb6ddafcaad2a8f4c76 100644
--- a/DEPS
+++ b/DEPS
@@ -195,55 +195,55 @@ deps = {
# We run these layout tests as UI tests. Since many of the buildbots that
# run layout tests do NOT have access to the LayoutTest directory, we need
# to map them here. In practice, these do not take up much space.
- "src/chrome/test/data/layout_tests/LayoutTests/fast/events":
+ "src/content/test/data/layout_tests/LayoutTests/fast/events":
Var("webkit_trunk") + "/LayoutTests/fast/events@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources":
+ "src/content/test/data/layout_tests/LayoutTests/fast/js/resources":
Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/fast/workers":
+ "src/content/test/data/layout_tests/LayoutTests/fast/workers":
Var("webkit_trunk") + "/LayoutTests/fast/workers@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources":
+ "src/content/test/data/layout_tests/LayoutTests/http/tests/resources":
Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers":
+ "src/content/test/data/layout_tests/LayoutTests/http/tests/workers":
Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest":
+ "src/content/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/http/tests/websocket/tests":
+ "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests":
Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
+ "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers":
Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/events":
+ "src/content/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":
+ "src/content/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/http/tests/appcache":
+ "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache":
Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tests/workers":
+ "src/content/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":
+ "src/content/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":
+ "src/content/test/data/layout_tests/LayoutTests/storage/domstorage":
Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb":
+ "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb":
Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
+ "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources":
Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" +
Var("webkit_revision"),
- "src/chrome/test/data/layout_tests/LayoutTests/media":
+ "src/content/test/data/layout_tests/LayoutTests/media":
Var("webkit_trunk") + "/LayoutTests/media@" +
Var("webkit_revision"),
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_websocket_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698