OLD | NEW |
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": "65204", | 4 "webkit_revision": "65180", |
5 "ffmpeg_revision": "54382", | 5 "ffmpeg_revision": "54382", |
6 "skia_revision": "593", | 6 "skia_revision": "593", |
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": "2957", | 9 "nacl_revision": "2957", |
10 "libvpx_revision": "55944", | 10 "libvpx_revision": "55944", |
11 "libjingle_revision": "27", | 11 "libjingle_revision": "27", |
12 } | 12 } |
13 | 13 |
14 deps = { | 14 deps = { |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
287 ] | 287 ] |
288 | 288 |
289 | 289 |
290 hooks = [ | 290 hooks = [ |
291 { | 291 { |
292 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 292 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
293 "pattern": ".", | 293 "pattern": ".", |
294 "action": ["python", "src/build/gyp_chromium"], | 294 "action": ["python", "src/build/gyp_chromium"], |
295 }, | 295 }, |
296 ] | 296 ] |
OLD | NEW |