@@ -169,35 +169,23 @@ runtime.cxx_binary(
169
169
"flatbuffers/grpc/src/compiler/python_generator.cc",
170
170
"flatbuffers/grpc/src/compiler/swift_generator.cc",
171
171
"flatbuffers/grpc/src/compiler/ts_generator.cc",
172
- "flatbuffers/src/annotated_binary_text_gen.cpp",
173
- "flatbuffers/src/bfbs_gen_lua.cpp",
174
- "flatbuffers/src/bfbs_gen_nim.cpp",
175
- "flatbuffers/src/binary_annotator.cpp",
176
- "flatbuffers/src/code_generators.cpp",
177
- "flatbuffers/src/file_binary_writer.cpp",
178
- "flatbuffers/src/file_name_saving_file_manager.cpp",
179
- "flatbuffers/src/file_writer.cpp",
180
- "flatbuffers/src/flatc.cpp",
181
172
"flatbuffers/src/flatc_main.cpp",
182
- "flatbuffers/src/idl_gen_binary.cpp",
183
173
"flatbuffers/src/idl_gen_cpp.cpp",
184
174
"flatbuffers/src/idl_gen_csharp.cpp",
185
175
"flatbuffers/src/idl_gen_dart.cpp",
186
- "flatbuffers/src/idl_gen_fbs.cpp",
187
176
"flatbuffers/src/idl_gen_go.cpp",
188
177
"flatbuffers/src/idl_gen_grpc.cpp",
189
178
"flatbuffers/src/idl_gen_java.cpp",
179
+ "flatbuffers/src/idl_gen_js_ts.cpp",
190
180
"flatbuffers/src/idl_gen_json_schema.cpp",
191
181
"flatbuffers/src/idl_gen_kotlin.cpp",
192
182
"flatbuffers/src/idl_gen_lobster.cpp",
183
+ "flatbuffers/src/idl_gen_lua.cpp",
193
184
"flatbuffers/src/idl_gen_php.cpp",
194
185
"flatbuffers/src/idl_gen_python.cpp",
195
186
"flatbuffers/src/idl_gen_rust.cpp",
196
187
"flatbuffers/src/idl_gen_swift.cpp",
197
188
"flatbuffers/src/idl_gen_text.cpp",
198
- "flatbuffers/src/idl_gen_ts.cpp",
199
- "flatbuffers/src/idl_parser.cpp",
200
- "flatbuffers/src/reflection.cpp",
201
189
"flatbuffers/src/util.cpp",
202
190
],
203
191
include_directories = [
@@ -209,6 +197,7 @@ runtime.cxx_binary(
209
197
"flatbuffers/grpc/src/compiler/go_generator.h",
210
198
"flatbuffers/grpc/src/compiler/java_generator.h",
211
199
"flatbuffers/grpc/src/compiler/python_generator.h",
200
+ "flatbuffers/grpc/src/compiler/python_private_generator.h",
212
201
"flatbuffers/grpc/src/compiler/schema_interface.h",
213
202
"flatbuffers/grpc/src/compiler/swift_generator.h",
214
203
"flatbuffers/grpc/src/compiler/ts_generator.h",
@@ -219,6 +208,7 @@ runtime.cxx_binary(
219
208
_is_external_target = True,
220
209
)
221
210
211
+
222
212
runtime.genrule(
223
213
name = "libtorch_gen",
224
214
outs = select({
0 commit comments