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": "50324", | 4 "webkit_revision": "50324", |
5 "ffmpeg_revision": "30374", | 5 "ffmpeg_revision": "30374", |
6 } | 6 } |
7 | 7 |
8 deps = { | 8 deps = { |
9 "src/breakpad/src": | 9 "src/breakpad/src": |
10 "http://google-breakpad.googlecode.com/svn/trunk/src@417", | 10 "http://google-breakpad.googlecode.com/svn/trunk/src@417", |
(...skipping 10 matching lines...) Expand all Loading... |
21 "src/testing/gtest": | 21 "src/testing/gtest": |
22 "http://googletest.googlecode.com/svn/trunk@329", | 22 "http://googletest.googlecode.com/svn/trunk@329", |
23 | 23 |
24 "src/third_party/WebKit": | 24 "src/third_party/WebKit": |
25 "/trunk/deps/third_party/WebKit@27313", | 25 "/trunk/deps/third_party/WebKit@27313", |
26 | 26 |
27 "src/third_party/icu": | 27 "src/third_party/icu": |
28 "/trunk/deps/third_party/icu42@30145", | 28 "/trunk/deps/third_party/icu42@30145", |
29 | 29 |
30 "src/third_party/hunspell": | 30 "src/third_party/hunspell": |
31 "/trunk/deps/third_party/hunspell128@28983", | 31 "/trunk/deps/third_party/hunspell128@30191", |
32 | 32 |
33 "src/third_party/protobuf2/src": | 33 "src/third_party/protobuf2/src": |
34 "http://protobuf.googlecode.com/svn/trunk@219", | 34 "http://protobuf.googlecode.com/svn/trunk@219", |
35 | 35 |
36 "src/third_party/pywebsocket": | 36 "src/third_party/pywebsocket": |
37 "http://pywebsocket.googlecode.com/svn/trunk/src@86", | 37 "http://pywebsocket.googlecode.com/svn/trunk/src@86", |
38 | 38 |
39 "src/tools/gyp": | 39 "src/tools/gyp": |
40 "http://gyp.googlecode.com/svn/trunk@736", | 40 "http://gyp.googlecode.com/svn/trunk@736", |
41 | 41 |
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 "$matching_files"], | 211 "$matching_files"], |
212 }, | 212 }, |
213 { | 213 { |
214 # Workaround XCode dependecies problem. | 214 # Workaround XCode dependecies problem. |
215 # TODO(bradnelson): remove this when fixed. | 215 # TODO(bradnelson): remove this when fixed. |
216 "pattern": ".", | 216 "pattern": ".", |
217 "action": ["python", | 217 "action": ["python", |
218 "src/build/mac/clobber_generated_headers.py"], | 218 "src/build/mac/clobber_generated_headers.py"], |
219 }, | 219 }, |
220 ] | 220 ] |
OLD | NEW |