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

Side by Side Diff: DEPS

Issue 2792343003: Revert of Instrumented libraries: Remove dependence on GYP_DEFINES (Closed)
Patch Set: Created 3 years, 8 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 | third_party/instrumented_libraries/BUILD.gn » ('j') | 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 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 '--platform=win32', 1028 '--platform=win32',
1029 '--directory', 1029 '--directory',
1030 '--recursive', 1030 '--recursive',
1031 '--no_auth', 1031 '--no_auth',
1032 '--num_threads=16', 1032 '--num_threads=16',
1033 '--bucket', 'chromium-apache-win32', 1033 '--bucket', 'chromium-apache-win32',
1034 'src/third_party/apache-win32', 1034 'src/third_party/apache-win32',
1035 ], 1035 ],
1036 }, 1036 },
1037 { 1037 {
1038 # Pull sanitizer-instrumented third-party libraries if requested via
1039 # GYP_DEFINES.
1040 'name': 'instrumented_libraries',
1041 'pattern': '\\.sha1',
1042 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
1043 },
1044 {
1038 # Pull doclava binaries if building for Android. 1045 # Pull doclava binaries if building for Android.
1039 'name': 'doclava', 1046 'name': 'doclava',
1040 'pattern': '.', 1047 'pattern': '.',
1041 'action': ['python', 1048 'action': ['python',
1042 'src/build/android/download_doclava.py', 1049 'src/build/android/download_doclava.py',
1043 ], 1050 ],
1044 }, 1051 },
1045 { 1052 {
1046 "name": "wasm_fuzzer", 1053 "name": "wasm_fuzzer",
1047 "pattern": ".", 1054 "pattern": ".",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 recursedeps = [ 1149 recursedeps = [
1143 # buildtools provides clang_format, libc++, and libc++abi 1150 # buildtools provides clang_format, libc++, and libc++abi
1144 'src/buildtools', 1151 'src/buildtools',
1145 # android_tools manages the NDK. 1152 # android_tools manages the NDK.
1146 'src/third_party/android_tools', 1153 'src/third_party/android_tools',
1147 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1154 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1148 ("src/third_party/angle", "DEPS.chromium"), 1155 ("src/third_party/angle", "DEPS.chromium"),
1149 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero. 1156 # SwiftShader manages DEPS that it also owns the build files for, such as Subz ero.
1150 ("src/third_party/swiftshader", "DEPS"), 1157 ("src/third_party/swiftshader", "DEPS"),
1151 ] 1158 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/instrumented_libraries/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698