summaryrefslogtreecommitdiff
path: root/etc/dev/TARGETS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/dev/TARGETS')
-rw-r--r--etc/dev/TARGETS19
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS
index 884cc459..40fdcf52 100644
--- a/etc/dev/TARGETS
+++ b/etc/dev/TARGETS
@@ -1,6 +1,14 @@
-{ "just-ext-hdrs":
- { "type": ["@", "rules", "CC/IDE", "headers"]
- , "deps":
+{ "proto_bindings":
+ { "type": ["@", "rules", "CC", "library"]
+ , "proto":
+ [ ["@", "bazel_remote_apis", "", "remote_execution_proto"]
+ , ["@", "googleapis", "", "google_bytestream_proto"]
+ ]
+ }
+, "just-ext-hdrs":
+ { "type": ["@", "rules", "CC", "install-with-deps"]
+ , "hdrs-only": ["yes"]
+ , "targets":
[ ["@", "ssl", "", "crypto"]
, ["@", "grpc", "", "grpc++"]
, ["@", "gsl-lite", "", "gsl-lite"]
@@ -12,10 +20,7 @@
, ["", "libcurl"]
, ["@", "bzip2", "", "libbz2"]
, ["", "libarchive"]
- ]
- , "proto":
- [ ["@", "bazel_remote_apis", "", "remote_execution_proto"]
- , ["@", "googleapis", "", "google_bytestream_proto"]
+ , "proto_bindings"
]
}
}