HomeSort by relevance Sort by last modified time
    Searched full:target_outputs (Results 1 - 3 of 3) sorted by null

  /external/v8/tools/gyp/pylib/gyp/generator/
ninja.py 209 def __init__(self, hash_for_rules, target_outputs, base_dir, build_dir,
220 self.target_outputs = target_outputs
424 if dep in self.target_outputs:
425 target = self.target_outputs[dep]
    [all...]
make.py 660 target_outputs = {} variable
662 # of target_outputs. E.g. when mybinary depends on liba, we want to
820 target_outputs[qualified_target] = install_path
    [all...]
msvs.py     [all...]

Completed in 614 milliseconds