| 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": "56151", | 4 "webkit_revision": "56151", |
| 5 "ffmpeg_revision": "41907", | 5 "ffmpeg_revision": "41907", |
| 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 } |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 Var("webkit_revision"), | 103 Var("webkit_revision"), |
| 104 | 104 |
| 105 "src/third_party/swig/Lib": | 105 "src/third_party/swig/Lib": |
| 106 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 106 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
| 107 } | 107 } |
| 108 | 108 |
| 109 | 109 |
| 110 deps_os = { | 110 deps_os = { |
| 111 "win": { | 111 "win": { |
| 112 "src/chrome/tools/test/reference_build/chrome": | 112 "src/chrome/tools/test/reference_build/chrome": |
| 113 "/trunk/deps/reference_builds/chrome@41353", | 113 "/trunk/deps/reference_builds/chrome@41984", |
| 114 | 114 |
| 115 "src/third_party/cygwin": | 115 "src/third_party/cygwin": |
| 116 "/trunk/deps/third_party/cygwin@11984", | 116 "/trunk/deps/third_party/cygwin@11984", |
| 117 | 117 |
| 118 "src/third_party/python_24": | 118 "src/third_party/python_24": |
| 119 "/trunk/deps/third_party/python_24@22967", | 119 "/trunk/deps/third_party/python_24@22967", |
| 120 | 120 |
| 121 "src/third_party/lighttpd": | 121 "src/third_party/lighttpd": |
| 122 "/trunk/deps/third_party/lighttpd@33727", | 122 "/trunk/deps/third_party/lighttpd@33727", |
| 123 | 123 |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 "action": ["python", "src/build/gyp_chromium"], | 232 "action": ["python", "src/build/gyp_chromium"], |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 # Workaround XCode dependecies problem. | 235 # Workaround XCode dependecies problem. |
| 236 # TODO(bradnelson): remove this when fixed. | 236 # TODO(bradnelson): remove this when fixed. |
| 237 "pattern": ".", | 237 "pattern": ".", |
| 238 "action": ["python", | 238 "action": ["python", |
| 239 "src/build/mac/clobber_generated_headers.py"], | 239 "src/build/mac/clobber_generated_headers.py"], |
| 240 }, | 240 }, |
| 241 ] | 241 ] |
| OLD | NEW |