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": "60074", | 4 "webkit_revision": "60074", |
5 "ffmpeg_revision": "47712", | 5 "ffmpeg_revision": "47712", |
6 "skia_revision": "562", | 6 "skia_revision": "562", |
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": "2235", | 9 "nacl_revision": "2235", |
10 "libvpx_revision": "47701", | 10 "libvpx_revision": "47701", |
11 } | 11 } |
12 | 12 |
13 deps = { | 13 deps = { |
14 "src/breakpad/src": | 14 "src/breakpad/src": |
15 "http://google-breakpad.googlecode.com/svn/trunk/src@568", | 15 "http://google-breakpad.googlecode.com/svn/trunk/src@568", |
16 | 16 |
17 "src/build/util/support": | 17 "src/build/util/support": |
18 "/trunk/deps/support@20411", | 18 "/trunk/deps/support@20411", |
19 | 19 |
20 "src/googleurl": | 20 "src/googleurl": |
21 "http://google-url.googlecode.com/svn/trunk@134", | 21 "http://google-url.googlecode.com/svn/trunk@134", |
22 | 22 |
23 "src/sdch/open-vcdiff": | 23 "src/sdch/open-vcdiff": |
24 "http://open-vcdiff.googlecode.com/svn/trunk@28", | 24 "http://open-vcdiff.googlecode.com/svn/trunk@28", |
25 | 25 |
26 "src/testing/gtest": | 26 "src/testing/gtest": |
27 "http://googletest.googlecode.com/svn/trunk@408", | 27 "http://googletest.googlecode.com/svn/trunk@408", |
28 | 28 |
29 "src/third_party/angle": | 29 "src/third_party/angle": |
30 "http://angleproject.googlecode.com/svn/trunk@305", | 30 "http://angleproject.googlecode.com/svn/trunk@317", |
31 | 31 |
32 "src/third_party/WebKit": | 32 "src/third_party/WebKit": |
33 "/trunk/deps/third_party/WebKit@33467", | 33 "/trunk/deps/third_party/WebKit@33467", |
34 | 34 |
35 "src/third_party/icu": | 35 "src/third_party/icu": |
36 "/trunk/deps/third_party/icu42@47106", | 36 "/trunk/deps/third_party/icu42@47106", |
37 | 37 |
38 "src/third_party/hunspell": | 38 "src/third_party/hunspell": |
39 "/trunk/deps/third_party/hunspell128@46230", | 39 "/trunk/deps/third_party/hunspell128@46230", |
40 | 40 |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 "action": ["python", "src/build/gyp_chromium"], | 269 "action": ["python", "src/build/gyp_chromium"], |
270 }, | 270 }, |
271 { | 271 { |
272 # Workaround XCode dependecies problem. | 272 # Workaround XCode dependecies problem. |
273 # TODO(bradnelson): remove this when fixed. | 273 # TODO(bradnelson): remove this when fixed. |
274 "pattern": ".", | 274 "pattern": ".", |
275 "action": ["python", | 275 "action": ["python", |
276 "src/build/mac/clobber_generated_headers.py"], | 276 "src/build/mac/clobber_generated_headers.py"], |
277 }, | 277 }, |
278 ] | 278 ] |
OLD | NEW |