| 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": "56124", | 4 "webkit_revision": "56124", |
| 5 "ffmpeg_revision": "40718", | 5 "ffmpeg_revision": "41391", |
| 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": "40423", | 8 "swig_revision": "40423", |
| 9 "nacl_revision": "1742", | 9 "nacl_revision": "1742", |
| 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", |
| 15 | 15 |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "$matching_files"], | 239 "$matching_files"], |
| 240 }, | 240 }, |
| 241 { | 241 { |
| 242 # Workaround XCode dependecies problem. | 242 # Workaround XCode dependecies problem. |
| 243 # TODO(bradnelson): remove this when fixed. | 243 # TODO(bradnelson): remove this when fixed. |
| 244 "pattern": ".", | 244 "pattern": ".", |
| 245 "action": ["python", | 245 "action": ["python", |
| 246 "src/build/mac/clobber_generated_headers.py"], | 246 "src/build/mac/clobber_generated_headers.py"], |
| 247 }, | 247 }, |
| 248 ] | 248 ] |
| OLD | NEW |