Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 vars = { | 1 vars = { |
| 2 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 2 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
| 3 "nacl_trunk": "http://nativeclient.googlecode.com/svn/trunk", | 3 "nacl_trunk": "http://nativeclient.googlecode.com/svn/trunk", |
| 4 "webkit_revision": "66547", | 4 "webkit_revision": "66547", |
| 5 "ffmpeg_revision": "57864", | 5 "ffmpeg_revision": "58138", |
|
Tom Finegan
2010/09/01 06:04:38
LGTM
| |
| 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": "3005", | 9 "nacl_revision": "3005", |
| 10 "libvpx_revision": "57643", | 10 "libvpx_revision": "57643", |
| 11 "libjingle_revision": "27", | 11 "libjingle_revision": "27", |
| 12 } | 12 } |
| 13 | 13 |
| 14 deps = { | 14 deps = { |
| 15 "src/breakpad/src": | 15 "src/breakpad/src": |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 292 ] | 292 ] |
| 293 | 293 |
| 294 | 294 |
| 295 hooks = [ | 295 hooks = [ |
| 296 { | 296 { |
| 297 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 297 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 298 "pattern": ".", | 298 "pattern": ".", |
| 299 "action": ["python", "src/build/gyp_chromium"], | 299 "action": ["python", "src/build/gyp_chromium"], |
| 300 }, | 300 }, |
| 301 ] | 301 ] |
| OLD | NEW |