OLD | NEW |
1 vars = { | 1 vars = { |
2 # Use this googlecode_url variable only if there is an internal mirror for it. | 2 # Use this googlecode_url variable only if there is an internal mirror for it. |
3 # If you do not know, use the full path while defining your new deps entry. | 3 # If you do not know, use the full path while defining your new deps entry. |
4 "googlecode_url": "http://%s.googlecode.com/svn", | 4 "googlecode_url": "http://%s.googlecode.com/svn", |
5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
7 "webkit_revision": "73514", | 7 "webkit_revision": "73514", |
8 "skia_revision": "632", | 8 "skia_revision": "632", |
9 "chromium_git": "http://git.chromium.org/git", | 9 "chromium_git": "http://git.chromium.org/git", |
10 "swig_revision": "40423", | 10 "swig_revision": "40423", |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 "/trunk/deps/third_party/libsrtp@60080", | 182 "/trunk/deps/third_party/libsrtp@60080", |
183 | 183 |
184 "src/third_party/yasm/source/patched-yasm": | 184 "src/third_party/yasm/source/patched-yasm": |
185 "/trunk/deps/third_party/yasm/patched-yasm@50870", | 185 "/trunk/deps/third_party/yasm/patched-yasm@50870", |
186 } | 186 } |
187 | 187 |
188 | 188 |
189 deps_os = { | 189 deps_os = { |
190 "win": { | 190 "win": { |
191 "src/chrome/tools/test/reference_build/chrome": | 191 "src/chrome/tools/test/reference_build/chrome": |
192 "/trunk/deps/reference_builds/chrome@41984", | 192 "/trunk/deps/reference_builds/chrome@68691", |
193 | 193 |
194 "src/third_party/cygwin": | 194 "src/third_party/cygwin": |
195 "/trunk/deps/third_party/cygwin@66844", | 195 "/trunk/deps/third_party/cygwin@66844", |
196 | 196 |
197 "src/third_party/python_26": | 197 "src/third_party/python_26": |
198 "/trunk/tools/third_party/python_26@67105", | 198 "/trunk/tools/third_party/python_26@67105", |
199 | 199 |
200 "src/third_party/lighttpd": | 200 "src/third_party/lighttpd": |
201 "/trunk/deps/third_party/lighttpd@33727", | 201 "/trunk/deps/third_party/lighttpd@33727", |
202 | 202 |
203 "src/third_party/ffmpeg/binaries/chromium/win/ia32": | 203 "src/third_party/ffmpeg/binaries/chromium/win/ia32": |
204 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), | 204 "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), |
205 | 205 |
206 # Chrome Frame related deps | 206 # Chrome Frame related deps |
207 "src/third_party/xulrunner-sdk": | 207 "src/third_party/xulrunner-sdk": |
208 "/trunk/deps/third_party/xulrunner-sdk@17887", | 208 "/trunk/deps/third_party/xulrunner-sdk@17887", |
209 "src/chrome_frame/tools/test/reference_build/chrome": | 209 "src/chrome_frame/tools/test/reference_build/chrome": |
210 "/trunk/deps/reference_builds/chrome@51194", | 210 "/trunk/deps/reference_builds/chrome@68691", |
211 | 211 |
212 # Parses Windows PE/COFF executable format. | 212 # Parses Windows PE/COFF executable format. |
213 "src/third_party/pefile": | 213 "src/third_party/pefile": |
214 (Var("googlecode_url") % "pefile") + "/trunk@63", | 214 (Var("googlecode_url") % "pefile") + "/trunk@63", |
215 | 215 |
216 # NSS, for SSLClientSocketNSS. | 216 # NSS, for SSLClientSocketNSS. |
217 "src/third_party/nss": | 217 "src/third_party/nss": |
218 "/trunk/deps/third_party/nss@61580", | 218 "/trunk/deps/third_party/nss@61580", |
219 | 219 |
220 "src/third_party/swig/win": | 220 "src/third_party/swig/win": |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 ] | 301 ] |
302 | 302 |
303 | 303 |
304 hooks = [ | 304 hooks = [ |
305 { | 305 { |
306 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 306 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
307 "pattern": ".", | 307 "pattern": ".", |
308 "action": ["python", "src/build/gyp_chromium"], | 308 "action": ["python", "src/build/gyp_chromium"], |
309 }, | 309 }, |
310 ] | 310 ] |
OLD | NEW |