Home
last modified time | relevance | path

Searched refs:COMPILABLE_EXTENSIONS (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmake.py94 COMPILABLE_EXTENSIONS.update({".m": "objc", ".mm": "objcxx"})
104 COMPILABLE_EXTENSIONS.update({".pli": "pli"})
614 extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower)
619 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
626 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
630 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
672 COMPILABLE_EXTENSIONS = { variable
684 return any(res for res in (filename.endswith(e) for e in COMPILABLE_EXTENSIONS))
778 for ext in COMPILABLE_EXTENSIONS:
787 % (ext, COMPILABLE_EXTENSIONS[ex
[all...]
H A Dcmake.py66 COMPILABLE_EXTENSIONS = { variable
88 return any(filename.endswith(e) for e in COMPILABLE_EXTENSIONS)
727 src_type = COMPILABLE_EXTENSIONS.get(ext, None)
744 src_type = COMPILABLE_EXTENSIONS.get(ext, None)
H A Dandroid.py81 return make.COMPILABLE_EXTENSIONS.get(ext) == "cxx"
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmake.py94 COMPILABLE_EXTENSIONS.update({".m": "objc", ".mm": "objcxx"})
611 extensions = sorted(COMPILABLE_EXTENSIONS.keys(), key=str.lower)
616 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
623 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
627 writer.write("\t@$(call do_cmd,%s,1)\n" % COMPILABLE_EXTENSIONS[ext])
660 COMPILABLE_EXTENSIONS = { variable
672 for res in (filename.endswith(e) for e in COMPILABLE_EXTENSIONS):
769 for ext in COMPILABLE_EXTENSIONS.keys():
778 % (ext, COMPILABLE_EXTENSIONS[ext])
791 % (ext, COMPILABLE_EXTENSIONS[ex
[all...]
H A Dcmake.py66 COMPILABLE_EXTENSIONS = { variable
88 return any(filename.endswith(e) for e in COMPILABLE_EXTENSIONS)
727 src_type = COMPILABLE_EXTENSIONS.get(ext, None)
744 src_type = COMPILABLE_EXTENSIONS.get(ext, None)
H A Dandroid.py81 return make.COMPILABLE_EXTENSIONS.get(ext) == "cxx"

Completed in 9 milliseconds