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": "58253", | 4 "webkit_revision": "58253", |
5 "ffmpeg_revision": "45437", | 5 "ffmpeg_revision": "45437", |
6 "skia_revision": "526", | 6 "skia_revision": "526", |
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": "2072", | 9 "nacl_revision": "2072", |
10 "angleproject_trunk": "http://angleproject.googlecode.com/svn/trunk", | |
11 "angleproject_revision": "146", | |
12 } | 10 } |
13 | 11 |
14 deps = { | 12 deps = { |
15 "src/breakpad/src": | 13 "src/breakpad/src": |
16 "http://google-breakpad.googlecode.com/svn/trunk/src@568", | 14 "http://google-breakpad.googlecode.com/svn/trunk/src@568", |
17 | 15 |
18 "src/build/util/support": | 16 "src/build/util/support": |
19 "/trunk/deps/support@20411", | 17 "/trunk/deps/support@20411", |
20 | 18 |
21 "src/googleurl": | 19 "src/googleurl": |
22 "http://google-url.googlecode.com/svn/trunk@131", | 20 "http://google-url.googlecode.com/svn/trunk@131", |
23 | 21 |
24 "src/sdch/open-vcdiff": | 22 "src/sdch/open-vcdiff": |
25 "http://open-vcdiff.googlecode.com/svn/trunk@28", | 23 "http://open-vcdiff.googlecode.com/svn/trunk@28", |
26 | 24 |
27 "src/testing/gtest": | 25 "src/testing/gtest": |
28 "http://googletest.googlecode.com/svn/trunk@408", | 26 "http://googletest.googlecode.com/svn/trunk@408", |
29 | 27 |
30 "src/third_party/angleproject/include": | |
31 Var("angleproject_trunk") + "/include@" + Var("angleproject_revision"), | |
32 "src/third_party/angleproject/src": | |
33 Var("angleproject_trunk") + "/src@" + Var("angleproject_revision"), | |
34 | |
35 "src/third_party/WebKit": | 28 "src/third_party/WebKit": |
36 "/trunk/deps/third_party/WebKit@33467", | 29 "/trunk/deps/third_party/WebKit@33467", |
37 | 30 |
38 "src/third_party/icu": | 31 "src/third_party/icu": |
39 "/trunk/deps/third_party/icu42@43139", | 32 "/trunk/deps/third_party/icu42@43139", |
40 | 33 |
41 "src/third_party/hunspell": | 34 "src/third_party/hunspell": |
42 "/trunk/deps/third_party/hunspell128@41000", | 35 "/trunk/deps/third_party/hunspell128@41000", |
43 | 36 |
44 "src/third_party/protobuf2/src": | 37 "src/third_party/protobuf2/src": |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "action": ["python", "src/build/gyp_chromium"], | 255 "action": ["python", "src/build/gyp_chromium"], |
263 }, | 256 }, |
264 { | 257 { |
265 # Workaround XCode dependecies problem. | 258 # Workaround XCode dependecies problem. |
266 # TODO(bradnelson): remove this when fixed. | 259 # TODO(bradnelson): remove this when fixed. |
267 "pattern": ".", | 260 "pattern": ".", |
268 "action": ["python", | 261 "action": ["python", |
269 "src/build/mac/clobber_generated_headers.py"], | 262 "src/build/mac/clobber_generated_headers.py"], |
270 }, | 263 }, |
271 ] | 264 ] |
OLD | NEW |