HomeSort by relevance Sort by last modified time
    Searched refs:subninja (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 23 subninja = open(test.built_file_path('obj/some_target.ninja')).read() variable
24 if '$!product_dir' in subninja:
26 if 'out\\Default' in subninja:
  /external/chromium_org/tools/
isolate_driver.py 42 """Crudely extracts all the subninja and build referenced in ninja_path.
54 subninja = []
82 elif statement == 'subninja':
83 subninja.append(line[9:])
89 for rel_path in subninja:
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 96 def subninja(self, path): member in class:Writer
97 self._line('subninja %s' % path)
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 453 # Write subninja file containing compile and link commands scoped to
456 self.ninja.subninja(self._SubninjaNameForArch(arch))
    [all...]

Completed in 328 milliseconds