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

Side by Side Diff: DEPS

Issue 661228: Revert 40177 - WebKit roll 55250:55310. Also, fix the paths to the WebKit bui... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 10 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 | webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py » ('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": "55310", 4 "webkit_revision": "55250",
5 "ffmpeg_revision": "39607", 5 "ffmpeg_revision": "39607",
6 "skia_revision": "504", 6 "skia_revision": "504",
7 "chromium_git": "http://src.chromium.org/git", 7 "chromium_git": "http://src.chromium.org/git",
8 "swig_revision": "37274", 8 "swig_revision": "37274",
9 "nacl_revision": "1569", 9 "nacl_revision": "1569",
10 } 10 }
11 11
12 deps = { 12 deps = {
13 "src/breakpad/src": 13 "src/breakpad/src":
14 "http://google-breakpad.googlecode.com/svn/trunk/src@452", 14 "http://google-breakpad.googlecode.com/svn/trunk/src@452",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 57
58 "src/third_party/WebKit/JavaScriptCore": 58 "src/third_party/WebKit/JavaScriptCore":
59 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"), 59 Var("webkit_trunk") + "/JavaScriptCore@" + Var("webkit_revision"),
60 60
61 "src/third_party/WebKit/WebCore": 61 "src/third_party/WebKit/WebCore":
62 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"), 62 Var("webkit_trunk") + "/WebCore@" + Var("webkit_revision"),
63 63
64 "src/third_party/WebKit/WebKit/chromium": 64 "src/third_party/WebKit/WebKit/chromium":
65 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"), 65 Var("webkit_trunk") + "/WebKit/chromium@" + Var("webkit_revision"),
66 66
67 "src/third_party/WebKit/WebKitTools/pywebsocket":
68 Var("webkit_trunk") + "/WebKitTools/pywebsocket@" + Var("webkit_revision"),
69
67 "src/third_party/WebKit/WebKitTools/Scripts": 70 "src/third_party/WebKit/WebKitTools/Scripts":
68 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), 71 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
69 72
70 "src/third_party/ots": 73 "src/third_party/ots":
71 "http://ots.googlecode.com/svn/trunk@26", 74 "http://ots.googlecode.com/svn/trunk@26",
72 75
73 "src/tools/page_cycler/acid3": 76 "src/tools/page_cycler/acid3":
74 "/trunk/deps/page_cycler/acid3@19546", 77 "/trunk/deps/page_cycler/acid3@19546",
75 78
76 # We run these layout tests as UI tests. Since many of the buildbots that 79 # We run these layout tests as UI tests. Since many of the buildbots that
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "$matching_files"], 241 "$matching_files"],
239 }, 242 },
240 { 243 {
241 # Workaround XCode dependecies problem. 244 # Workaround XCode dependecies problem.
242 # TODO(bradnelson): remove this when fixed. 245 # TODO(bradnelson): remove this when fixed.
243 "pattern": ".", 246 "pattern": ".",
244 "action": ["python", 247 "action": ["python",
245 "src/build/mac/clobber_generated_headers.py"], 248 "src/build/mac/clobber_generated_headers.py"],
246 }, 249 },
247 ] 250 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/tools/layout_tests/webkitpy/layout_tests/layout_package/websocket_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698