| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 | 437 |
| 438 'src/third_party/lss': | 438 'src/third_party/lss': |
| 439 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 439 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
| 440 | 440 |
| 441 # For Linux and Chromium OS. | 441 # For Linux and Chromium OS. |
| 442 'src/third_party/cros_system_api': | 442 'src/third_party/cros_system_api': |
| 443 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f0fc55
329fa536195861778a2ddc6115b4a977bc', | 443 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f0fc55
329fa536195861778a2ddc6115b4a977bc', |
| 444 | 444 |
| 445 # Note that this is different from Android's freetype repo. | 445 # Note that this is different from Android's freetype repo. |
| 446 'src/third_party/freetype2/src': | 446 'src/third_party/freetype2/src': |
| 447 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6
99c2994ecc178c4ed05ac2086061b2034c2178', | 447 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49
5a23fce9cd125f715dc20643d14fed226d76ac', |
| 448 | 448 |
| 449 # Build tools for Chrome OS. | 449 # Build tools for Chrome OS. |
| 450 'src/third_party/chromite': | 450 'src/third_party/chromite': |
| 451 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8e92d5c24da7967e2
7ab2498abc2d2f7ac6ec65a', | 451 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8e92d5c24da7967e2
7ab2498abc2d2f7ac6ec65a', |
| 452 | 452 |
| 453 # Dependency of chromite.git. | 453 # Dependency of chromite.git. |
| 454 'src/third_party/pyelftools': | 454 'src/third_party/pyelftools': |
| 455 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', | 455 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', |
| 456 | 456 |
| 457 'src/third_party/undoview': | 457 'src/third_party/undoview': |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 791 # corresponding .py files have already been deleted. | 791 # corresponding .py files have already been deleted. |
| 792 'name': 'remove_stale_pyc_files', | 792 'name': 'remove_stale_pyc_files', |
| 793 'pattern': 'src/tools/.*\\.py', | 793 'pattern': 'src/tools/.*\\.py', |
| 794 'action': [ | 794 'action': [ |
| 795 'python', | 795 'python', |
| 796 'src/tools/remove_stale_pyc_files.py', | 796 'src/tools/remove_stale_pyc_files.py', |
| 797 'src/tools', | 797 'src/tools', |
| 798 ], | 798 ], |
| 799 }, | 799 }, |
| 800 ] | 800 ] |
| OLD | NEW |