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": "54774", | 4 "webkit_revision": "54774", |
5 "ffmpeg_revision": "38862", | 5 "ffmpeg_revision": "38862", |
6 "skia_revision": "490", | 6 "skia_revision": "490", |
7 "chromium_git": "http://src.chromium.org/git", | 7 "chromium_git": "http://src.chromium.org/git", |
8 "swig_revision": "37274", | 8 "swig_revision": "37274", |
9 } | 9 } |
10 | 10 |
(...skipping 19 matching lines...) Expand all Loading... |
30 "src/third_party/icu": | 30 "src/third_party/icu": |
31 "/trunk/deps/third_party/icu42@37341", | 31 "/trunk/deps/third_party/icu42@37341", |
32 | 32 |
33 "src/third_party/hunspell": | 33 "src/third_party/hunspell": |
34 "/trunk/deps/third_party/hunspell128@30191", | 34 "/trunk/deps/third_party/hunspell128@30191", |
35 | 35 |
36 "src/third_party/protobuf2/src": | 36 "src/third_party/protobuf2/src": |
37 "http://protobuf.googlecode.com/svn/trunk@305", | 37 "http://protobuf.googlecode.com/svn/trunk@305", |
38 | 38 |
39 "src/tools/gyp": | 39 "src/tools/gyp": |
40 "http://gyp.googlecode.com/svn/trunk@781", | 40 "http://gyp.googlecode.com/svn/trunk@784", |
41 | 41 |
42 "src/v8": | 42 "src/v8": |
43 "http://v8.googlecode.com/svn/trunk@3836", | 43 "http://v8.googlecode.com/svn/trunk@3836", |
44 | 44 |
45 "src/native_client": | 45 "src/native_client": |
46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1471", | 46 "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1471", |
47 | 47 |
48 "src/third_party/skia/src": | 48 "src/third_party/skia/src": |
49 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), | 49 "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), |
50 | 50 |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 "$matching_files"], | 238 "$matching_files"], |
239 }, | 239 }, |
240 { | 240 { |
241 # Workaround XCode dependecies problem. | 241 # Workaround XCode dependecies problem. |
242 # TODO(bradnelson): remove this when fixed. | 242 # TODO(bradnelson): remove this when fixed. |
243 "pattern": ".", | 243 "pattern": ".", |
244 "action": ["python", | 244 "action": ["python", |
245 "src/build/mac/clobber_generated_headers.py"], | 245 "src/build/mac/clobber_generated_headers.py"], |
246 }, | 246 }, |
247 ] | 247 ] |
OLD | NEW |