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

Side by Side Diff: DEPS

Issue 2392553002: Roll Syzygy DEPS to v0.8.21.0 (VS2015 build) (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=ba2ce2c31c16fe53b337121ec480fc5d4dfb4eec', 931 '--revision=734ae20be0862a6e1667f45d4fd4ceb2c430b2f6',
chrisha 2016/10/03 19:51:11 Do you need to use your new flag, which copies the
932 '--overwrite', 932 '--overwrite',
933 ], 933 ],
934 }, 934 },
935 # TODO(pmonette): Move include files out of binaries folder. 935 # TODO(pmonette): Move include files out of binaries folder.
936 { 936 {
937 'name': 'kasko', 937 'name': 'kasko',
938 'pattern': '.', 938 'pattern': '.',
939 'action': ['python', 939 'action': ['python',
940 'src/build/get_syzygy_binaries.py', 940 'src/build/get_syzygy_binaries.py',
941 '--output-dir=src/third_party/kasko/binaries', 941 '--output-dir=src/third_party/kasko/binaries',
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ] 1018 ]
1019 1019
1020 recursedeps = [ 1020 recursedeps = [
1021 # buildtools provides clang_format, libc++, and libc++abi 1021 # buildtools provides clang_format, libc++, and libc++abi
1022 'src/buildtools', 1022 'src/buildtools',
1023 # android_tools manages the NDK. 1023 # android_tools manages the NDK.
1024 'src/third_party/android_tools', 1024 'src/third_party/android_tools',
1025 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1025 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1026 ("src/third_party/angle", "DEPS.chromium"), 1026 ("src/third_party/angle", "DEPS.chromium"),
1027 ] 1027 ]
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