Chromium Code Reviews| 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 16 matching lines...) Expand all Loading... | |
| 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
| 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
| 29 'webkit_trunk': 'http://src.chromium.org/blink/trunk', | 29 'webkit_trunk': 'http://src.chromium.org/blink/trunk', |
| 30 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', | 30 'nacl_trunk': 'http://src.chromium.org/native_client/trunk', |
| 31 'webkit_revision': '9a051c526402aedfa6bc73e6699838c777b679cf', # from svn revi sion 181337 | 31 'webkit_revision': '9a051c526402aedfa6bc73e6699838c777b679cf', # from svn revi sion 181337 |
| 32 'chromium_git': 'https://chromium.googlesource.com', | 32 'chromium_git': 'https://chromium.googlesource.com', |
| 33 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', | 33 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', |
| 34 'pdfium_git': 'https://pdfium.googlesource.com', | 34 'pdfium_git': 'https://pdfium.googlesource.com', |
| 35 'skia_git': 'https://skia.googlesource.com', | 35 'skia_git': 'https://skia.googlesource.com', |
| 36 'boringssl_git': 'https://boringssl.googlesource.com', | 36 'boringssl_git': 'https://boringssl.googlesource.com', |
| 37 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | 37 'nacl_revision': '32f8c257d2868f43c40bf464cd739bd79d12def7', # from svn revisi on r13687 |
|
Derek Schuff
2014/09/04 19:33:34
maybe we should also add the 3 lines of comment pa
szager1
2014/09/04 20:52:43
yes, please do that.
Mark Seaborn
2014/09/04 21:34:43
OK, done.
| |
| 38 # to update other nacl_*_revision's. | |
| 39 'libvpx_revision': '982d14793a8e42d2fa5e6e5e34bede17b4ba67e3', # r291730 | 38 'libvpx_revision': '982d14793a8e42d2fa5e6e5e34bede17b4ba67e3', # r291730 |
| 40 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 39 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 41 'skia_revision': 'a17aac8bd4c755c3a24befc7fd297969c0bb0861', | 40 'skia_revision': 'a17aac8bd4c755c3a24befc7fd297969c0bb0861', |
| 42 # Three lines of non-changing comments so that | 41 # Three lines of non-changing comments so that |
| 43 # the commit queue can handle CLs rolling Skia | 42 # the commit queue can handle CLs rolling Skia |
| 44 # and V8 without interference from each other. | 43 # and V8 without interference from each other. |
| 45 'v8_branch': 'trunk', | 44 'v8_branch': 'trunk', |
| 46 'v8_revision': '21d700eedcdd6570eff22ece724b63a5eefe78cb', # from svn revision 23634 | 45 'v8_revision': '21d700eedcdd6570eff22ece724b63a5eefe78cb', # from svn revision 23634 |
| 47 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
| 48 # the commit queue can handle CLs rolling WebRTC | 47 # the commit queue can handle CLs rolling WebRTC |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 159 'src/tools/gyp': | 158 'src/tools/gyp': |
| 160 Var('chromium_git') + '/external/gyp.git' + '@' + '6760f5b1a4852fd6ccbe4ffc4 09d73edac445744', # from svn revision 1972 | 159 Var('chromium_git') + '/external/gyp.git' + '@' + '6760f5b1a4852fd6ccbe4ffc4 09d73edac445744', # from svn revision 1972 |
| 161 | 160 |
| 162 'src/tools/swarming_client': | 161 'src/tools/swarming_client': |
| 163 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), | 162 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_ revision'), |
| 164 | 163 |
| 165 'src/v8': | 164 'src/v8': |
| 166 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), | 165 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), |
| 167 | 166 |
| 168 'src/native_client': | 167 'src/native_client': |
| 169 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + '32f8c25 7d2868f43c40bf464cd739bd79d12def7', | 168 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac l_revision'), |
| 170 | 169 |
| 171 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': | 170 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': |
| 172 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' + '@' + '3e17365176c94624f46cace174f61834b7f3c35d', | 171 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' + '@' + '3e17365176c94624f46cace174f61834b7f3c35d', |
| 173 | 172 |
| 174 'src/third_party/sfntly/cpp/src': | 173 'src/third_party/sfntly/cpp/src': |
| 175 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), | 174 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), |
| 176 | 175 |
| 177 'src/third_party/skia': | 176 'src/third_party/skia': |
| 178 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 177 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 179 | 178 |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 795 # corresponding .py files have already been deleted. | 794 # corresponding .py files have already been deleted. |
| 796 'name': 'remove_stale_pyc_files', | 795 'name': 'remove_stale_pyc_files', |
| 797 'pattern': 'src/tools/.*\\.py', | 796 'pattern': 'src/tools/.*\\.py', |
| 798 'action': [ | 797 'action': [ |
| 799 'python', | 798 'python', |
| 800 'src/tools/remove_stale_pyc_files.py', | 799 'src/tools/remove_stale_pyc_files.py', |
| 801 'src/tools', | 800 'src/tools', |
| 802 ], | 801 ], |
| 803 }, | 802 }, |
| 804 ] | 803 ] |
| OLD | NEW |