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

Unified Diff: DEPS

Issue 9108004: IndexedDB: Run cursor-prefetch webkit layout test as ui test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments; add DEPS change necessary for buildbots Created 8 years, 11 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/chrome_tests.gypi » ('j') | content/browser/in_process_webkit/indexed_db_uitest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 3ce1304de34dd5d3985f2fe6d850b6e22a859595..356137f69aeedcf78072fa4e996ebb4fdbc2d160 100644
--- a/DEPS
+++ b/DEPS
@@ -227,6 +227,9 @@ deps = {
"src/chrome/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":
+ Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" +
+ Var("webkit_revision"),
"src/chrome/test/data/layout_tests/LayoutTests/media":
Var("webkit_trunk") + "/LayoutTests/media@" +
Var("webkit_revision"),
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | content/browser/in_process_webkit/indexed_db_uitest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698