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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 "@f1fccbe00f2e161da74ccb2776ab9d961b15259d", | 549 "@f1fccbe00f2e161da74ccb2776ab9d961b15259d", |
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 "@c92dbd7072f264fc90434221b01ab093f807bba6", |
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": |
560 "/trunk/deps/third_party/apache-mime4j@170888", | 560 "/trunk/deps/third_party/apache-mime4j@170888", |
561 | 561 |
562 "src/third_party/findbugs": | 562 "src/third_party/findbugs": |
563 "/trunk/deps/third_party/findbugs@163586", | 563 "/trunk/deps/third_party/findbugs@163586", |
564 | 564 |
(...skipping 101 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 |