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

Side by Side Diff: DEPS

Issue 2630633003: Remove all blimp third_party deps. (Closed)
Patch Set: merge origin/master 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
« no previous file with comments | « .gitignore ('k') | third_party/blimp_fonts/.gitignore » ('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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a196 1eb4726211e18abd147d5a11a4ea86744', 442 Var('chromium_git') + '/chromiumos/platform/libevdev.git' + '@' + '9f7a196 1eb4726211e18abd147d5a11a4ea86744',
443 443
444 # Chrome OS touchpad gestures library. 444 # Chrome OS touchpad gestures library.
445 'src/third_party/gestures/gestures': 445 'src/third_party/gestures/gestures':
446 Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a65684 9c7d2b0d0ddbe0ac6d300c1e2fada0bb4', 446 Var('chromium_git') + '/chromiumos/platform/gestures.git' + '@' + '5a65684 9c7d2b0d0ddbe0ac6d300c1e2fada0bb4',
447 447
448 # Wireless Display Software. Used on Chrome OS. 448 # Wireless Display Software. Used on Chrome OS.
449 'src/third_party/wds/src': 449 'src/third_party/wds/src':
450 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d9 5f3000bf5c8e16a79dbbbf22d554a5', 450 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d9 5f3000bf5c8e16a79dbbbf22d554a5',
451 451
452 # gRPC, an RPC framework. For Blimp use only.
453 'src/third_party/grpc':
454 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '5945dfa700 a0566be7ea6691cc8a86ecb4a53924',
455
456 # DevTools node modules. Used on Linux buildbots only. 452 # DevTools node modules. Used on Linux buildbots only.
457 'src/third_party/WebKit/Source/devtools/devtools-node-modules': 453 'src/third_party/WebKit/Source/devtools/devtools-node-modules':
458 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-m odules' + '@' + Var('devtools_node_modules_revision') 454 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-m odules' + '@' + Var('devtools_node_modules_revision')
459 }, 455 },
460 'android': { 456 'android': {
461 'src/third_party/android_protobuf/src': 457 'src/third_party/android_protobuf/src':
462 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc 72e97f7fe08bb756958a2cf090f4e7', 458 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc 72e97f7fe08bb756958a2cf090f4e7',
463 459
464 'src/third_party/android_tools': 460 'src/third_party/android_tools':
465 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814 f04dd6c7d7176974cc', 461 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814 f04dd6c7d7176974cc',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 '--platform=win32', 1027 '--platform=win32',
1032 '--directory', 1028 '--directory',
1033 '--recursive', 1029 '--recursive',
1034 '--no_auth', 1030 '--no_auth',
1035 '--num_threads=16', 1031 '--num_threads=16',
1036 '--bucket', 'chromium-apache-win32', 1032 '--bucket', 'chromium-apache-win32',
1037 'src/third_party/apache-win32', 1033 'src/third_party/apache-win32',
1038 ], 1034 ],
1039 }, 1035 },
1040 { 1036 {
1041 'name': 'blimp_fonts',
1042 'pattern': '.',
1043 'action': [ 'download_from_google_storage',
1044 '--no_resume',
1045 '--platform=linux*',
1046 '--extract',
1047 '--no_auth',
1048 '--bucket', 'chromium-fonts',
1049 '-s', 'src/third_party/blimp_fonts/font_bundle.tar.gz.sha1',
1050 ],
1051 },
1052 {
1053 # Pull sanitizer-instrumented third-party libraries if requested via 1037 # Pull sanitizer-instrumented third-party libraries if requested via
1054 # GYP_DEFINES. 1038 # GYP_DEFINES.
1055 'name': 'instrumented_libraries', 1039 'name': 'instrumented_libraries',
1056 'pattern': '\\.sha1', 1040 'pattern': '\\.sha1',
1057 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'], 1041 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa d_binaries.py'],
1058 }, 1042 },
1059 { 1043 {
1060 # Pull doclava binaries if building for Android. 1044 # Pull doclava binaries if building for Android.
1061 'name': 'doclava', 1045 'name': 'doclava',
1062 'pattern': '.', 1046 'pattern': '.',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 ] 1138 ]
1155 1139
1156 recursedeps = [ 1140 recursedeps = [
1157 # buildtools provides clang_format, libc++, and libc++abi 1141 # buildtools provides clang_format, libc++, and libc++abi
1158 'src/buildtools', 1142 'src/buildtools',
1159 # android_tools manages the NDK. 1143 # android_tools manages the NDK.
1160 'src/third_party/android_tools', 1144 'src/third_party/android_tools',
1161 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1145 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1162 ("src/third_party/angle", "DEPS.chromium"), 1146 ("src/third_party/angle", "DEPS.chromium"),
1163 ] 1147 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | third_party/blimp_fonts/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698