| 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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 432 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
| 433 | 433 |
| 434 'src/third_party/swig/linux': | 434 'src/third_party/swig/linux': |
| 435 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', | 435 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', |
| 436 | 436 |
| 437 'src/third_party/lss': | 437 'src/third_party/lss': |
| 438 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 438 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 439 | 439 |
| 440 # For Linux and Chromium OS. | 440 # For Linux and Chromium OS. |
| 441 'src/third_party/cros_system_api': | 441 'src/third_party/cros_system_api': |
| 442 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f0fc55
329fa536195861778a2ddc6115b4a977bc', | 442 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '75502d
403cfbc60ab1e1c81e8cbe7d45afb6bd0e', |
| 443 | 443 |
| 444 # Note that this is different from Android's freetype repo. | 444 # Note that this is different from Android's freetype repo. |
| 445 'src/third_party/freetype2/src': | 445 'src/third_party/freetype2/src': |
| 446 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6
99c2994ecc178c4ed05ac2086061b2034c2178', | 446 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6
99c2994ecc178c4ed05ac2086061b2034c2178', |
| 447 | 447 |
| 448 # Build tools for Chrome OS. | 448 # Build tools for Chrome OS. |
| 449 'src/third_party/chromite': | 449 'src/third_party/chromite': |
| 450 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8e92d5c24da7967e2
7ab2498abc2d2f7ac6ec65a', | 450 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8e92d5c24da7967e2
7ab2498abc2d2f7ac6ec65a', |
| 451 | 451 |
| 452 # Dependency of chromite.git. | 452 # Dependency of chromite.git. |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 # corresponding .py files have already been deleted. | 790 # corresponding .py files have already been deleted. |
| 791 'name': 'remove_stale_pyc_files', | 791 'name': 'remove_stale_pyc_files', |
| 792 'pattern': 'src/tools/.*\\.py', | 792 'pattern': 'src/tools/.*\\.py', |
| 793 'action': [ | 793 'action': [ |
| 794 'python', | 794 'python', |
| 795 'src/tools/remove_stale_pyc_files.py', | 795 'src/tools/remove_stale_pyc_files.py', |
| 796 'src/tools', | 796 'src/tools', |
| 797 ], | 797 ], |
| 798 }, | 798 }, |
| 799 ] | 799 ] |
| OLD | NEW |