Home
last modified time | relevance | path

Searched refs:output_binary (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmake.py772 self.output_binary = self.ComputeMacBundleBinaryOutput(spec)
774 self.output = self.output_binary = self.ComputeOutput(spec)
842 mac_bundle_deps.append(self.output_binary)
852 target_link_deps[qualified_target] = self.output_binary
1453 self.WriteMakeRule([self.output_binary], extra_outputs,
1471 self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs)
1493 self.output_binary))))
1519 QuoteSpaces(self.output_binary))
1520 self.WriteLn('%s: LIBS := $(LIBS)' % QuoteSpaces(self.output_binary))
1524 QuoteSpaces(self.output_binary))
[all …]
Dandroid.py152 self.output = self.output_binary = self.ComputeOutput(spec)
222 target_outputs[qualified_target] = ('path', self.output_binary)
Dninja.py1377 def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): argument
1385 if output_binary is not None:
1390 os.path.normpath(os.path.join(self.base_to_build, output_binary)),
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmake.py779 self.output_binary = self.ComputeMacBundleBinaryOutput(spec)
781 self.output = self.output_binary = self.ComputeOutput(spec)
862 mac_bundle_deps.append(self.output_binary)
879 target_link_deps[qualified_target] = self.output_binary
1563 [self.output_binary],
1583 self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs)
1612 os.path.join(gyp_to_build, self.output_binary)
1643 % QuoteSpaces(self.output_binary)
1645 self.WriteLn("%s: LIBS := $(LIBS)" % QuoteSpaces(self.output_binary))
1650 % QuoteSpaces(self.output_binary)
[all …]
Dandroid.py162 self.output = self.output_binary = self.ComputeOutput(spec)
243 target_outputs[qualified_target] = ("path", self.output_binary)
Dninja.py1730 def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): argument
1738 if output_binary is not None:
1743 os.path.normpath(os.path.join(self.base_to_build, output_binary)),
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_emulation.py927 def _GetStripPostbuilds(self, configname, output_binary, quiet): argument
956 result.append('strip %s %s' % (strip_flags, output_binary))
961 def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): argument
975 result.append('dsymutil %s -o %s' % (output_binary, output + '.dSYM'))
980 def _GetTargetPostbuilds(self, configname, output, output_binary, argument
986 self._GetDebugInfoPostbuilds(configname, output, output_binary, quiet) +
987 self._GetStripPostbuilds(configname, output_binary, quiet))
989 def _GetIOSPostbuilds(self, configname, output_binary): argument
1031 def AddImplicitPostbuilds(self, configname, output, output_binary, argument
1035 assert output_binary is not None
[all …]
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_emulation.py1061 def _GetStripPostbuilds(self, configname, output_binary, quiet): argument
1091 result.append("strip %s %s" % (strip_flags, output_binary))
1096 def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): argument
1113 result.append("dsymutil %s -o %s" % (output_binary, output + ".dSYM"))
1118 def _GetTargetPostbuilds(self, configname, output, output_binary, quiet=False): argument
1123 configname, output, output_binary, quiet
1124 ) + self._GetStripPostbuilds(configname, output_binary, quiet)
1126 def _GetIOSPostbuilds(self, configname, output_binary): argument
1240 self, configname, output, output_binary, postbuilds=[], quiet=False argument
1244 assert output_binary is not None
[all …]
/third_party/vulkan-loader/loader/
Dadapters.h81 BYTE output_binary[1]; member