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

Side by Side Diff: DEPS

Issue 2537223002: Roll Syzygy DEPS to v0.8.24.0 (Closed)
Patch Set: Created 4 years 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 945 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', 956 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1',
957 ], 957 ],
958 }, 958 },
959 # Pull the Syzygy binaries, used for optimization and instrumentation. 959 # Pull the Syzygy binaries, used for optimization and instrumentation.
960 { 960 {
961 'name': 'syzygy-binaries', 961 'name': 'syzygy-binaries',
962 'pattern': '.', 962 'pattern': '.',
963 'action': ['python', 963 'action': ['python',
964 'src/build/get_syzygy_binaries.py', 964 'src/build/get_syzygy_binaries.py',
965 '--output-dir=src/third_party/syzygy/binaries', 965 '--output-dir=src/third_party/syzygy/binaries',
966 '--revision=55b5f3979e226101b1d4764ca024925ed42970bc', 966 '--revision=674d8e96b0997b57280589534474dc09d95970d8',
967 '--overwrite', 967 '--overwrite',
968 '--copy-dia-binaries', 968 '--copy-dia-binaries',
969 ], 969 ],
970 }, 970 },
971 # TODO(pmonette): Move include files out of binaries folder. 971 # TODO(pmonette): Move include files out of binaries folder.
972 { 972 {
973 'name': 'kasko', 973 'name': 'kasko',
974 'pattern': '.', 974 'pattern': '.',
975 'action': ['python', 975 'action': ['python',
976 'src/build/get_syzygy_binaries.py', 976 'src/build/get_syzygy_binaries.py',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 ] 1054 ]
1055 1055
1056 recursedeps = [ 1056 recursedeps = [
1057 # buildtools provides clang_format, libc++, and libc++abi 1057 # buildtools provides clang_format, libc++, and libc++abi
1058 'src/buildtools', 1058 'src/buildtools',
1059 # android_tools manages the NDK. 1059 # android_tools manages the NDK.
1060 'src/third_party/android_tools', 1060 'src/third_party/android_tools',
1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1061 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1062 ("src/third_party/angle", "DEPS.chromium"), 1062 ("src/third_party/angle", "DEPS.chromium"),
1063 ] 1063 ]
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