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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 "/trunk/deps/third_party/opus@185324", | 242 "/trunk/deps/third_party/opus@185324", |
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 | |
253 "src/third_party/cld2": | |
254 (Var("googlecode_url") % "cld2") + "/trunk@19", | |
255 } | 252 } |
256 | 253 |
257 | 254 |
258 deps_os = { | 255 deps_os = { |
259 "win": { | 256 "win": { |
260 "src/chrome/tools/test/reference_build/chrome_win": | 257 "src/chrome/tools/test/reference_build/chrome_win": |
261 "/trunk/deps/reference_builds/chrome_win@197743", | 258 "/trunk/deps/reference_builds/chrome_win@197743", |
262 | 259 |
263 "src/third_party/cygwin": | 260 "src/third_party/cygwin": |
264 "/trunk/deps/third_party/cygwin@133786", | 261 "/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", | 330 "/trunk/deps/third_party/class-dump@199203", |
334 | 331 |
335 # Code that's not needed due to not building everything | 332 # Code that's not needed due to not building everything |
336 "src/build/util/support": None, | 333 "src/build/util/support": None, |
337 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, | 334 "src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin": Non
e, |
338 "src/chrome/test/data/perf/canvas_bench": None, | 335 "src/chrome/test/data/perf/canvas_bench": None, |
339 "src/chrome/test/data/perf/frame_rate/content": None, | 336 "src/chrome/test/data/perf/frame_rate/content": None, |
340 "src/native_client": None, | 337 "src/native_client": None, |
341 "src/native_client/src/third_party/ppapi": None, | 338 "src/native_client/src/third_party/ppapi": None, |
342 "src/third_party/angle_dx11": None, | 339 "src/third_party/angle_dx11": None, |
343 "src/third_party/cld2": None, | |
344 "src/third_party/bidichecker": None, | 340 "src/third_party/bidichecker": None, |
345 "src/third_party/webgl_conformance": None, | 341 "src/third_party/webgl_conformance": None, |
346 "src/third_party/ffmpeg": None, | 342 "src/third_party/ffmpeg": None, |
347 "src/third_party/hunspell_dictionaries": None, | 343 "src/third_party/hunspell_dictionaries": None, |
348 "src/third_party/hunspell": None, | 344 "src/third_party/hunspell": None, |
349 "src/third_party/leveldatabase/src": None, | 345 "src/third_party/leveldatabase/src": None, |
350 "src/third_party/libexif/sources": None, | 346 "src/third_party/libexif/sources": None, |
351 "src/third_party/libjpeg_turbo": None, | 347 "src/third_party/libjpeg_turbo": None, |
352 "src/third_party/libphonenumber/src/phonenumbers": None, | 348 "src/third_party/libphonenumber/src/phonenumbers": None, |
353 "src/third_party/libphonenumber/src/test": None, | 349 "src/third_party/libphonenumber/src/test": None, |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 | 485 |
490 "src/third_party/lss": | 486 "src/third_party/lss": |
491 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 487 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
492 Var("lss_revision")), | 488 Var("lss_revision")), |
493 | 489 |
494 "src/third_party/openssl": | 490 "src/third_party/openssl": |
495 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), | 491 "/trunk/deps/third_party/openssl@" + Var("openssl_revision"), |
496 | 492 |
497 "src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail
le": | 493 "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", | 494 (Var("googlecode_url") % "eyes-free") + "/trunk/braille/client/src/com/goo
glecode/eyesfree/braille@797", |
499 | |
500 "src/third_party/cld2": None, | |
501 }, | 495 }, |
502 } | 496 } |
503 | 497 |
504 | 498 |
505 include_rules = [ | 499 include_rules = [ |
506 # Everybody can use some things. | 500 # Everybody can use some things. |
507 "+base", | 501 "+base", |
508 "+build", | 502 "+build", |
509 "+ipc", | 503 "+ipc", |
510 | 504 |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 "name": "gyp", | 612 "name": "gyp", |
619 "pattern": ".", | 613 "pattern": ".", |
620 "action": ["python", "src/build/gyp_chromium"], | 614 "action": ["python", "src/build/gyp_chromium"], |
621 }, | 615 }, |
622 { | 616 { |
623 # Check for landmines (reasons to clobber the build). | 617 # Check for landmines (reasons to clobber the build). |
624 "name": "landmines", | 618 "name": "landmines", |
625 "pattern": ".", | 619 "pattern": ".", |
626 "action": ["python", "src/build/landmines.py"], | 620 "action": ["python", "src/build/landmines.py"], |
627 }, | 621 }, |
| 622 { |
| 623 # Remove the current CLD2 to refetch CLD2 at the correct path 'src/third_par
ty/cld2/src' later. |
| 624 "name": "remove_cld2", |
| 625 "pattern": ".", |
| 626 "action": ["python", "src/build/util/remove_tree.py", "src/third_party/cld2"
], |
| 627 }, |
628 ] | 628 ] |
OLD | NEW |