aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-05-26 22:26:23 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-29 14:07:58 +0200
commitdfef43621c6658ac695164db55c7da205dffc869 (patch)
treee462fabb73dafbf8966b8a2f8dfb5e86b73dd8fb /src
parent77f12de356958b9beb99fa12d89fd74848a8aa90 (diff)
Keep "srcs", "hdrs" and "textual_hdrs" separate.
Each can has slightly different semantics for the IDE, and it is better to use the information on which files belong to which group from BUILD file rather than use heuristics like file extension to determine it. The contents of "textual_hdrs" are added by the prefetcher. RELNOTES: None. PiperOrigin-RevId: 157256048
Diffstat (limited to 'src')
-rw-r--r--src/main/protobuf/intellij_ide_info.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/protobuf/intellij_ide_info.proto b/src/main/protobuf/intellij_ide_info.proto
index 1fcb00a70b..abc1d6709b 100644
--- a/src/main/protobuf/intellij_ide_info.proto
+++ b/src/main/protobuf/intellij_ide_info.proto
@@ -62,6 +62,8 @@ message CIdeInfo {
repeated string target_copt = 7;
repeated string target_define = 8;
repeated string target_include = 9;
+ repeated ArtifactLocation header = 10;
+ repeated ArtifactLocation textual_header = 11;
}
message AndroidIdeInfo {