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

Unified Diff: DEPS

Issue 147125: Support running http layout tests for workers in UI test framework. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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/worker/worker_uitest.cc » ('j') | chrome/worker/worker_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
===================================================================
--- DEPS (revision 19210)
+++ DEPS (working copy)
@@ -56,6 +56,12 @@
# in ui test.
"src/chrome/test/data/workers/LayoutTests/fast/workers":
Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"),
+ "src/chrome/test/data/workers/LayoutTests/http/tests/resources":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + Var("webkit_revision"),
+ "src/chrome/test/data/workers/LayoutTests/http/tests/workers":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + Var("webkit_revision"),
+ "src/chrome/test/data/workers/LayoutTests/http/tests/xmlhttprequest":
+ Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + Var("webkit_revision"),
}
« no previous file with comments | « no previous file | chrome/worker/worker_uitest.cc » ('j') | chrome/worker/worker_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698