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": "61547", | 4 "webkit_revision": "61547", |
5 "ffmpeg_revision": "49485", | 5 "ffmpeg_revision": "49485", |
6 "skia_revision": "582", | 6 "skia_revision": "582", |
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": "2555", | 9 "nacl_revision": "2555", |
10 "libvpx_revision": "47941", | 10 "libvpx_revision": "47941", |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 # TODO(ajwong): Move this into the OS-independent block. | 223 # TODO(ajwong): Move this into the OS-independent block. |
224 "src/third_party/yasm/source/patched-yasm": | 224 "src/third_party/yasm/source/patched-yasm": |
225 "/trunk/deps/third_party/yasm/patched-yasm@29937", | 225 "/trunk/deps/third_party/yasm/patched-yasm@29937", |
226 | 226 |
227 "src/third_party/swig/mac": | 227 "src/third_party/swig/mac": |
228 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 228 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
229 | 229 |
230 # NSS, for SSLClientSocketNSS. | 230 # NSS, for SSLClientSocketNSS. |
231 "src/third_party/nss": | 231 "src/third_party/nss": |
232 "/trunk/deps/third_party/nss@48440", | 232 "/trunk/deps/third_party/nss@48440", |
| 233 |
| 234 "src/chrome/installer/mac/third_party/xz/xz": |
| 235 "/trunk/deps/third_party/xz@50504", |
233 }, | 236 }, |
234 "unix": { | 237 "unix": { |
235 # Linux, really. | 238 # Linux, really. |
236 "src/chrome/tools/test/reference_build/chrome_linux": | 239 "src/chrome/tools/test/reference_build/chrome_linux": |
237 "/trunk/deps/reference_builds/chrome_linux@41515", | 240 "/trunk/deps/reference_builds/chrome_linux@41515", |
238 | 241 |
239 "src/third_party/xdg-utils": | 242 "src/third_party/xdg-utils": |
240 "/trunk/deps/third_party/xdg-utils@29103", | 243 "/trunk/deps/third_party/xdg-utils@29103", |
241 | 244 |
242 # TODO(ajwong): Move this into the OS-independent block. | 245 # TODO(ajwong): Move this into the OS-independent block. |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 }, | 289 }, |
287 { | 290 { |
288 # Workaround XCode dependecies problem. | 291 # Workaround XCode dependecies problem. |
289 # TODO(bradnelson): remove this when fixed. | 292 # TODO(bradnelson): remove this when fixed. |
290 "pattern": ".", | 293 "pattern": ".", |
291 "action": ["python", | 294 "action": ["python", |
292 "src/build/mac/clobber_generated_headers.py"], | 295 "src/build/mac/clobber_generated_headers.py"], |
293 }, | 296 }, |
294 ] | 297 ] |
295 | 298 |
OLD | NEW |