Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(917)

Side by Side Diff: DEPS

Issue 2060913002: Roll Syzygy binaries to 0.8.19.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', 788 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
789 ], 789 ],
790 }, 790 },
791 # Pull the Syzygy binaries, used for optimization and instrumentation. 791 # Pull the Syzygy binaries, used for optimization and instrumentation.
792 { 792 {
793 'name': 'syzygy-binaries', 793 'name': 'syzygy-binaries',
794 'pattern': '.', 794 'pattern': '.',
795 'action': ['python', 795 'action': ['python',
796 'src/build/get_syzygy_binaries.py', 796 'src/build/get_syzygy_binaries.py',
797 '--output-dir=src/third_party/syzygy/binaries', 797 '--output-dir=src/third_party/syzygy/binaries',
798 '--revision=253383e5987fe5dc81b93057c7d173c0620d3ee0', 798 '--revision=da2c31c5634ec66236ab5851a53c4497e2212bfc',
799 '--overwrite', 799 '--overwrite',
800 ], 800 ],
801 }, 801 },
802 # TODO(pmonette): Move include files out of binaries folder. 802 # TODO(pmonette): Move include files out of binaries folder.
803 { 803 {
804 'name': 'kasko', 804 'name': 'kasko',
805 'pattern': '.', 805 'pattern': '.',
806 'action': ['python', 806 'action': ['python',
807 'src/build/get_syzygy_binaries.py', 807 'src/build/get_syzygy_binaries.py',
808 '--output-dir=src/third_party/kasko/binaries', 808 '--output-dir=src/third_party/kasko/binaries',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 'src/build/android/download_doclava.py', 853 'src/build/android/download_doclava.py',
854 ], 854 ],
855 }, 855 },
856 { 856 {
857 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 857 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
858 'name': 'gyp', 858 'name': 'gyp',
859 'pattern': '.', 859 'pattern': '.',
860 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 860 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
861 }, 861 },
862 ] 862 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698