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

Side by Side Diff: DEPS

Issue 2879003: Run appcache layout tests in chrome using the ui test harness. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/appcache/appcache_ui_test.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 vars = { 1 vars = {
2 "webkit_trunk": 2 "webkit_trunk":
3 "http://svn.webkit.org/repository/webkit/trunk", 3 "http://svn.webkit.org/repository/webkit/trunk",
4 "webkit_revision": "61871", 4 "webkit_revision": "61871",
5 "ffmpeg_revision": "49485", 5 "ffmpeg_revision": "49485",
6 "skia_revision": "582", 6 "skia_revision": "582",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "40423", 8 "swig_revision": "40423",
9 "nacl_revision": "2555", 9 "nacl_revision": "2555",
10 "libvpx_revision": "47941", 10 "libvpx_revision": "47941",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 Var("webkit_revision"), 120 Var("webkit_revision"),
121 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/d omstorage": 121 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-mac/storage/d omstorage":
122 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage @" + 122 Var("webkit_trunk") + "/LayoutTests/platform/chromium-mac/storage/domstorage @" +
123 Var("webkit_revision"), 123 Var("webkit_revision"),
124 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/even ts": 124 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/even ts":
125 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + 125 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" +
126 Var("webkit_revision"), 126 Var("webkit_revision"),
127 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/work ers": 127 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/work ers":
128 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + 128 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" +
129 Var("webkit_revision"), 129 Var("webkit_revision"),
130 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache":
131 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" +
132 Var("webkit_revision"),
130 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/test s/workers": 133 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/test s/workers":
131 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers @" + 134 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers @" +
132 Var("webkit_revision"), 135 Var("webkit_revision"),
133 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/d omstorage": 136 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/d omstorage":
134 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage @" + 137 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage @" +
135 Var("webkit_revision"), 138 Var("webkit_revision"),
136 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": 139 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage":
137 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + 140 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" +
138 Var("webkit_revision"), 141 Var("webkit_revision"),
139 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers": 142 "src/chrome/test/data/layout_tests/LayoutTests/websocket/tests/workers":
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 }, 292 },
290 { 293 {
291 # Workaround XCode dependecies problem. 294 # Workaround XCode dependecies problem.
292 # TODO(bradnelson): remove this when fixed. 295 # TODO(bradnelson): remove this when fixed.
293 "pattern": ".", 296 "pattern": ".",
294 "action": ["python", 297 "action": ["python",
295 "src/build/mac/clobber_generated_headers.py"], 298 "src/build/mac/clobber_generated_headers.py"],
296 }, 299 },
297 ] 300 ]
298 301
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/appcache/appcache_ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698