| 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": "55771", | 4 "webkit_revision": "55771", |
| 5 "ffmpeg_revision": "40718", | 5 "ffmpeg_revision": "40718", |
| 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": "1653", | 9 "nacl_revision": "1653", |
| 10 } | 10 } |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 "src/third_party/hunspell": | 34 "src/third_party/hunspell": |
| 35 "/trunk/deps/third_party/hunspell128@40614", | 35 "/trunk/deps/third_party/hunspell128@40614", |
| 36 | 36 |
| 37 "src/third_party/protobuf2/src": | 37 "src/third_party/protobuf2/src": |
| 38 "http://protobuf.googlecode.com/svn/trunk@305", | 38 "http://protobuf.googlecode.com/svn/trunk@305", |
| 39 | 39 |
| 40 "src/tools/gyp": | 40 "src/tools/gyp": |
| 41 "http://gyp.googlecode.com/svn/trunk@794", | 41 "http://gyp.googlecode.com/svn/trunk@794", |
| 42 | 42 |
| 43 "src/v8": | 43 "src/v8": |
| 44 "http://v8.googlecode.com/svn/trunk@4030", | 44 "http://v8.googlecode.com/svn/trunk@4079", |
| 45 | 45 |
| 46 "src/native_client": | 46 "src/native_client": |
| 47 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + Var("nac
l_revision"), | 47 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + Var("nac
l_revision"), |
| 48 | 48 |
| 49 "src/third_party/skia/src": | 49 "src/third_party/skia/src": |
| 50 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), | 50 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), |
| 51 | 51 |
| 52 "src/third_party/skia/include": | 52 "src/third_party/skia/include": |
| 53 "http://skia.googlecode.com/svn/trunk/include@" + Var("skia_revision"), | 53 "http://skia.googlecode.com/svn/trunk/include@" + Var("skia_revision"), |
| 54 | 54 |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "$matching_files"], | 238 "$matching_files"], |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 # Workaround XCode dependecies problem. | 241 # Workaround XCode dependecies problem. |
| 242 # TODO(bradnelson): remove this when fixed. | 242 # TODO(bradnelson): remove this when fixed. |
| 243 "pattern": ".", | 243 "pattern": ".", |
| 244 "action": ["python", | 244 "action": ["python", |
| 245 "src/build/mac/clobber_generated_headers.py"], | 245 "src/build/mac/clobber_generated_headers.py"], |
| 246 }, | 246 }, |
| 247 ] | 247 ] |
| OLD | NEW |