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", |
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 | 243 |
244 "src/third_party/accessibility-developer-tools": | 244 "src/third_party/accessibility-developer-tools": |
245 Var("chromium_git") + "/external/accessibility-developer-tools.git@2e3c9c8e4
9277a0ca1eeba510271eb03f9486d8f", | 245 Var("chromium_git") + "/external/accessibility-developer-tools.git@2e3c9c8e4
9277a0ca1eeba510271eb03f9486d8f", |
246 | 246 |
247 "src/media/cdm/ppapi/api": | 247 "src/media/cdm/ppapi/api": |
248 "/trunk/deps/cdm@181763", | 248 "/trunk/deps/cdm@181763", |
249 | 249 |
250 "src/third_party/mesa/src": | 250 "src/third_party/mesa/src": |
251 "/trunk/deps/third_party/mesa@210110", | 251 "/trunk/deps/third_party/mesa@210110", |
252 | 252 |
253 "src/third_party/cld2": | 253 "src/third_party/cld_2/src": |
254 (Var("googlecode_url") % "cld2") + "/trunk@19", | 254 (Var("googlecode_url") % "cld2") + "/trunk@74", |
255 } | 255 } |
256 | 256 |
257 | 257 |
258 deps_os = { | 258 deps_os = { |
259 "win": { | 259 "win": { |
260 "src/chrome/tools/test/reference_build/chrome_win": | 260 "src/chrome/tools/test/reference_build/chrome_win": |
261 "/trunk/deps/reference_builds/chrome_win@197743", | 261 "/trunk/deps/reference_builds/chrome_win@197743", |
262 | 262 |
263 "src/third_party/cygwin": | 263 "src/third_party/cygwin": |
264 "/trunk/deps/third_party/cygwin@133786", | 264 "/trunk/deps/third_party/cygwin@133786", |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 "/trunk/deps/third_party/class-dump@199203", | 333 "/trunk/deps/third_party/class-dump@199203", |
334 | 334 |
335 # Code that's not needed due to not building everything | 335 # Code that's not needed due to not building everything |
336 "src/build/util/support": None, | 336 "src/build/util/support": None, |
337 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, | 337 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
338 "src/chrome/test/data/perf/canvas_bench": None, | 338 "src/chrome/test/data/perf/canvas_bench": None, |
339 "src/chrome/test/data/perf/frame_rate/content": None, | 339 "src/chrome/test/data/perf/frame_rate/content": None, |
340 "src/native_client": None, | 340 "src/native_client": None, |
341 "src/native_client/src/third_party/ppapi": None, | 341 "src/native_client/src/third_party/ppapi": None, |
342 "src/third_party/angle_dx11": None, | 342 "src/third_party/angle_dx11": None, |
343 "src/third_party/cld2": None, | 343 "src/third_party/cld_2/src": None, |
344 "src/third_party/bidichecker": None, | 344 "src/third_party/bidichecker": None, |
345 "src/third_party/webgl_conformance": None, | 345 "src/third_party/webgl_conformance": None, |
346 "src/third_party/ffmpeg": None, | 346 "src/third_party/ffmpeg": None, |
347 "src/third_party/hunspell_dictionaries": None, | 347 "src/third_party/hunspell_dictionaries": None, |
348 "src/third_party/hunspell": None, | 348 "src/third_party/hunspell": None, |
349 "src/third_party/leveldatabase/src": None, | 349 "src/third_party/leveldatabase/src": None, |
350 "src/third_party/libexif/sources": None, | 350 "src/third_party/libexif/sources": None, |
351 "src/third_party/libjpeg_turbo": None, | 351 "src/third_party/libjpeg_turbo": None, |
352 "src/third_party/libphonenumber/src/phonenumbers": None, | 352 "src/third_party/libphonenumber/src/phonenumbers": None, |
353 "src/third_party/libphonenumber/src/test": None, | 353 "src/third_party/libphonenumber/src/test": None, |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 "src/third_party/lss": | 490 "src/third_party/lss": |
491 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 491 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
492 Var("lss_revision")), | 492 Var("lss_revision")), |
493 | 493 |
494 "src/third_party/openssl": | 494 "src/third_party/openssl": |
495 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 495 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
496 | 496 |
497 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail
le": | 497 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail
le": |
498 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo
glecode/eyesfree/braille@797", | 498 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo
glecode/eyesfree/braille@797", |
499 | 499 |
500 "src/third_party/cld2": None, | 500 "src/third_party/cld_2/src": None, |
501 }, | 501 }, |
502 } | 502 } |
503 | 503 |
504 | 504 |
505 include_rules = [ | 505 include_rules = [ |
506 # Everybody can use some things. | 506 # Everybody can use some things. |
507 "+base", | 507 "+base", |
508 "+build", | 508 "+build", |
509 "+ipc", | 509 "+ipc", |
510 | 510 |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
619 "pattern": ".", | 619 "pattern": ".", |
620 "action": ["python", "src/build/gyp_chromium"], | 620 "action": ["python", "src/build/gyp_chromium"], |
621 }, | 621 }, |
622 { | 622 { |
623 # Check for landmines (reasons to clobber the build). | 623 # Check for landmines (reasons to clobber the build). |
624 "name": "landmines", | 624 "name": "landmines", |
625 "pattern": ".", | 625 "pattern": ".", |
626 "action": ["python", "src/build/landmines.py"], | 626 "action": ["python", "src/build/landmines.py"], |
627 }, | 627 }, |
628 ] | 628 ] |
OLD | NEW |