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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 'src/third_party/fontconfig/src': | 464 'src/third_party/fontconfig/src': |
465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
466 }, | 466 }, |
467 'android': { | 467 'android': { |
468 'src/third_party/android_protobuf/src': | 468 'src/third_party/android_protobuf/src': |
469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', | 469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', |
470 | 470 |
471 # Whenever you roll this please also change frameworks/webview in | 471 # Whenever you roll this please also change frameworks/webview in |
472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi
on. | 472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi
on. |
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' + '@' + 'a1b0248
c80f239e2f6476b9f395b27d0ba1eb3cd', | 474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + '6ec46f2
bd3243d042d9641d7f87863bc20f8c745', |
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' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', | 483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', |
484 | 484 |
(...skipping 306 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 |