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://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
11 "webkit_revision": "136275", | 11 "webkit_revision": "136275", |
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 "chromium_git_old": "https://git.chromium.org", | |
15 "chromiumos_git_old": "https://git.chromium.org/chromiumos", | |
16 "swig_revision": "69281", | 14 "swig_revision": "69281", |
17 "nacl_revision": "10345", | 15 "nacl_revision": "10345", |
18 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 16 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
19 # to update other nacl_*_revision's. | 17 # to update other nacl_*_revision's. |
20 "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev | 18 "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |
21 "gtm_revision": "578", | 19 "gtm_revision": "578", |
22 | 20 |
23 "libjingle_revision": "245", | 21 "libjingle_revision": "245", |
24 "libphonenumber_revision": "456", | 22 "libphonenumber_revision": "456", |
25 "libvpx_revision": "169630", | 23 "libvpx_revision": "169630", |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), | 515 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
518 | 516 |
519 "src/third_party/gold": | 517 "src/third_party/gold": |
520 "/trunk/deps/third_party/gold@149858", | 518 "/trunk/deps/third_party/gold@149858", |
521 | 519 |
522 "src/third_party/libmtp": | 520 "src/third_party/libmtp": |
523 "/trunk/deps/third_party/libmtp@167836", | 521 "/trunk/deps/third_party/libmtp@167836", |
524 | 522 |
525 # Used on Linux only. CrOS already has a copy. | 523 # Used on Linux only. CrOS already has a copy. |
526 "src/third_party/mtpd/source": | 524 "src/third_party/mtpd/source": |
527 Var("chromiumos_git_old") + "/platform/mtpd.git" + | 525 Var("chromiumos_git") + "/platform/mtpd.git" + |
528 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", | 526 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", |
529 | 527 |
530 # Used on Linux only. CrOS already has a copy. | 528 # Used on Linux only. CrOS already has a copy. |
531 "src/third_party/cros_dbus_cplusplus/source": | 529 "src/third_party/cros_dbus_cplusplus/source": |
532 Var("chromiumos_git_old") + "/third_party/dbus-cplusplus.git" + | 530 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + |
533 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", | 531 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", |
534 | 532 |
535 # For Linux and Chromium OS. | 533 # For Linux and Chromium OS. |
536 "src/third_party/cros_system_api": | 534 "src/third_party/cros_system_api": |
537 Var("chromiumos_git_old") + "/platform/system_api.git" + | 535 Var("chromiumos_git") + "/platform/system_api.git" + |
538 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", | 536 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", |
539 }, | 537 }, |
540 "android": { | 538 "android": { |
541 "src/third_party/freetype": | 539 "src/third_party/freetype": |
542 Var("chromium_git_old") + "/chromium/src/third_party/freetype.git" + | 540 Var("chromium_git") + "/chromium/src/third_party/freetype.git" + |
543 "@96551feab72aac26836e9aaf4fae0962d39d5ab0", | 541 "@96551feab72aac26836e9aaf4fae0962d39d5ab0", |
544 | 542 |
545 "src/third_party/aosp": | 543 "src/third_party/aosp": |
546 "/trunk/deps/third_party/aosp@148330", | 544 "/trunk/deps/third_party/aosp@148330", |
547 | 545 |
548 "src/third_party/android_tools": | 546 "src/third_party/android_tools": |
549 Var("chromium_git_old") + "/android_tools.git" + | 547 Var("chromium_git") + "/android_tools.git" + |
550 "@1cef853f682461dbb27a4992d3d8b5bc1f69232b", | 548 "@1cef853f682461dbb27a4992d3d8b5bc1f69232b", |
551 | 549 |
552 "src/third_party/findbugs": | 550 "src/third_party/findbugs": |
553 "/trunk/deps/third_party/findbugs@163586", | 551 "/trunk/deps/third_party/findbugs@163586", |
554 | 552 |
555 "src/third_party/guava/src": | 553 "src/third_party/guava/src": |
556 Var("chromium_git_old") + '/external/guava-libraries.git@c523556ab7d0f05af
adebd20e7768d4c16af8771', | 554 Var("chromium_git") + '/external/guava-libraries.git@c523556ab7d0f05afadeb
d20e7768d4c16af8771', |
557 | 555 |
558 "src/third_party/jsr-305/src": | 556 "src/third_party/jsr-305/src": |
559 (Var("googlecode_url") % "jsr-305") + "/trunk@51", | 557 (Var("googlecode_url") % "jsr-305") + "/trunk@51", |
560 }, | 558 }, |
561 } | 559 } |
562 | 560 |
563 | 561 |
564 include_rules = [ | 562 include_rules = [ |
565 # Everybody can use some things. | 563 # Everybody can use some things. |
566 "+base", | 564 "+base", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
631 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 629 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
632 "pattern": ".", | 630 "pattern": ".", |
633 "action": ["python", "src/build/gyp_chromium"], | 631 "action": ["python", "src/build/gyp_chromium"], |
634 }, | 632 }, |
635 { | 633 { |
636 # Check for landmines (reasons to clobber the build). | 634 # Check for landmines (reasons to clobber the build). |
637 "pattern": ".", | 635 "pattern": ".", |
638 "action": ["python", "src/build/landmines.py"], | 636 "action": ["python", "src/build/landmines.py"], |
639 }, | 637 }, |
640 ] | 638 ] |
OLD | NEW |