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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 | 470 |
471 'src/third_party/apache-mime4j': | 471 'src/third_party/apache-mime4j': |
472 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 472 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
473 | 473 |
474 'src/third_party/findbugs': | 474 'src/third_party/findbugs': |
475 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', | 475 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', |
476 | 476 |
477 'src/third_party/freetype': | 477 'src/third_party/freetype': |
478 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b
9955b49034a51dfbc8bf9f4e9d312149cecac', | 478 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b
9955b49034a51dfbc8bf9f4e9d312149cecac', |
479 | 479 |
480 'src/third_party/guava/src': | |
481 Var('chromium_git') + '/external/guava-libraries.git' + '@' + 'c523556ab7d0
f05afadebd20e7768d4c16af8771', | |
482 | |
483 'src/third_party/elfutils/src': | 480 'src/third_party/elfutils/src': |
484 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', | 481 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', |
485 | 482 |
486 'src/third_party/httpcomponents-client': | 483 'src/third_party/httpcomponents-client': |
487 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', | 484 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', |
488 | 485 |
489 'src/third_party/httpcomponents-core': | 486 'src/third_party/httpcomponents-core': |
490 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', | 487 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', |
491 | 488 |
492 'src/third_party/jarjar': | 489 'src/third_party/jarjar': |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 # corresponding .py files have already been deleted. | 789 # corresponding .py files have already been deleted. |
793 'name': 'remove_stale_pyc_files', | 790 'name': 'remove_stale_pyc_files', |
794 'pattern': 'src/tools/.*\\.py', | 791 'pattern': 'src/tools/.*\\.py', |
795 'action': [ | 792 'action': [ |
796 'python', | 793 'python', |
797 'src/tools/remove_stale_pyc_files.py', | 794 'src/tools/remove_stale_pyc_files.py', |
798 'src/tools', | 795 'src/tools', |
799 ], | 796 ], |
800 }, | 797 }, |
801 ] | 798 ] |
OLD | NEW |