aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf
diff options
context:
space:
mode:
authorGravatar nharmata <nharmata@google.com>2018-03-26 10:40:50 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-03-26 10:42:08 -0700
commit51cb8ffd43a93c29c93251155d7f5be87ddab1ec (patch)
treef396da24b11672ae3b952daea58ef4617f2fe572 /src/main/protobuf
parentd63c16f7bcbaede6fed0142a923cce076ca1df7f (diff)
As promised in an earlier commit, remove subinclude machinery from PackageFactory, Package, PackageFunction, and also all things that make use of Package#getSubincludeLabels.
This code is completely dead, and has been for a while. RELNOTES: None PiperOrigin-RevId: 190486792
Diffstat (limited to 'src/main/protobuf')
-rw-r--r--src/main/protobuf/build.proto8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/protobuf/build.proto b/src/main/protobuf/build.proto
index d4e7915d56..4af9893b6f 100644
--- a/src/main/protobuf/build.proto
+++ b/src/main/protobuf/build.proto
@@ -399,10 +399,10 @@ message SourceFile {
// machine-parseable form.
optional Location DEPRECATED_parseable_location = 7;
- // Labels of files that are transitively subincluded in this BUILD file. This
- // is present only when the SourceFile represents a BUILD file that
- // subincludes other files. The subincluded file can be either a Python
- // preprocessed build extension or a Skylark file.
+ // Labels of .bzl (Skylark) files that are transitively loaded in this BUILD
+ // file. This is present only when the SourceFile represents a BUILD file that
+ // loaded .bzl files.
+ // TODO(bazel-team): Rename this field.
repeated string subinclude = 3;
// Labels of package groups that are mentioned in the visibility declaration