Lines Matching full:includes
15 "--no-includes",
27 includes = [],
42 includes: Optional, list of filegroups of schemas that the srcs depend on.
43 include_paths: Optional, list of paths the includes files can be found in.
74 srcs = srcs + includes,
100 srcs = srcs + includes,
121 includes = [],
133 filegroup into the `includes` parameter of any other
137 includes: Optional, list of filegroups of schemas that the srcs depend on.
139 include_paths: Optional, list of paths the includes files can be found in.
151 Other flatbuffer_cc_library's can pass this in for their `includes`
158 computing the output list of files transitively generated by includes and
159 --gen-includes (the default) being defined for flatc, the --gen-includes
167 includes = [ "//third_party/bazz:bazz_fbs_includes" ],
170 In which foo.fbs includes a few files from the Fileset defined at
172 includes foo_generated.h, and therefore has my_fbs as a dependency, it
199 includes = includes,
219 includes = [],