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", |
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", | 539 "@85d2ce42e73ca9afeffba3552a35a8d4b01b9c22", |
540 | 540 |
541 # Used on Linux only. CrOS already has a copy. | 541 # Used on Linux only. CrOS already has a copy. |
542 "src/third_party/cros_dbus_cplusplus/source": | 542 "src/third_party/cros_dbus_cplusplus/source": |
543 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + | 543 Var("chromiumos_git") + "/third_party/dbus-cplusplus.git" + |
544 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", | 544 "@5e8f6d9db5c2abfb91d91f751184f25bb5cd0900", |
545 | 545 |
546 # For Linux and Chromium OS. | 546 # For Linux and Chromium OS. |
547 "src/third_party/cros_system_api": | 547 "src/third_party/cros_system_api": |
548 Var("chromiumos_git") + "/platform/system_api.git" + | 548 Var("chromiumos_git") + "/platform/system_api.git" + |
549 "@07203a556d6c697b7f14f5dda308ad5e2bd483a4", | 549 "@97d8b9a0399099a14b92d7b53a423b4940102238", |
550 }, | 550 }, |
551 "android": { | 551 "android": { |
552 "src/third_party/android_tools": | 552 "src/third_party/android_tools": |
553 Var("chromium_git") + "/android_tools.git" + | 553 Var("chromium_git") + "/android_tools.git" + |
554 "@fd3cfb745f17fde04c96f28c7ae748720604dd8b", | 554 "@fd3cfb745f17fde04c96f28c7ae748720604dd8b", |
555 | 555 |
556 "src/third_party/aosp": | 556 "src/third_party/aosp": |
557 "/trunk/deps/third_party/aosp@148330", | 557 "/trunk/deps/third_party/aosp@148330", |
558 | 558 |
559 "src/third_party/apache-mime4j": | 559 "src/third_party/apache-mime4j": |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 666 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
667 "pattern": ".", | 667 "pattern": ".", |
668 "action": ["python", "src/build/gyp_chromium"], | 668 "action": ["python", "src/build/gyp_chromium"], |
669 }, | 669 }, |
670 { | 670 { |
671 # Check for landmines (reasons to clobber the build). | 671 # Check for landmines (reasons to clobber the build). |
672 "pattern": ".", | 672 "pattern": ".", |
673 "action": ["python", "src/build/landmines.py"], | 673 "action": ["python", "src/build/landmines.py"], |
674 }, | 674 }, |
675 ] | 675 ] |
OLD | NEW |