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": "59656", | 4 "webkit_revision": "59656", |
5 "ffmpeg_revision": "46128", | 5 "ffmpeg_revision": "46128", |
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 } | 10 } |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 Var("webkit_revision"), | 136 Var("webkit_revision"), |
137 | 137 |
138 "src/third_party/swig/Lib": | 138 "src/third_party/swig/Lib": |
139 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 139 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
140 | 140 |
141 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": | 141 "src/third_party/ffmpeg/source/patched-ffmpeg-mt": |
142 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + | 142 "/trunk/deps/third_party/ffmpeg/patched-ffmpeg-mt@" + |
143 Var("ffmpeg_revision"), | 143 Var("ffmpeg_revision"), |
144 | 144 |
145 "src/third_party/ppapi": | 145 "src/third_party/ppapi": |
146 "http://ppapi.googlecode.com/svn/trunk@42", | 146 "http://ppapi.googlecode.com/svn/trunk@43", |
147 } | 147 } |
148 | 148 |
149 | 149 |
150 deps_os = { | 150 deps_os = { |
151 "win": { | 151 "win": { |
152 "src/chrome/tools/test/reference_build/chrome": | 152 "src/chrome/tools/test/reference_build/chrome": |
153 "/trunk/deps/reference_builds/chrome@41984", | 153 "/trunk/deps/reference_builds/chrome@41984", |
154 | 154 |
155 "src/third_party/cygwin": | 155 "src/third_party/cygwin": |
156 "/trunk/deps/third_party/cygwin@11984", | 156 "/trunk/deps/third_party/cygwin@11984", |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 "action": ["python", "src/build/gyp_chromium"], | 261 "action": ["python", "src/build/gyp_chromium"], |
262 }, | 262 }, |
263 { | 263 { |
264 # Workaround XCode dependecies problem. | 264 # Workaround XCode dependecies problem. |
265 # TODO(bradnelson): remove this when fixed. | 265 # TODO(bradnelson): remove this when fixed. |
266 "pattern": ".", | 266 "pattern": ".", |
267 "action": ["python", | 267 "action": ["python", |
268 "src/build/mac/clobber_generated_headers.py"], | 268 "src/build/mac/clobber_generated_headers.py"], |
269 }, | 269 }, |
270 ] | 270 ] |
OLD | NEW |