Home
last modified time | relevance | path

Searched refs:CC_FILES (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/tools/distrib/python/grpcio_tools/
Dsetup.py101 CC_FILES = [os.path.normpath(cc_file) for cc_file in protoc_lib_deps.CC_FILES] variable
163 ] + [os.path.join(CC_INCLUDE, cc_file) for cc_file in CC_FILES]
Dprotoc_lib_deps.py17 CC_FILES=['google/protobuf/compiler/zip_writer.cc', 'google/protobuf/compiler/subprocess.cc', 'goog… variable