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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'src/chrome/test/data/perf/canvas_bench': | 184 'src/chrome/test/data/perf/canvas_bench': |
185 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', | 185 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', |
186 | 186 |
187 'src/chrome/test/data/perf/frame_rate/content': | 187 'src/chrome/test/data/perf/frame_rate/content': |
188 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', | 188 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', |
189 | 189 |
190 'src/third_party/bidichecker': | 190 'src/third_party/bidichecker': |
191 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', | 191 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', |
192 | 192 |
193 'src/third_party/webgl/src': | 193 'src/third_party/webgl/src': |
194 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '5906d1bcdd5
25d7d00914f1d4e43f7075452c43c', | 194 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'b1a7210dc40
34793e34a2149cb571e85700a85f2', |
195 | 195 |
196 'src/third_party/swig/Lib': | 196 'src/third_party/swig/Lib': |
197 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', | 197 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', |
198 | 198 |
199 'src/third_party/webdriver/pylib': | 199 'src/third_party/webdriver/pylib': |
200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 200 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
201 | 201 |
202 'src/third_party/libvpx': | 202 'src/third_party/libvpx': |
203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 203 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
204 | 204 |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 # corresponding .py files have already been deleted. | 792 # corresponding .py files have already been deleted. |
793 'name': 'remove_stale_pyc_files', | 793 'name': 'remove_stale_pyc_files', |
794 'pattern': 'src/tools/.*\\.py', | 794 'pattern': 'src/tools/.*\\.py', |
795 'action': [ | 795 'action': [ |
796 'python', | 796 'python', |
797 'src/tools/remove_stale_pyc_files.py', | 797 'src/tools/remove_stale_pyc_files.py', |
798 'src/tools', | 798 'src/tools', |
799 ], | 799 ], |
800 }, | 800 }, |
801 ] | 801 ] |
OLD | NEW |