| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 'src/third_party/flac': | 231 'src/third_party/flac': |
| 232 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', | 232 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', |
| 233 | 233 |
| 234 'src/third_party/pyftpdlib/src': | 234 'src/third_party/pyftpdlib/src': |
| 235 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 235 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
| 236 | 236 |
| 237 'src/third_party/scons-2.0.1': | 237 'src/third_party/scons-2.0.1': |
| 238 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 238 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
| 239 | 239 |
| 240 'src/third_party/webrtc': | 240 'src/third_party/webrtc': |
| 241 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'f854f30d7
981795f687f9b4379100c037934535d', | 241 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'f8698ce1d
acfdcf804809638483adb702760469c', |
| 242 | 242 |
| 243 'src/third_party/openmax_dl': | 243 'src/third_party/openmax_dl': |
| 244 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 244 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
| 245 | 245 |
| 246 'src/third_party/jsoncpp/source/include': | 246 'src/third_party/jsoncpp/source/include': |
| 247 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4
8e02b6e6248328db78a65b5c601f150c349', | 247 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4
8e02b6e6248328db78a65b5c601f150c349', |
| 248 | 248 |
| 249 'src/third_party/jsoncpp/source/src/lib_json': | 249 'src/third_party/jsoncpp/source/src/lib_json': |
| 250 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + '
a8caa51ba2f80971a45880425bf2ae864a786784', | 250 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + '
a8caa51ba2f80971a45880425bf2ae864a786784', |
| 251 | 251 |
| (...skipping 540 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 |