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

Side by Side Diff: DEPS

Issue 660246: WebKit Roll 55250:55339. (Closed) Base URL: svn://chrome-svn.corp.google.com/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
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/batik/text/textEffect3-expected.checksum » ('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": "55250", 4 "webkit_revision": "55339",
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
70 "src/third_party/WebKit/WebKitTools/Scripts": 67 "src/third_party/WebKit/WebKitTools/Scripts":
71 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"), 68 Var("webkit_trunk") + "/WebKitTools/Scripts@" + Var("webkit_revision"),
72 69
73 "src/third_party/ots": 70 "src/third_party/ots":
74 "http://ots.googlecode.com/svn/trunk@26", 71 "http://ots.googlecode.com/svn/trunk@26",
75 72
76 "src/tools/page_cycler/acid3": 73 "src/tools/page_cycler/acid3":
77 "/trunk/deps/page_cycler/acid3@19546", 74 "/trunk/deps/page_cycler/acid3@19546",
78 75
79 # We run these layout tests as UI tests. Since many of the buildbots that 76 # 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
241 "$matching_files"], 238 "$matching_files"],
242 }, 239 },
243 { 240 {
244 # Workaround XCode dependecies problem. 241 # Workaround XCode dependecies problem.
245 # TODO(bradnelson): remove this when fixed. 242 # TODO(bradnelson): remove this when fixed.
246 "pattern": ".", 243 "pattern": ".",
247 "action": ["python", 244 "action": ["python",
248 "src/build/mac/clobber_generated_headers.py"], 245 "src/build/mac/clobber_generated_headers.py"],
249 }, 246 },
250 ] 247 ]
OLDNEW
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/svg/batik/text/textEffect3-expected.checksum » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698