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

Unified Diff: DEPS

Issue 1547009: Change ui_tests to pull the directories it needs from the upstream webkit (Closed)
Patch Set: fix path for web socket tests Created 10 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/in_process_webkit/dom_storage_uitest.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 b4cc70d79cd49d94b5b03445531c03e70eb61ec5..4f00401c34f9659ea0779eda27d94656139aaed8 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"),
« no previous file with comments | « no previous file | chrome/browser/in_process_webkit/dom_storage_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698