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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '1ae4638a4cd331379
9f2d2598c39ff0e8941aef6', | 443 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '1ae4638a4cd331379
9f2d2598c39ff0e8941aef6', |
444 | 444 |
445 # Dependency of chromite.git. | 445 # Dependency of chromite.git. |
446 'src/third_party/pyelftools': | 446 'src/third_party/pyelftools': |
447 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', | 447 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', |
448 | 448 |
449 'src/third_party/undoview': | 449 'src/third_party/undoview': |
450 Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cd
bd81b78325a24ece0984637559', | 450 Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cd
bd81b78325a24ece0984637559', |
451 | 451 |
452 'src/third_party/liblouis/src': | 452 'src/third_party/liblouis/src': |
453 Var('chromium_git') + '/external/liblouis.git' + '@' + '3c2daee56250162e5a7
5830871601d74328d39f5', | 453 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347
8561deb6ae4798175094be8a26c2', |
454 | 454 |
455 # Used for embedded builds. CrOS & Linux use the system version. | 455 # Used for embedded builds. CrOS & Linux use the system version. |
456 'src/third_party/fontconfig/src': | 456 'src/third_party/fontconfig/src': |
457 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 457 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
458 }, | 458 }, |
459 'android': { | 459 'android': { |
460 'src/third_party/android_protobuf/src': | 460 'src/third_party/android_protobuf/src': |
461 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', | 461 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', |
462 | 462 |
463 # Whenever you roll this please also change frameworks/webview in | 463 # Whenever you roll this please also change frameworks/webview in |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 # corresponding .py files have already been deleted. | 792 # corresponding .py files have already been deleted. |
793 'name': 'remove_stale_pyc_files', | 793 'name': 'remove_stale_pyc_files', |
794 'pattern': 'src/tools/.*\\.py', | 794 'pattern': 'src/tools/.*\\.py', |
795 'action': [ | 795 'action': [ |
796 'python', | 796 'python', |
797 'src/tools/remove_stale_pyc_files.py', | 797 'src/tools/remove_stale_pyc_files.py', |
798 'src/tools', | 798 'src/tools', |
799 ], | 799 ], |
800 }, | 800 }, |
801 ] | 801 ] |
OLD | NEW |