OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_outputs
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
214
def __init__(self, qualified_target,
target_outputs
, base_dir, build_dir,
225
self.
target_outputs
=
target_outputs
416
if dep in self.
target_outputs
:
417
target = self.
target_outputs
[dep]
[
all
...]
android.py
118
target_outputs
= {}
variable
120
# of
target_outputs
. E.g. when mybinary depends on liba, we want to
232
target_outputs
[qualified_target] = ('path', self.output_binary)
780
deps.extend([
target_outputs
[dep] for dep in spec['dependencies']
781
if
target_outputs
[dep]])
[
all
...]
make.py
635
target_outputs
= {}
variable
637
# of
target_outputs
. E.g. when mybinary depends on liba, we want to
791
target_outputs
[qualified_target] = install_path
[
all
...]
msvs.py
[
all
...]
Completed in 87 milliseconds