OLD | NEW |
---|---|
1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
3 | 3 |
4 vars = { | 4 vars = { |
5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
9 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
11 "webkit_revision": "159427", | 11 "webkit_revision": "159427", |
12 "chromium_git": "https://chromium.googlesource.com", | 12 "chromium_git": "https://chromium.googlesource.com", |
13 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", | 13 "chromiumos_git": "https://chromium.googlesource.com/chromiumos", |
14 "skia_git": "https://skia.googlesource.com", | 14 "skia_git": "https://skia.googlesource.com", |
15 "swig_revision": "69281", | 15 "swig_revision": "69281", |
16 "nacl_revision": "12227", | 16 "nacl_revision": "12227", |
17 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 17 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
18 # to update other nacl_*_revision's. | 18 # to update other nacl_*_revision's. |
19 "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev | 19 "nacl_tools_revision": "11437", # native_client/DEPS: tools_rev |
20 "gtm_revision": "616", | 20 "gtm_revision": "616", |
21 | 21 |
22 "libaddressinput_revision": "146", | |
22 "libphonenumber_revision": "584", | 23 "libphonenumber_revision": "584", |
23 "libvpx_revision": "227030", | 24 "libvpx_revision": "227030", |
24 "lss_revision": "24", | 25 "lss_revision": "24", |
25 | 26 |
26 # These two FFmpeg variables must be updated together. One is used for SVN | 27 # These two FFmpeg variables must be updated together. One is used for SVN |
27 # checkouts and the other for Git checkouts. | 28 # checkouts and the other for Git checkouts. |
28 "ffmpeg_revision": "227119", | 29 "ffmpeg_revision": "227119", |
29 "ffmpeg_hash": "aacd7f27b8e80d4371bdf77e46dff5396bc66b9b", | 30 "ffmpeg_hash": "aacd7f27b8e80d4371bdf77e46dff5396bc66b9b", |
30 | 31 |
31 "sfntly_revision": "134", | 32 "sfntly_revision": "134", |
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
213 "src/third_party/jsoncpp/source/src/lib_json": | 214 "src/third_party/jsoncpp/source/src/lib_json": |
214 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + | 215 (Var("sourceforge_url") % {"repo": "jsoncpp"}) + |
215 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), | 216 "/trunk/jsoncpp/src/lib_json@" + Var("jsoncpp_revision"), |
216 | 217 |
217 "src/third_party/libyuv": | 218 "src/third_party/libyuv": |
218 (Var("googlecode_url") % "libyuv") + "/trunk@723", | 219 (Var("googlecode_url") % "libyuv") + "/trunk@723", |
219 | 220 |
220 "src/third_party/smhasher/src": | 221 "src/third_party/smhasher/src": |
221 (Var("googlecode_url") % "smhasher") + "/trunk@149", | 222 (Var("googlecode_url") % "smhasher") + "/trunk@149", |
222 | 223 |
224 # TODO(rouslan): Use googlecode_url variable when there's an internal mirror | |
Paweł Hajdan Jr.
2013/10/14 17:36:16
Please give it at least a trybot run to make sure
| |
225 # for libaddressinput. http://crbug.com/298602. | |
226 "src/third_party/libaddressinput/testdata": | |
227 "http://libaddressinput.googlecode.com/svn/trunk/cpp@" + | |
228 Var("libaddressinput_revision"), | |
229 "src/third_party/libaddressinput/testdata": | |
230 "http://libaddressinput.googlecode.com/svn/trunk/testdata@" + | |
231 Var("libaddressinput_revision"), | |
232 | |
223 "src/third_party/libphonenumber/src/phonenumbers": | 233 "src/third_party/libphonenumber/src/phonenumbers": |
224 (Var("googlecode_url") % "libphonenumber") + | 234 (Var("googlecode_url") % "libphonenumber") + |
225 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), | 235 "/trunk/cpp/src/phonenumbers@" + Var("libphonenumber_revision"), |
226 "src/third_party/libphonenumber/src/test": | 236 "src/third_party/libphonenumber/src/test": |
227 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + | 237 (Var("googlecode_url") % "libphonenumber") + "/trunk/cpp/test@" + |
228 Var("libphonenumber_revision"), | 238 Var("libphonenumber_revision"), |
229 "src/third_party/libphonenumber/src/resources": | 239 "src/third_party/libphonenumber/src/resources": |
230 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + | 240 (Var("googlecode_url") % "libphonenumber") + "/trunk/resources@" + |
231 Var("libphonenumber_revision"), | 241 Var("libphonenumber_revision"), |
232 | 242 |
233 "src/tools/deps2git": | 243 "src/tools/deps2git": |
234 "/trunk/tools/deps2git@214390", | 244 "/trunk/tools/deps2git@214390", |
235 | 245 |
236 "src/third_party/webpagereplay": | 246 "src/third_party/webpagereplay": |
237 (Var("googlecode_url") % "web-page-replay") + "/trunk@521", | 247 (Var("googlecode_url") % "web-page-replay") + "/trunk@521", |
238 | 248 |
239 "src/third_party/pywebsocket/src": | 249 "src/third_party/pywebsocket/src": |
240 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", | 250 (Var("googlecode_url") % "pywebsocket") + "/trunk/src@662", |
241 | 251 |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
333 # Code that's not needed due to not building everything | 343 # Code that's not needed due to not building everything |
334 "src/build/util/support": None, | 344 "src/build/util/support": None, |
335 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, | 345 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non e, |
336 "src/chrome/test/data/perf/canvas_bench": None, | 346 "src/chrome/test/data/perf/canvas_bench": None, |
337 "src/chrome/test/data/perf/frame_rate/content": None, | 347 "src/chrome/test/data/perf/frame_rate/content": None, |
338 "src/chrome/test/data/perf/third_party/octane": None, | 348 "src/chrome/test/data/perf/third_party/octane": None, |
339 "src/media/cdm/ppapi/api": None, | 349 "src/media/cdm/ppapi/api": None, |
340 "src/native_client": None, | 350 "src/native_client": None, |
341 "src/native_client/src/third_party/ppapi": None, | 351 "src/native_client/src/third_party/ppapi": None, |
342 "src/third_party/angle_dx11": None, | 352 "src/third_party/angle_dx11": None, |
353 "src/third_party/bidichecker": None, | |
343 "src/third_party/cld_2/src": None, | 354 "src/third_party/cld_2/src": None, |
344 "src/third_party/bidichecker": None, | |
345 "src/third_party/webgl_conformance": None, | |
346 "src/third_party/ffmpeg": None, | 355 "src/third_party/ffmpeg": None, |
347 "src/third_party/hunspell_dictionaries": None, | 356 "src/third_party/hunspell_dictionaries": None, |
348 "src/third_party/hunspell": None, | 357 "src/third_party/hunspell": None, |
358 "src/third_party/libaddressinput/cpp": None, | |
359 "src/third_party/libaddressinput/testdata": None, | |
349 "src/third_party/libexif/sources": None, | 360 "src/third_party/libexif/sources": None, |
350 "src/third_party/libjpeg_turbo": None, | 361 "src/third_party/libjpeg_turbo": None, |
351 "src/third_party/libsrtp": None, | 362 "src/third_party/libsrtp": None, |
352 "src/third_party/usrsctp/usrsctplib": None, | |
353 "src/third_party/libvpx": None, | 363 "src/third_party/libvpx": None, |
354 "src/third_party/libyuv": None, | 364 "src/third_party/libyuv": None, |
355 "src/third_party/mesa/src": None, | 365 "src/third_party/mesa/src": None, |
356 "src/third_party/opus/src": None, | 366 "src/third_party/opus/src": None, |
357 "src/third_party/openmax_dl": None, | 367 "src/third_party/openmax_dl": None, |
358 "src/third_party/ots": None, | 368 "src/third_party/ots": None, |
359 "src/third_party/pymox/src": None, | 369 "src/third_party/pymox/src": None, |
360 "src/third_party/safe_browsing/testing": None, | 370 "src/third_party/safe_browsing/testing": None, |
361 "src/third_party/scons-2.0.1": None, | 371 "src/third_party/scons-2.0.1": None, |
362 "src/third_party/sfntly/cpp/src": None, | 372 "src/third_party/sfntly/cpp/src": None, |
363 "src/third_party/smhasher/src": None, | 373 "src/third_party/smhasher/src": None, |
364 "src/third_party/swig/Lib": None, | 374 "src/third_party/swig/Lib": None, |
365 "src/third_party/undoview": None, | 375 "src/third_party/undoview": None, |
376 "src/third_party/usrsctp/usrsctplib": None, | |
366 "src/third_party/v8-i18n": None, | 377 "src/third_party/v8-i18n": None, |
367 "src/third_party/webdriver/pylib": None, | 378 "src/third_party/webdriver/pylib": None, |
379 "src/third_party/webgl_conformance": None, | |
368 "src/third_party/webpagereplay": None, | 380 "src/third_party/webpagereplay": None, |
369 "src/third_party/webrtc": None, | 381 "src/third_party/webrtc": None, |
370 "src/third_party/yasm/source/patched-yasm": None, | 382 "src/third_party/yasm/source/patched-yasm": None, |
371 "src/tools/page_cycler/acid3": None, | 383 "src/tools/page_cycler/acid3": None, |
372 "src/v8": None, | 384 "src/v8": None, |
373 }, | 385 }, |
374 "mac": { | 386 "mac": { |
375 "src/chrome/tools/test/reference_build/chrome_mac": | 387 "src/chrome/tools/test/reference_build/chrome_mac": |
376 "/trunk/deps/reference_builds/chrome_mac@221746", | 388 "/trunk/deps/reference_builds/chrome_mac@221746", |
377 | 389 |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
486 | 498 |
487 "src/third_party/lss": | 499 "src/third_party/lss": |
488 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 500 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
489 Var("lss_revision")), | 501 Var("lss_revision")), |
490 | 502 |
491 "src/third_party/openssl": | 503 "src/third_party/openssl": |
492 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 504 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
493 | 505 |
494 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": | 506 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail le": |
495 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", | 507 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo glecode/eyesfree/braille@797", |
508 | |
509 # Android shouldn't use this address validation library. | |
510 "src/third_party/libaddressinput/cpp": None, | |
511 "src/third_party/libaddressinput/testdata": None, | |
496 }, | 512 }, |
497 } | 513 } |
498 | 514 |
499 | 515 |
500 include_rules = [ | 516 include_rules = [ |
501 # Everybody can use some things. | 517 # Everybody can use some things. |
502 "+base", | 518 "+base", |
503 "+build", | 519 "+build", |
504 "+ipc", | 520 "+ipc", |
505 | 521 |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
614 "pattern": ".", | 630 "pattern": ".", |
615 "action": ["python", "src/build/gyp_chromium"], | 631 "action": ["python", "src/build/gyp_chromium"], |
616 }, | 632 }, |
617 { | 633 { |
618 # Check for landmines (reasons to clobber the build). | 634 # Check for landmines (reasons to clobber the build). |
619 "name": "landmines", | 635 "name": "landmines", |
620 "pattern": ".", | 636 "pattern": ".", |
621 "action": ["python", "src/build/landmines.py"], | 637 "action": ["python", "src/build/landmines.py"], |
622 }, | 638 }, |
623 ] | 639 ] |
OLD | NEW |