Home
last modified time | relevance | path

Searched refs:BuildExt (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/python/grpcio/
Dcommands.py205 class BuildExt(build_ext.build_ext): class
256 if compiler in BuildExt.C_OPTIONS:
259 BuildExt.C_OPTIONS[compiler])
260 if compiler in BuildExt.LINK_OPTIONS:
263 BuildExt.LINK_OPTIONS[compiler])
/third_party/skia/third_party/externals/brotli/
Dsetup.py50 class BuildExt(build_ext): class
277 'build_ext': BuildExt,
/third_party/grpc/
Dsetup.py385 'build_ext': commands.BuildExt,