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

Side by Side Diff: DEPS

Issue 2947213002: Roll Syzygy deps to v0.8.31.0 (Closed)
Patch Set: Created 3 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', 813 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
814 ], 814 ],
815 }, 815 },
816 # Pull the Syzygy binaries, used for optimization and instrumentation. 816 # Pull the Syzygy binaries, used for optimization and instrumentation.
817 { 817 {
818 'name': 'syzygy-binaries', 818 'name': 'syzygy-binaries',
819 'pattern': '.', 819 'pattern': '.',
820 'action': ['python', 820 'action': ['python',
821 'src/build/get_syzygy_binaries.py', 821 'src/build/get_syzygy_binaries.py',
822 '--output-dir=src/third_party/syzygy/binaries', 822 '--output-dir=src/third_party/syzygy/binaries',
823 '--revision=dbb218b6d05ff1c17a4d86252b10880c2d8ebe08', 823 '--revision=9fe2e8224cea590f3bba83f244cb657785106c3b',
824 '--overwrite', 824 '--overwrite',
825 '--copy-dia-binaries', 825 '--copy-dia-binaries',
826 ], 826 ],
827 }, 827 },
828 { 828 {
829 'name': 'apache_win32', 829 'name': 'apache_win32',
830 'pattern': '\\.sha1', 830 'pattern': '\\.sha1',
831 'action': [ 'python', 831 'action': [ 'python',
832 'src/third_party/depot_tools/download_from_google_storage.py', 832 'src/third_party/depot_tools/download_from_google_storage.py',
833 '--no_resume', 833 '--no_resume',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 } 1224 }
1225 1225
1226 recursedeps = [ 1226 recursedeps = [
1227 # buildtools provides clang_format, libc++, and libc++abi 1227 # buildtools provides clang_format, libc++, and libc++abi
1228 'src/buildtools', 1228 'src/buildtools',
1229 # android_tools manages the NDK. 1229 # android_tools manages the NDK.
1230 'src/third_party/android_tools', 1230 'src/third_party/android_tools',
1231 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1231 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1232 ("src/third_party/angle", "DEPS.chromium"), 1232 ("src/third_party/angle", "DEPS.chromium"),
1233 ] 1233 ]
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