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

Side by Side Diff: DEPS

Issue 2621363002: Remove Kasko! (Closed)
Patch Set: Created 3 years, 11 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
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 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 'name': 'syzygy-binaries', 1003 'name': 'syzygy-binaries',
1004 'pattern': '.', 1004 'pattern': '.',
1005 'action': ['python', 1005 'action': ['python',
1006 'src/build/get_syzygy_binaries.py', 1006 'src/build/get_syzygy_binaries.py',
1007 '--output-dir=src/third_party/syzygy/binaries', 1007 '--output-dir=src/third_party/syzygy/binaries',
1008 '--revision=2a23ba1e864c7eef238c458212959d696cd4f1ac', 1008 '--revision=2a23ba1e864c7eef238c458212959d696cd4f1ac',
1009 '--overwrite', 1009 '--overwrite',
1010 '--copy-dia-binaries', 1010 '--copy-dia-binaries',
1011 ], 1011 ],
1012 }, 1012 },
1013 # TODO(pmonette): Move include files out of binaries folder.
1014 {
1015 'name': 'kasko',
1016 'pattern': '.',
1017 'action': ['python',
1018 'src/build/get_syzygy_binaries.py',
1019 '--output-dir=src/third_party/kasko/binaries',
1020 '--revision=266a18d9209be5ca5c5dcd0620942b82a2d238f3',
1021 '--resource=kasko.zip',
1022 '--resource=kasko_symbols.zip',
1023 '--overwrite',
1024 ],
1025 },
1026 { 1013 {
1027 'name': 'apache_win32', 1014 'name': 'apache_win32',
1028 'pattern': '\\.sha1', 1015 'pattern': '\\.sha1',
1029 'action': [ 'download_from_google_storage', 1016 'action': [ 'download_from_google_storage',
1030 '--no_resume', 1017 '--no_resume',
1031 '--platform=win32', 1018 '--platform=win32',
1032 '--directory', 1019 '--directory',
1033 '--recursive', 1020 '--recursive',
1034 '--no_auth', 1021 '--no_auth',
1035 '--num_threads=16', 1022 '--num_threads=16',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 ] 1091 ]
1105 1092
1106 recursedeps = [ 1093 recursedeps = [
1107 # buildtools provides clang_format, libc++, and libc++abi 1094 # buildtools provides clang_format, libc++, and libc++abi
1108 'src/buildtools', 1095 'src/buildtools',
1109 # android_tools manages the NDK. 1096 # android_tools manages the NDK.
1110 'src/third_party/android_tools', 1097 'src/third_party/android_tools',
1111 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1098 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1112 ("src/third_party/angle", "DEPS.chromium"), 1099 ("src/third_party/angle", "DEPS.chromium"),
1113 ] 1100 ]
OLDNEW
« no previous file with comments | « .gn ('k') | chrome/app/DEPS » ('j') | net/http/transport_security_state_static.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698