| OLD | NEW |
| 1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is automatically processed to create .DEPS.git which is the file |
| 2 # that gclient uses under git. | 2 # that gclient uses under git. |
| 3 # | 3 # |
| 4 # See http://code.google.com/p/chromium/wiki/UsingGit | 4 # See http://code.google.com/p/chromium/wiki/UsingGit |
| 5 # | 5 # |
| 6 # To test manually, run: | 6 # To test manually, run: |
| 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> |
| 8 # where <gcliendir> is the absolute path to the directory containing the | 8 # where <gcliendir> is the absolute path to the directory containing the |
| 9 # .gclient file (the parent of 'src'). | 9 # .gclient file (the parent of 'src'). |
| 10 # | 10 # |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 'googlecode_url': 'http://%s.googlecode.com/svn', | 23 'googlecode_url': 'http://%s.googlecode.com/svn', |
| 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', | 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', |
| 25 'llvm_url': 'http://src.chromium.org/llvm-project', | 25 'llvm_url': 'http://src.chromium.org/llvm-project', |
| 26 'llvm_git': 'https://llvm.googlesource.com', | 26 'llvm_git': 'https://llvm.googlesource.com', |
| 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 29 'chromium_git': 'https://chromium.googlesource.com', | 29 'chromium_git': 'https://chromium.googlesource.com', |
| 30 'skia_git': 'https://skia.googlesource.com', | 30 'skia_git': 'https://skia.googlesource.com', |
| 31 'boringssl_git': 'https://boringssl.googlesource.com', | 31 'boringssl_git': 'https://boringssl.googlesource.com', |
| 32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 33 'skia_revision': '14e4d392d4ffa50c0ddf359a426668d1718d7f92', | 33 'skia_revision': '30b83d45a3af444e6868c638d86442c2ea3e20c6', |
| 34 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
| 35 # the commit queue can handle CLs rolling Skia | 35 # the commit queue can handle CLs rolling Skia |
| 36 # and V8 without interference from each other. | 36 # and V8 without interference from each other. |
| 37 'v8_branch': 'trunk', | 37 'v8_branch': 'trunk', |
| 38 'v8_revision': '26db57054e04a5b35e7ad88aecb3e05895491a5c', # from svn revision
24827 | 38 'v8_revision': 'fb0f6c03710de36d4f11b8164a76c8a66008f5d9', # from svn revision
24879 |
| 39 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
| 40 # the commit queue can handle CLs rolling ANGLE | 40 # the commit queue can handle CLs rolling ANGLE |
| 41 # and whatever else without interference from each other. | 41 # and whatever else without interference from each other. |
| 42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", | 42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", |
| 43 # Three lines of non-changing comments so that | 43 # Three lines of non-changing comments so that |
| 44 # the commit queue can handle CLs rolling build tools | 44 # the commit queue can handle CLs rolling build tools |
| 45 # and whatever else without interference from each other. | 45 # and whatever else without interference from each other. |
| 46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', | 46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', |
| 47 # Three lines of non-changing comments so that | 47 # Three lines of non-changing comments so that |
| 48 # the commit queue can handle CLs rolling BoringSSL | 48 # the commit queue can handle CLs rolling BoringSSL |
| 49 # and whatever else without interference from each other. | 49 # and whatever else without interference from each other. |
| 50 'boringssl_revision': '7ea848165b89577c6e9a1ef12a2cdff9d1beb71f', | 50 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', |
| 51 # Three lines of non-changing comments so that | 51 # Three lines of non-changing comments so that |
| 52 # the commit queue can handle CLs rolling lss | 52 # the commit queue can handle CLs rolling lss |
| 53 # and whatever else without interference from each other. | 53 # and whatever else without interference from each other. |
| 54 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 54 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 55 } | 55 } |
| 56 | 56 |
| 57 # Only these hosts are allowed for dependencies in this DEPS file. | 57 # Only these hosts are allowed for dependencies in this DEPS file. |
| 58 # If you need to add a new host, contact chrome infrastracture team. | 58 # If you need to add a new host, contact chrome infrastracture team. |
| 59 allowed_hosts = [ | 59 allowed_hosts = [ |
| 60 'chromium.googlesource.com', | 60 'chromium.googlesource.com', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 147 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
| 148 }, | 148 }, |
| 149 'android': { | 149 'android': { |
| 150 'src/third_party/colorama/src': | 150 'src/third_party/colorama/src': |
| 151 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 151 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
| 152 | 152 |
| 153 'src/third_party/jsr-305/src': | 153 'src/third_party/jsr-305/src': |
| 154 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 154 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
| 155 | 155 |
| 156 'src/third_party/android_tools': | 156 'src/third_party/android_tools': |
| 157 Var('chromium_git') + '/android_tools.git' + '@' + '36bf7ac9a608f95f642ec64
a743feea3b2e5a8d5', | 157 Var('chromium_git') + '/android_tools.git' + '@' + 'ea50cccc11657404ce22cf9
28062ed1a3927eb39', |
| 158 | 158 |
| 159 'src/third_party/freetype': | 159 'src/third_party/freetype': |
| 160 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', | 160 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', |
| 161 }, | 161 }, |
| 162 } | 162 } |
| 163 | 163 |
| 164 | 164 |
| 165 include_rules = [ | 165 include_rules = [ |
| 166 # Everybody can use some things. | 166 # Everybody can use some things. |
| 167 '+base', | 167 '+base', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 # corresponding .py files have already been deleted. | 282 # corresponding .py files have already been deleted. |
| 283 'name': 'remove_stale_pyc_files', | 283 'name': 'remove_stale_pyc_files', |
| 284 'pattern': 'src/tools/.*\\.py', | 284 'pattern': 'src/tools/.*\\.py', |
| 285 'action': [ | 285 'action': [ |
| 286 'python', | 286 'python', |
| 287 'src/tools/remove_stale_pyc_files.py', | 287 'src/tools/remove_stale_pyc_files.py', |
| 288 'src/tools', | 288 'src/tools', |
| 289 ], | 289 ], |
| 290 }, | 290 }, |
| 291 ] | 291 ] |
| OLD | NEW |