| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 'src/testing/gmock': | 94 'src/testing/gmock': |
| 95 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e
d582bde2bd00847e3c3f2', # from svn revision 485 | 95 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e
d582bde2bd00847e3c3f2', # from svn revision 485 |
| 96 | 96 |
| 97 'src/third_party/angle': | 97 'src/third_party/angle': |
| 98 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 98 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
| 99 | 99 |
| 100 'src/third_party/colorama/src': | 100 'src/third_party/colorama/src': |
| 101 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', | 101 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', |
| 102 | 102 |
| 103 'src/third_party/trace-viewer': | 103 'src/third_party/trace-viewer': |
| 104 Var('chromium_git') + '/external/trace-viewer.git' + '@' + 'e99ce9ec59a7b8bcd
13fdf62e51c2cfa285a2a94', # from svn revision 1518 | 104 Var('chromium_git') + '/external/trace-viewer.git' + '@' + '172d4941a79a3354b
918f85bc9a3ea9c134fc1ad', # from svn revision 1532 |
| 105 | 105 |
| 106 'src/third_party/WebKit': | 106 'src/third_party/WebKit': |
| 107 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), | 107 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), |
| 108 | 108 |
| 109 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': | 109 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': |
| 110 Var('chromium_git') + '/external/w3c/web-platform-tests.git' + '@' + '3e0f283
76857901b2d3eefda82a3b622bbcabd41', | 110 Var('chromium_git') + '/external/w3c/web-platform-tests.git' + '@' + '3e0f283
76857901b2d3eefda82a3b622bbcabd41', |
| 111 | 111 |
| 112 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': | 112 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': |
| 113 Var('chromium_git') + '/external/w3c/csswg-test.git' + '@' + '0b12ea22689ee21
79f3e9bff389db22f4efd6ed5', | 113 Var('chromium_git') + '/external/w3c/csswg-test.git' + '@' + '0b12ea22689ee21
79f3e9bff389db22f4efd6ed5', |
| 114 | 114 |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 # migration completes (let's say Sep 1 2014). | 772 # migration completes (let's say Sep 1 2014). |
| 773 'name': 'check_git_config', | 773 'name': 'check_git_config', |
| 774 'pattern': '.', | 774 'pattern': '.', |
| 775 'action': [ | 775 'action': [ |
| 776 'python', | 776 'python', |
| 777 'src/tools/check_git_config.py', | 777 'src/tools/check_git_config.py', |
| 778 '--running-as-hook', | 778 '--running-as-hook', |
| 779 ], | 779 ], |
| 780 }, | 780 }, |
| 781 ] | 781 ] |
| OLD | NEW |