Lines Matching full:includes
22 "--no-includes",
34 includes = [],
52 includes: Optional, list of filegroups of schemas that the srcs depend on.
53 include_paths: Optional, list of paths the includes files can be found in.
93 srcs = srcs + includes,
122 srcs = srcs + includes,
147 includes = [],
163 filegroup into the `includes` parameter of any other
168 alongside includes.
169 includes: Optional, list of filegroups of schemas that the srcs depend on.
171 include_paths: Optional, list of paths the includes files can be found in.
172 cc_include_paths: Optional, list of paths to add to the cc_library includes attribute.
191 Other flatbuffer_cc_library's can pass this in for their `includes`
200 if deps and includes:
202 # use of includes without good reason.
205 includes = [d + "_includes" for d in deps]
215 includes = includes,
239 includes = cc_include_paths,
251 srcs = srcs + includes,