| 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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 'src/third_party/android_webview_glue/src': | 473 'src/third_party/android_webview_glue/src': |
| 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '60e4952
d02f2bfa3f0705043b792c01f79ffbfa6', | 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '60e4952
d02f2bfa3f0705043b792c01f79ffbfa6', |
| 475 | 475 |
| 476 'src/third_party/android_tools': | 476 'src/third_party/android_tools': |
| 477 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe
acb35ca6b1d82efbe', | 477 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe
acb35ca6b1d82efbe', |
| 478 | 478 |
| 479 'src/third_party/apache-mime4j': | 479 'src/third_party/apache-mime4j': |
| 480 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 480 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
| 481 | 481 |
| 482 'src/third_party/findbugs': | 482 'src/third_party/findbugs': |
| 483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '81ec534e79de44
94c1ad98ad025a56c8f3361fd1', | 483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', |
| 484 | 484 |
| 485 'src/third_party/freetype': | 485 'src/third_party/freetype': |
| 486 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b
9955b49034a51dfbc8bf9f4e9d312149cecac', | 486 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b
9955b49034a51dfbc8bf9f4e9d312149cecac', |
| 487 | 487 |
| 488 'src/third_party/elfutils/src': | 488 'src/third_party/elfutils/src': |
| 489 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', | 489 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', |
| 490 | 490 |
| 491 'src/third_party/httpcomponents-client': | 491 'src/third_party/httpcomponents-client': |
| 492 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', | 492 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', |
| 493 | 493 |
| (...skipping 297 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 |