aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authormark a. foltz <mfoltz@chromium.org>2019-10-10 15:36:15 -0700
committerCommit Bot <commit-bot@chromium.org>2019-10-10 22:45:39 +0000
commit59ee9c8862968b8d5b49a1d43cbe4a86218b52b2 (patch)
tree6a89be32b66750a4bec4ddf5e5e643c06a79ff94 /DEPS
parentaf60f62955c6101bbc4223f30e7685a824369058 (diff)
downloadopenscreen-59ee9c8862968b8d5b49a1d43cbe4a86218b52b2.tar.gz
Use recursive deps for buildtools/.
This allows us to pull in the clang-format scripts from upstream, which are used by git cl format. It also allows us to pull in the current SHA1 for clang-format, instead of querying the clang-format repo directly. Change-Id: I84e78030af9387a46bf4145c6314753fbf3f5b71 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1846457 Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS23
1 files changed, 1 insertions, 22 deletions
diff --git a/DEPS b/DEPS
index f04b7aff..c4540d5e 100644
--- a/DEPS
+++ b/DEPS
@@ -41,28 +41,6 @@ deps = {
'condition': 'not build_with_chromium',
},
- 'buildtools/linux64': {
- 'packages': [
- {
- 'package': 'gn/gn/linux-amd64',
- 'version': Var('gn_version'),
- },
- ],
- 'dep_type': 'cipd',
- 'condition': 'checkout_linux',
- },
-
- 'buildtools/mac': {
- 'packages': [
- {
- 'package': 'gn/gn/mac-amd64',
- 'version': Var('gn_version'),
- },
- ],
- 'dep_type': 'cipd',
- 'condition': 'checkout_mac',
- },
-
'third_party/protobuf/src': {
'url': Var('chromium_git') +
'/external/github.com/protocolbuffers/protobuf.git' +
@@ -123,6 +101,7 @@ deps = {
recursedeps = [
'third_party/chromium_quic/src',
+ 'buildtools',
]
include_rules = [