Searched defs:lib_dirs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/build/config/linux/
H A Dpkg-config.py15 # The result will be [ <includes>, <cflags>, <libs>, <lib_dirs>, <ldflags> ]
143 lib_dirs = [] variable
153 lib_dirs.append(RewritePath(flag[2:], prefix, sysroot))
169 print json.dumps([includes, cflags, libs, lib_dirs, ldflags])
/external/chromium_org/tools/gn/
H A Dcommand_desc.cc171 // libs and lib_dirs are special in that they're inherited. We don't currently
175 const OrderedSet<SourceDir>& lib_dirs = target->all_lib_dirs(); local
176 if (lib_dirs.empty())
182 for (size_t i = 0; i < lib_dirs.size(); i++)
183 OutputString(" " + FormatSourceDir(lib_dirs[i]) + "\n");
523 " lib_dirs\n"
531 " for libs and lib_dirs because those are inherited and are more\n"

Completed in 422 milliseconds