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

Side by Side Diff: DEPS

Issue 2395263004: Roll Syzygy DEPS to v0.8.22.0 (Closed)
Patch Set: Created 4 years, 2 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 910 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', 921 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
922 ], 922 ],
923 }, 923 },
924 # Pull the Syzygy binaries, used for optimization and instrumentation. 924 # Pull the Syzygy binaries, used for optimization and instrumentation.
925 { 925 {
926 'name': 'syzygy-binaries', 926 'name': 'syzygy-binaries',
927 'pattern': '.', 927 'pattern': '.',
928 'action': ['python', 928 'action': ['python',
929 'src/build/get_syzygy_binaries.py', 929 'src/build/get_syzygy_binaries.py',
930 '--output-dir=src/third_party/syzygy/binaries', 930 '--output-dir=src/third_party/syzygy/binaries',
931 '--revision=734ae20be0862a6e1667f45d4fd4ceb2c430b2f6', 931 '--revision=1fcdf23259f4fbfcf200be20dc79e7567dde844e',
932 '--overwrite', 932 '--overwrite',
933 '--copy-dia-binaries', 933 '--copy-dia-binaries',
934 ], 934 ],
935 }, 935 },
936 # TODO(pmonette): Move include files out of binaries folder. 936 # TODO(pmonette): Move include files out of binaries folder.
937 { 937 {
938 'name': 'kasko', 938 'name': 'kasko',
939 'pattern': '.', 939 'pattern': '.',
940 'action': ['python', 940 'action': ['python',
941 'src/build/get_syzygy_binaries.py', 941 'src/build/get_syzygy_binaries.py',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 ] 1019 ]
1020 1020
1021 recursedeps = [ 1021 recursedeps = [
1022 # buildtools provides clang_format, libc++, and libc++abi 1022 # buildtools provides clang_format, libc++, and libc++abi
1023 'src/buildtools', 1023 'src/buildtools',
1024 # android_tools manages the NDK. 1024 # android_tools manages the NDK.
1025 'src/third_party/android_tools', 1025 'src/third_party/android_tools',
1026 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1026 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1027 ("src/third_party/angle", "DEPS.chromium"), 1027 ("src/third_party/angle", "DEPS.chromium"),
1028 ] 1028 ]
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