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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'src/third_party/hunspell': | 127 'src/third_party/hunspell': |
128 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7
89afb2f64d02c9a5a50e6eb1', | 128 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7
89afb2f64d02c9a5a50e6eb1', |
129 | 129 |
130 'src/third_party/hunspell_dictionaries': | 130 'src/third_party/hunspell_dictionaries': |
131 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '456
0bdd463a3500e2334e85c8a0e9e5d5d6774e7', | 131 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '456
0bdd463a3500e2334e85c8a0e9e5d5d6774e7', |
132 | 132 |
133 'src/third_party/safe_browsing/testing': | 133 'src/third_party/safe_browsing/testing': |
134 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', | 134 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', |
135 | 135 |
136 'src/third_party/cacheinvalidation/src': | 136 'src/third_party/cacheinvalidation/src': |
137 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@
' + '108f1459d873db13c1914755a79333a09d4c563f', # from svn revision 339 | 137 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@
' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341 |
138 | 138 |
139 'src/third_party/leveldatabase/src': | 139 'src/third_party/leveldatabase/src': |
140 Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb707
9070873ece3f30a1e6b', | 140 Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb707
9070873ece3f30a1e6b', |
141 | 141 |
142 'src/third_party/libc++/trunk': | 142 'src/third_party/libc++/trunk': |
143 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | 143 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), |
144 | 144 |
145 'src/third_party/libc++abi/trunk': | 145 'src/third_party/libc++abi/trunk': |
146 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | 146 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), |
147 | 147 |
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 # corresponding .py files have already been deleted. | 795 # corresponding .py files have already been deleted. |
796 'name': 'remove_stale_pyc_files', | 796 'name': 'remove_stale_pyc_files', |
797 'pattern': 'src/tools/.*\\.py', | 797 'pattern': 'src/tools/.*\\.py', |
798 'action': [ | 798 'action': [ |
799 'python', | 799 'python', |
800 'src/tools/remove_stale_pyc_files.py', | 800 'src/tools/remove_stale_pyc_files.py', |
801 'src/tools', | 801 'src/tools', |
802 ], | 802 ], |
803 }, | 803 }, |
804 ] | 804 ] |
OLD | NEW |