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

Side by Side Diff: DEPS

Issue 1811943004: Roll Syzygy binaries to 0.8.14.3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 776 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', 787 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
788 ], 788 ],
789 }, 789 },
790 # Pull the Syzygy binaries, used for optimization and instrumentation. 790 # Pull the Syzygy binaries, used for optimization and instrumentation.
791 { 791 {
792 'name': 'syzygy-binaries', 792 'name': 'syzygy-binaries',
793 'pattern': '.', 793 'pattern': '.',
794 'action': ['python', 794 'action': ['python',
795 'src/build/get_syzygy_binaries.py', 795 'src/build/get_syzygy_binaries.py',
796 '--output-dir=src/third_party/syzygy/binaries', 796 '--output-dir=src/third_party/syzygy/binaries',
797 '--revision=5fba5ecd49dc7162686ab85b912d7188e9964b60', 797 '--revision=939a03432efe99ce7e66ff03fba7c3ddefcc7912',
798 '--overwrite', 798 '--overwrite',
799 ], 799 ],
800 }, 800 },
801 # TODO(pmonette): Move include files out of binaries folder. 801 # TODO(pmonette): Move include files out of binaries folder.
802 { 802 {
803 'name': 'kasko', 803 'name': 'kasko',
804 'pattern': '.', 804 'pattern': '.',
805 'action': ['python', 805 'action': ['python',
806 'src/build/get_syzygy_binaries.py', 806 'src/build/get_syzygy_binaries.py',
807 '--output-dir=src/third_party/kasko/binaries', 807 '--output-dir=src/third_party/kasko/binaries',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 'pattern': '\\.sha1', 844 'pattern': '\\.sha1',
845 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'], 845 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
846 }, 846 },
847 { 847 {
848 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 848 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
849 'name': 'gyp', 849 'name': 'gyp',
850 'pattern': '.', 850 'pattern': '.',
851 'action': ['python', 'src/build/gyp_chromium'], 851 'action': ['python', 'src/build/gyp_chromium'],
852 }, 852 },
853 ] 853 ]
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