| 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": "51584", | 4 "webkit_revision": "51584", |
| 5 "ffmpeg_revision": "30374", | 5 "ffmpeg_revision": "30374", |
| 6 "chromium_git": "http://src.chromium.org/git", | 6 "chromium_git": "http://src.chromium.org/git", |
| 7 } | 7 } |
| 8 | 8 |
| 9 deps = { | 9 deps = { |
| 10 "src/breakpad/src": | 10 "src/breakpad/src": |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "src/third_party/hunspell": | 31 "src/third_party/hunspell": |
| 32 "/trunk/deps/third_party/hunspell128@30191", | 32 "/trunk/deps/third_party/hunspell128@30191", |
| 33 | 33 |
| 34 "src/third_party/protobuf2/src": | 34 "src/third_party/protobuf2/src": |
| 35 "http://protobuf.googlecode.com/svn/trunk@219", | 35 "http://protobuf.googlecode.com/svn/trunk@219", |
| 36 | 36 |
| 37 "src/tools/gyp": | 37 "src/tools/gyp": |
| 38 "http://gyp.googlecode.com/svn/trunk@766", | 38 "http://gyp.googlecode.com/svn/trunk@766", |
| 39 | 39 |
| 40 "src/v8": | 40 "src/v8": |
| 41 "http://v8.googlecode.com/svn/trunk@3376", | 41 "http://v8.googlecode.com/svn/trunk@3395", |
| 42 | 42 |
| 43 "src/native_client": | 43 "src/native_client": |
| 44 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1052", | 44 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1052", |
| 45 | 45 |
| 46 "src/third_party/skia/src": | 46 "src/third_party/skia/src": |
| 47 "http://skia.googlecode.com/svn/trunk/src@449", | 47 "http://skia.googlecode.com/svn/trunk/src@449", |
| 48 | 48 |
| 49 "src/third_party/skia/include": | 49 "src/third_party/skia/include": |
| 50 "http://skia.googlecode.com/svn/trunk/include@449", | 50 "http://skia.googlecode.com/svn/trunk/include@449", |
| 51 | 51 |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "$matching_files"], | 227 "$matching_files"], |
| 228 }, | 228 }, |
| 229 { | 229 { |
| 230 # Workaround XCode dependecies problem. | 230 # Workaround XCode dependecies problem. |
| 231 # TODO(bradnelson): remove this when fixed. | 231 # TODO(bradnelson): remove this when fixed. |
| 232 "pattern": ".", | 232 "pattern": ".", |
| 233 "action": ["python", | 233 "action": ["python", |
| 234 "src/build/mac/clobber_generated_headers.py"], | 234 "src/build/mac/clobber_generated_headers.py"], |
| 235 }, | 235 }, |
| 236 ] | 236 ] |
| OLD | NEW |