@@ -165,36 +165,46 @@ runtime.cxx_binary(
165
165
"flatbuffers/grpc/src/compiler/python_generator.cc",
166
166
"flatbuffers/grpc/src/compiler/swift_generator.cc",
167
167
"flatbuffers/grpc/src/compiler/ts_generator.cc",
168
+ "flatbuffers/src/annotated_binary_text_gen.cpp",
169
+ "flatbuffers/src/bfbs_gen_lua.cpp",
170
+ "flatbuffers/src/bfbs_gen_nim.cpp",
171
+ "flatbuffers/src/binary_annotator.cpp",
172
+ "flatbuffers/src/code_generators.cpp",
173
+ "flatbuffers/src/file_binary_writer.cpp",
174
+ "flatbuffers/src/file_name_saving_file_manager.cpp",
175
+ "flatbuffers/src/file_writer.cpp",
176
+ "flatbuffers/src/flatc.cpp",
168
177
"flatbuffers/src/flatc_main.cpp",
178
+ "flatbuffers/src/idl_gen_binary.cpp",
169
179
"flatbuffers/src/idl_gen_cpp.cpp",
170
180
"flatbuffers/src/idl_gen_csharp.cpp",
171
181
"flatbuffers/src/idl_gen_dart.cpp",
182
+ "flatbuffers/src/idl_gen_fbs.cpp",
172
183
"flatbuffers/src/idl_gen_go.cpp",
173
184
"flatbuffers/src/idl_gen_grpc.cpp",
174
185
"flatbuffers/src/idl_gen_java.cpp",
175
- "flatbuffers/src/idl_gen_js_ts.cpp",
176
186
"flatbuffers/src/idl_gen_json_schema.cpp",
177
187
"flatbuffers/src/idl_gen_kotlin.cpp",
178
188
"flatbuffers/src/idl_gen_lobster.cpp",
179
- "flatbuffers/src/idl_gen_lua.cpp",
180
189
"flatbuffers/src/idl_gen_php.cpp",
181
190
"flatbuffers/src/idl_gen_python.cpp",
182
191
"flatbuffers/src/idl_gen_rust.cpp",
183
192
"flatbuffers/src/idl_gen_swift.cpp",
184
193
"flatbuffers/src/idl_gen_text.cpp",
194
+ "flatbuffers/src/idl_gen_ts.cpp",
195
+ "flatbuffers/src/idl_parser.cpp",
196
+ "flatbuffers/src/reflection.cpp",
185
197
"flatbuffers/src/util.cpp",
186
198
],
187
199
include_directories = [
188
200
"flatbuffers/grpc",
189
201
"flatbuffers/include",
190
202
],
191
203
raw_headers = [
192
- "flatbuffers/grpc/src/compiler/config.h",
193
204
"flatbuffers/grpc/src/compiler/cpp_generator.h",
194
205
"flatbuffers/grpc/src/compiler/go_generator.h",
195
206
"flatbuffers/grpc/src/compiler/java_generator.h",
196
207
"flatbuffers/grpc/src/compiler/python_generator.h",
197
- "flatbuffers/grpc/src/compiler/python_private_generator.h",
198
208
"flatbuffers/grpc/src/compiler/schema_interface.h",
199
209
"flatbuffers/grpc/src/compiler/swift_generator.h",
200
210
"flatbuffers/grpc/src/compiler/ts_generator.h",
0 commit comments