OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lib_dirs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/build/config/linux/
pkg-config.py
15
# The result will be [ <includes>, <cflags>, <libs>, <
lib_dirs
>, <ldflags> ]
141
lib_dirs
= []
variable
151
lib_dirs
.append(RewritePath(flag[2:], prefix, sysroot))
167
print json.dumps([includes, cflags, libs,
lib_dirs
, ldflags])
/external/chromium_org/tools/gn/
command_desc.cc
152
// libs and
lib_dirs
are special in that they're inherited. We don't currently
156
const OrderedSet<SourceDir>&
lib_dirs
= target->all_lib_dirs();
local
157
if (
lib_dirs
.empty())
163
for (size_t i = 0; i <
lib_dirs
.size(); i++)
164
OutputString(" " + FormatSourceDir(
lib_dirs
[i]) + "\n");
433
"
lib_dirs
\n"
441
" for libs and
lib_dirs
because those are inherited and are more\n"
509
} else if (what == "
lib_dirs
") {
Completed in 720 milliseconds