Lines Matching full:tool
28 # This will copy the gyp-mac-tool to the build directory. We pass in the source
29 # file of the win tool.
58 tool("cc") {
64 tool("cxx") {
70 tool("objc") {
76 tool("objcxx") {
82 tool("alink") {
83 command = "rm -f \$out && ./gyp-mac-tool filter-libtool libtool \$libtool_flags -static -o \$out \$in \$postbuilds"
86 tool("solink") {
94 tool("link") {
101 #tool("infoplist") {
105 #tool("mac_tool") {
106 # command = "\$env ./gyp-mac-tool \$mactool_cmd \$in \$out"
109 #tool("package_framework") {
110 # command = "./gyp-mac-tool package-framework \$out \$version \$postbuilds && touch \$out"
113 tool("stamp") {
117 tool("copy") {