summaryrefslogtreecommitdiff
path: root/rules/CC/RULES
diff options
context:
space:
mode:
Diffstat (limited to 'rules/CC/RULES')
-rw-r--r--rules/CC/RULES7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES
index 09605f7..7e9fbf9 100644
--- a/rules/CC/RULES
+++ b/rules/CC/RULES
@@ -521,7 +521,8 @@
[ "List of strings that have to be added to the command line for linking actions"
, "in targets depending on this library"
]
- , "debug-srcs": ["Map of all dependencies' sources needed for debugging."]
+ , "debug-srcs": ["Map of all sources needed for debugging."]
+ , "debug-hdrs": ["Map of all additional headers needed for debugging."]
}
, "anonymous":
{ "proto-deps":
@@ -768,7 +769,9 @@
, "artifacts_doc": ["The final binary, staged to the given directory"]
, "runfiles_doc": ["None"]
, "provides_doc":
- {"debug-srcs": ["Map of all dependencies' sources needed for debugging."]}
+ { "debug-srcs": ["Map of all sources needed for debugging."]
+ , "debug-hdrs": ["Map of all additional headers needed for debugging."]
+ }
, "anonymous":
{ "private-proto-deps":
{ "target": "private-proto"