| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'src/chrome/test/data/perf/canvas_bench': | 189 'src/chrome/test/data/perf/canvas_bench': |
| 190 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', | 190 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', |
| 191 | 191 |
| 192 'src/chrome/test/data/perf/frame_rate/content': | 192 'src/chrome/test/data/perf/frame_rate/content': |
| 193 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', | 193 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', |
| 194 | 194 |
| 195 'src/third_party/bidichecker': | 195 'src/third_party/bidichecker': |
| 196 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', | 196 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', |
| 197 | 197 |
| 198 'src/third_party/webgl/src': | 198 'src/third_party/webgl/src': |
| 199 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'db4d3ef9b3e
ff59ba438569141031a59f703778c', | 199 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'ad7ab343572
a78f80c4e7d96726881d528474ed3', |
| 200 | 200 |
| 201 'src/third_party/swig/Lib': | 201 'src/third_party/swig/Lib': |
| 202 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', | 202 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', |
| 203 | 203 |
| 204 'src/third_party/webdriver/pylib': | 204 'src/third_party/webdriver/pylib': |
| 205 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 205 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
| 206 | 206 |
| 207 'src/third_party/libvpx': | 207 'src/third_party/libvpx': |
| 208 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 208 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
| 209 | 209 |
| (...skipping 582 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 |