Lines Matching refs:includes
21 "--no-includes",
33 includes = [],
50 includes: Optional, list of filegroups of schemas that the srcs depend on.
51 include_paths: Optional, list of paths the includes files can be found in.
89 srcs = srcs + includes,
117 srcs = srcs + includes,
139 includes = [],
153 filegroup into the `includes` parameter of any other
157 includes: Optional, list of filegroups of schemas that the srcs depend on.
159 include_paths: Optional, list of paths the includes files can be found in.
176 Other flatbuffer_cc_library's can pass this in for their `includes`
183 computing the output list of files transitively generated by includes and
184 --gen-includes (the default) being defined for flatc, the --gen-includes
192 includes = [ "//third_party/bazz:bazz_fbs_includes" ],
195 In which foo.fbs includes a few files from the Fileset defined at
197 includes foo_generated.h, and therefore has my_fbs as a dependency, it
224 includes = includes,
246 includes = [],