| 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": "58791", | 4 "webkit_revision": "58791", |
| 5 "ffmpeg_revision": "46128", | 5 "ffmpeg_revision": "46128", |
| 6 "skia_revision": "560", | 6 "skia_revision": "560", |
| 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": "2072", | 9 "nacl_revision": "2072", |
| 10 } | 10 } |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "src/third_party/protobuf2/src": | 40 "src/third_party/protobuf2/src": |
| 41 "http://protobuf.googlecode.com/svn/trunk@327", | 41 "http://protobuf.googlecode.com/svn/trunk@327", |
| 42 | 42 |
| 43 "src/third_party/cacheinvalidation/files": | 43 "src/third_party/cacheinvalidation/files": |
| 44 "http://google-cache-invalidation-api.googlecode.com/svn/trunk@13", | 44 "http://google-cache-invalidation-api.googlecode.com/svn/trunk@13", |
| 45 | 45 |
| 46 "src/tools/gyp": | 46 "src/tools/gyp": |
| 47 "http://gyp.googlecode.com/svn/trunk@818", | 47 "http://gyp.googlecode.com/svn/trunk@818", |
| 48 | 48 |
| 49 "src/v8": | 49 "src/v8": |
| 50 "http://v8.googlecode.com/svn/trunk@4565", | 50 "http://v8.googlecode.com/svn/trunk@4588", |
| 51 | 51 |
| 52 "src/native_client": | 52 "src/native_client": |
| 53 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + | 53 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + |
| 54 Var("nacl_revision"), | 54 Var("nacl_revision"), |
| 55 | 55 |
| 56 "src/third_party/skia/src": | 56 "src/third_party/skia/src": |
| 57 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), | 57 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), |
| 58 | 58 |
| 59 "src/third_party/skia/include": | 59 "src/third_party/skia/include": |
| 60 "http://skia.googlecode.com/svn/trunk/include@" + Var("skia_revision"), | 60 "http://skia.googlecode.com/svn/trunk/include@" + Var("skia_revision"), |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "action": ["python", "src/build/gyp_chromium"], | 258 "action": ["python", "src/build/gyp_chromium"], |
| 259 }, | 259 }, |
| 260 { | 260 { |
| 261 # Workaround XCode dependecies problem. | 261 # Workaround XCode dependecies problem. |
| 262 # TODO(bradnelson): remove this when fixed. | 262 # TODO(bradnelson): remove this when fixed. |
| 263 "pattern": ".", | 263 "pattern": ".", |
| 264 "action": ["python", | 264 "action": ["python", |
| 265 "src/build/mac/clobber_generated_headers.py"], | 265 "src/build/mac/clobber_generated_headers.py"], |
| 266 }, | 266 }, |
| 267 ] | 267 ] |
| OLD | NEW |