| 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 # |
| 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
| 12 # gclient sync | 12 # gclient sync |
| 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change |
| 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
| 15 # updated by a bot when you modify this one. | 15 # updated by a bot when you modify this one. |
| 16 # | 16 # |
| 17 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
| 18 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
| 19 | 19 |
| 20 vars = { | 20 vars = { |
| 21 # Use this googlecode_url variable only if there is an internal mirror for it. | 21 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 22 # If you do not know, use the full path while defining your new deps entry. | 22 # If you do not know, use the full path while defining your new deps entry. |
| 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 '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', | |
| 31 'webkit_revision': '9a051c526402aedfa6bc73e6699838c777b679cf', # from svn revi
sion 181337 | 30 'webkit_revision': '9a051c526402aedfa6bc73e6699838c777b679cf', # from svn revi
sion 181337 |
| 32 'chromium_git': 'https://chromium.googlesource.com', | 31 'chromium_git': 'https://chromium.googlesource.com', |
| 33 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', | 32 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', |
| 34 'pdfium_git': 'https://pdfium.googlesource.com', | 33 'pdfium_git': 'https://pdfium.googlesource.com', |
| 35 'skia_git': 'https://skia.googlesource.com', | 34 'skia_git': 'https://skia.googlesource.com', |
| 36 'boringssl_git': 'https://boringssl.googlesource.com', | 35 'boringssl_git': 'https://boringssl.googlesource.com', |
| 37 # After changing nacl_revision, run 'glient sync' and check native_client/DEPS | |
| 38 # to update other nacl_*_revision's. | |
| 39 'libvpx_revision': 'ceebbcc0cef1bbd2bb672576ccf1133168639346', # r291805 | 36 'libvpx_revision': 'ceebbcc0cef1bbd2bb672576ccf1133168639346', # r291805 |
| 40 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 37 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
| 41 'skia_revision': '26abcf10a4994a0bb13a074d79baa85cd8d67b2c', | 38 'skia_revision': '26abcf10a4994a0bb13a074d79baa85cd8d67b2c', |
| 42 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
| 43 # the commit queue can handle CLs rolling Skia | 40 # the commit queue can handle CLs rolling Skia |
| 44 # and V8 without interference from each other. | 41 # and V8 without interference from each other. |
| 45 'v8_branch': 'trunk', | 42 'v8_branch': 'trunk', |
| 46 'v8_revision': '9aaa825cf89e1bcfece269a453300ebf4a26d64d', # from svn revision
23682 | 43 'v8_revision': '9aaa825cf89e1bcfece269a453300ebf4a26d64d', # from svn revision
23682 |
| 47 # Three lines of non-changing comments so that | 44 # Three lines of non-changing comments so that |
| 48 # the commit queue can handle CLs rolling WebRTC | 45 # the commit queue can handle CLs rolling WebRTC |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 # and whatever else without interference from each other. | 77 # and whatever else without interference from each other. |
| 81 'google_toolbox_for_mac_revision': 'a09526298f9dd1ec49d3b3ac5608d2a257b94cef', | 78 'google_toolbox_for_mac_revision': 'a09526298f9dd1ec49d3b3ac5608d2a257b94cef', |
| 82 # Three lines of non-changing comments so that | 79 # Three lines of non-changing comments so that |
| 83 # the commit queue can handle CLs rolling lighttpd | 80 # the commit queue can handle CLs rolling lighttpd |
| 84 # and whatever else without interference from each other. | 81 # and whatever else without interference from each other. |
| 85 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
| 86 # Three lines of non-changing comments so that | 83 # Three lines of non-changing comments so that |
| 87 # the commit queue can handle CLs rolling lss | 84 # the commit queue can handle CLs rolling lss |
| 88 # and whatever else without interference from each other. | 85 # and whatever else without interference from each other. |
| 89 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 86 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 87 # Three lines of non-changing comments so that |
| 88 # the commit queue can handle CLs rolling NaCl |
| 89 # and whatever else without interference from each other. |
| 90 'nacl_revision': '61776de8bd9664c2186b08a36dacafddaa47896c', # from svn revisi
on r13679 |
| 90 } | 91 } |
| 91 | 92 |
| 92 deps = { | 93 deps = { |
| 93 'src/breakpad/src': | 94 'src/breakpad/src': |
| 94 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83
65f5b78577ffcc237300a970db9813', # from svn revision 1359 | 95 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '17f614cd83
65f5b78577ffcc237300a970db9813', # from svn revision 1359 |
| 95 | 96 |
| 96 'src/buildtools': | 97 'src/buildtools': |
| 97 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 98 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), |
| 98 | 99 |
| 99 'src/sdch/open-vcdiff': | 100 'src/sdch/open-vcdiff': |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'src/tools/gyp': | 160 'src/tools/gyp': |
| 160 Var('chromium_git') + '/external/gyp.git' + '@' + '1ff523f4eccd38fb9f73e60dd
dd895736ce90346', # from svn revision 1973 | 161 Var('chromium_git') + '/external/gyp.git' + '@' + '1ff523f4eccd38fb9f73e60dd
dd895736ce90346', # from svn revision 1973 |
| 161 | 162 |
| 162 'src/tools/swarming_client': | 163 'src/tools/swarming_client': |
| 163 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), | 164 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), |
| 164 | 165 |
| 165 'src/v8': | 166 'src/v8': |
| 166 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), | 167 Var('chromium_git') + '/external/v8.git' + '@' + Var('v8_revision'), |
| 167 | 168 |
| 168 'src/native_client': | 169 'src/native_client': |
| 169 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + '61776de
8bd9664c2186b08a36dacafddaa47896c', | 170 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac
l_revision'), |
| 170 | 171 |
| 171 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': | 172 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': |
| 172 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' +
'@' + '3e17365176c94624f46cace174f61834b7f3c35d', | 173 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' +
'@' + '3e17365176c94624f46cace174f61834b7f3c35d', |
| 173 | 174 |
| 174 'src/third_party/sfntly/cpp/src': | 175 'src/third_party/sfntly/cpp/src': |
| 175 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 176 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
| 176 | 177 |
| 177 'src/third_party/skia': | 178 'src/third_party/skia': |
| 178 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 179 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
| 179 | 180 |
| (...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 # corresponding .py files have already been deleted. | 795 # corresponding .py files have already been deleted. |
| 795 'name': 'remove_stale_pyc_files', | 796 'name': 'remove_stale_pyc_files', |
| 796 'pattern': 'src/tools/.*\\.py', | 797 'pattern': 'src/tools/.*\\.py', |
| 797 'action': [ | 798 'action': [ |
| 798 'python', | 799 'python', |
| 799 'src/tools/remove_stale_pyc_files.py', | 800 'src/tools/remove_stale_pyc_files.py', |
| 800 'src/tools', | 801 'src/tools', |
| 801 ], | 802 ], |
| 802 }, | 803 }, |
| 803 ] | 804 ] |
| OLD | NEW |