OLD | NEW |
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 # and whatever else without interference from each other. | 94 # and whatever else without interference from each other. |
95 'freetype_android_revision': 'c38be52bf8de3b1699d74932b849bf150265819e', | 95 'freetype_android_revision': 'c38be52bf8de3b1699d74932b849bf150265819e', |
96 # Three lines of non-changing comments so that | 96 # Three lines of non-changing comments so that |
97 # the commit queue can handle CLs rolling catapult | 97 # the commit queue can handle CLs rolling catapult |
98 # and whatever else without interference from each other. | 98 # and whatever else without interference from each other. |
99 'catapult_revision': '11d3d44fb9d22dea38862472a620d4f0be67ae97', | 99 'catapult_revision': '11d3d44fb9d22dea38862472a620d4f0be67ae97', |
100 # Three lines of non-changing comments so that | 100 # Three lines of non-changing comments so that |
101 # the commit queue can handle CLs rolling libFuzzer | 101 # the commit queue can handle CLs rolling libFuzzer |
102 # and whatever else without interference from each other. | 102 # and whatever else without interference from each other. |
103 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a', | 103 'libfuzzer_revision': '2ed967ccadb496a1e916d9bd33a41386900dfb6a', |
| 104 # Three lines of non-changing comments so that |
| 105 # the commit queue can handle CLs rolling devtools-node-modules |
| 106 # and whatever else without interference from each other. |
| 107 'devtools_node_modules_revision': '6226d6cd80aaf2e5295ed460cf73ef6a582e4d78', |
104 } | 108 } |
105 | 109 |
106 # Only these hosts are allowed for dependencies in this DEPS file. | 110 # Only these hosts are allowed for dependencies in this DEPS file. |
107 # If you need to add a new host, contact chrome infrastracture team. | 111 # If you need to add a new host, contact chrome infrastracture team. |
108 allowed_hosts = [ | 112 allowed_hosts = [ |
109 'android.googlesource.com', | 113 'android.googlesource.com', |
110 'boringssl.googlesource.com', | 114 'boringssl.googlesource.com', |
111 'chromium.googlesource.com', | 115 'chromium.googlesource.com', |
112 'pdfium.googlesource.com', | 116 'pdfium.googlesource.com', |
113 'skia.googlesource.com', | 117 'skia.googlesource.com', |
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 'src/third_party/wayland-protocols/src': | 421 'src/third_party/wayland-protocols/src': |
418 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayla
nd-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', | 422 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayla
nd-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', |
419 | 423 |
420 # Wireless Display Software. Used on Chrome OS. | 424 # Wireless Display Software. Used on Chrome OS. |
421 'src/third_party/wds/src': | 425 'src/third_party/wds/src': |
422 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d9
5f3000bf5c8e16a79dbbbf22d554a5', | 426 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d9
5f3000bf5c8e16a79dbbbf22d554a5', |
423 | 427 |
424 # gRPC, an RPC framework. For Blimp use only. | 428 # gRPC, an RPC framework. For Blimp use only. |
425 'src/third_party/grpc': | 429 'src/third_party/grpc': |
426 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + 'b4cc5fc16c
1368149c8a20c51248a18009ff8254', | 430 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + 'b4cc5fc16c
1368149c8a20c51248a18009ff8254', |
| 431 |
| 432 # DevTools node modules. Used on Linux buildbots only. |
| 433 'src/third_party/WebKit/Source/devtools/devtools-node-modules': |
| 434 Var('chromium_git') + '/external/github.com/ChromeDevTools/devtools-node-m
odules' + '@' + Var('devtools_node_modules_revision') |
427 }, | 435 }, |
428 'android': { | 436 'android': { |
429 'src/third_party/android_protobuf/src': | 437 'src/third_party/android_protobuf/src': |
430 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc
72e97f7fe08bb756958a2cf090f4e7', | 438 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc
72e97f7fe08bb756958a2cf090f4e7', |
431 | 439 |
432 'src/third_party/android_tools': | 440 'src/third_party/android_tools': |
433 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814
f04dd6c7d7176974cc', | 441 Var('chromium_git') + '/android_tools.git' + '@' + 'b43a6a289a7588b1769814
f04dd6c7d7176974cc', |
434 | 442 |
435 'src/third_party/apache-mime4j': | 443 'src/third_party/apache-mime4j': |
436 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108
bff4b6cf0a2e86ff58b3d025934ebe3a', | 444 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108
bff4b6cf0a2e86ff58b3d025934ebe3a', |
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1054 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", | 1062 "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", |
1055 ], | 1063 ], |
1056 }, | 1064 }, |
1057 { | 1065 { |
1058 'name': 'clang_format_merge_driver', | 1066 'name': 'clang_format_merge_driver', |
1059 'pattern': '.', | 1067 'pattern': '.', |
1060 'action': [ 'python', | 1068 'action': [ 'python', |
1061 'src/tools/clang_format_merge_driver/install_git_hook.py', | 1069 'src/tools/clang_format_merge_driver/install_git_hook.py', |
1062 ], | 1070 ], |
1063 }, | 1071 }, |
| 1072 { |
| 1073 'name': 'devtools_install_node', |
| 1074 'action': [ 'python', |
| 1075 'src/third_party/WebKit/Source/devtools/scripts/local_node/node.
py', |
| 1076 '--running-as-hook', |
| 1077 '--version', |
| 1078 ], |
| 1079 }, |
1064 ] | 1080 ] |
1065 | 1081 |
1066 recursedeps = [ | 1082 recursedeps = [ |
1067 # buildtools provides clang_format, libc++, and libc++abi | 1083 # buildtools provides clang_format, libc++, and libc++abi |
1068 'src/buildtools', | 1084 'src/buildtools', |
1069 # android_tools manages the NDK. | 1085 # android_tools manages the NDK. |
1070 'src/third_party/android_tools', | 1086 'src/third_party/android_tools', |
1071 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1087 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
1072 ("src/third_party/angle", "DEPS.chromium"), | 1088 ("src/third_party/angle", "DEPS.chromium"), |
1073 ] | 1089 ] |
OLD | NEW |