Chromium Code Reviews

Side by Side Diff: DEPS

Issue 2308001: WebKit roll r60239 to r60276 (Closed)
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | no next file » | 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": "60239", 4 "webkit_revision": "60276",
5 "ffmpeg_revision": "47712", 5 "ffmpeg_revision": "47712",
6 "skia_revision": "562", 6 "skia_revision": "562",
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": "2235", 9 "nacl_revision": "2235",
10 "libvpx_revision": "47701", 10 "libvpx_revision": "47701",
11 } 11 }
12 12
13 deps = { 13 deps = {
14 "src/breakpad/src": 14 "src/breakpad/src":
(...skipping 254 matching lines...)
269 "action": ["python", "src/build/gyp_chromium"], 269 "action": ["python", "src/build/gyp_chromium"],
270 }, 270 },
271 { 271 {
272 # Workaround XCode dependecies problem. 272 # Workaround XCode dependecies problem.
273 # TODO(bradnelson): remove this when fixed. 273 # TODO(bradnelson): remove this when fixed.
274 "pattern": ".", 274 "pattern": ".",
275 "action": ["python", 275 "action": ["python",
276 "src/build/mac/clobber_generated_headers.py"], 276 "src/build/mac/clobber_generated_headers.py"],
277 }, 277 },
278 ] 278 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine