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://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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 "@1d8a25be640e27cbac454995239cd71f34b5f613", | 565 "@1d8a25be640e27cbac454995239cd71f34b5f613", |
566 | 566 |
567 # Dependency of chromite.git. | 567 # Dependency of chromite.git. |
568 "src/third_party/pyelftools": | 568 "src/third_party/pyelftools": |
569 Var("chromiumos_git") + "/third_party/pyelftools.git" + | 569 Var("chromiumos_git") + "/third_party/pyelftools.git" + |
570 "@bdc1d380acd88d4bfaf47265008091483b0d614e", | 570 "@bdc1d380acd88d4bfaf47265008091483b0d614e", |
571 }, | 571 }, |
572 "android": { | 572 "android": { |
573 "src/third_party/android_tools": | 573 "src/third_party/android_tools": |
574 Var("chromium_git") + "/android_tools.git" + | 574 Var("chromium_git") + "/android_tools.git" + |
575 "@02d3db3c400baa959883006dc697c6cbd70c5194", | 575 "@6c57b3397787c23888f9ded9f6a0c0c3f3fdc3a5", |
576 | 576 |
577 "src/third_party/aosp": | 577 "src/third_party/aosp": |
578 "/trunk/deps/third_party/aosp@148330", | 578 "/trunk/deps/third_party/aosp@148330", |
579 | 579 |
580 "src/third_party/apache-mime4j": | 580 "src/third_party/apache-mime4j": |
581 "/trunk/deps/third_party/apache-mime4j@170888", | 581 "/trunk/deps/third_party/apache-mime4j@170888", |
582 | 582 |
583 "src/third_party/findbugs": | 583 "src/third_party/findbugs": |
584 "/trunk/deps/third_party/findbugs@163586", | 584 "/trunk/deps/third_party/findbugs@163586", |
585 | 585 |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 694 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
695 "pattern": ".", | 695 "pattern": ".", |
696 "action": ["python", "src/build/gyp_chromium"], | 696 "action": ["python", "src/build/gyp_chromium"], |
697 }, | 697 }, |
698 { | 698 { |
699 # Check for landmines (reasons to clobber the build). | 699 # Check for landmines (reasons to clobber the build). |
700 "pattern": ".", | 700 "pattern": ".", |
701 "action": ["python", "src/build/landmines.py"], | 701 "action": ["python", "src/build/landmines.py"], |
702 }, | 702 }, |
703 ] | 703 ] |
OLD | NEW |