| 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", | 14 "chromium_git_old": "https://git.chromium.org", |
| 15 "chromiumos_git_old": "https://git.chromium.org/chromiumos", |
| 15 "swig_revision": "69281", | 16 "swig_revision": "69281", |
| 16 "nacl_revision": "10345", | 17 "nacl_revision": "10345", |
| 17 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 18 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS |
| 18 # to update other nacl_*_revision's. | 19 # to update other nacl_*_revision's. |
| 19 "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev | 20 "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev |
| 20 "gtm_revision": "578", | 21 "gtm_revision": "578", |
| 21 | 22 |
| 22 "libjingle_revision": "245", | 23 "libjingle_revision": "245", |
| 23 "libphonenumber_revision": "456", | 24 "libphonenumber_revision": "456", |
| 24 "libvpx_revision": "169630", | 25 "libvpx_revision": "169630", |
| (...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), | 517 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
| 517 | 518 |
| 518 "src/third_party/gold": | 519 "src/third_party/gold": |
| 519 "/trunk/deps/third_party/gold@149858", | 520 "/trunk/deps/third_party/gold@149858", |
| 520 | 521 |
| 521 "src/third_party/libmtp": | 522 "src/third_party/libmtp": |
| 522 "/trunk/deps/third_party/libmtp@167836", | 523 "/trunk/deps/third_party/libmtp@167836", |
| 523 | 524 |
| 524 # Used on Linux only. CrOS already has a copy. | 525 # Used on Linux only. CrOS already has a copy. |
| 525 "src/third_party/mtpd/source": | 526 "src/third_party/mtpd/source": |
| 526 Var("chromiumos_git") + "/platform/mtpd.git" + | 527 Var("chromiumos_git_old") + "/platform/mtpd.git" + |
| 527 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", | 528 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", |
| 528 | 529 |
| 529 # Used on Linux only. CrOS already has a copy. | 530 # Used on Linux only. CrOS already has a copy. |
| 530 "src/third_party/cros_dbus_cplusplus/source": | 531 "src/third_party/cros_dbus_cplusplus/source": |
| 531 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + | 532 Var("chromiumos_git_old") + "/third_party/dbus-cplusplus.git" + |
| 532 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", | 533 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", |
| 533 | 534 |
| 534 # For Linux and Chromium OS. | 535 # For Linux and Chromium OS. |
| 535 "src/third_party/cros_system_api": | 536 "src/third_party/cros_system_api": |
| 536 Var("chromiumos_git") + "/platform/system_api.git" + | 537 Var("chromiumos_git_old") + "/platform/system_api.git" + |
| 537 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", | 538 "@59dafd34a6eb3b6eee63b59f7cc6cd01e4fda770", |
| 538 }, | 539 }, |
| 539 "android": { | 540 "android": { |
| 540 "src/third_party/freetype": | 541 "src/third_party/freetype": |
| 541 Var("chromium_git_old") + "/chromium/src/third_party/freetype.git" + | 542 Var("chromium_git_old") + "/chromium/src/third_party/freetype.git" + |
| 542 "@96551feab72aac26836e9aaf4fae0962d39d5ab0", | 543 "@96551feab72aac26836e9aaf4fae0962d39d5ab0", |
| 543 | 544 |
| 544 "src/third_party/aosp": | 545 "src/third_party/aosp": |
| 545 "/trunk/deps/third_party/aosp@148330", | 546 "/trunk/deps/third_party/aosp@148330", |
| 546 | 547 |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 630 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 631 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 631 "pattern": ".", | 632 "pattern": ".", |
| 632 "action": ["python", "src/build/gyp_chromium"], | 633 "action": ["python", "src/build/gyp_chromium"], |
| 633 }, | 634 }, |
| 634 { | 635 { |
| 635 # Check for landmines (reasons to clobber the build). | 636 # Check for landmines (reasons to clobber the build). |
| 636 "pattern": ".", | 637 "pattern": ".", |
| 637 "action": ["python", "src/build/landmines.py"], | 638 "action": ["python", "src/build/landmines.py"], |
| 638 }, | 639 }, |
| 639 ] | 640 ] |
| OLD | NEW |