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

  /external/skia/gn/
gypi_to_gn.py 7 """Converts a given gypi file to a python scope and writes the result to stdout.
42 Say your_file.gypi looked like this:
50 [ rebase_path("your_file.gypi") ],
52 [ "your_file.gypi" ])
55 - The rebase_path call converts the gypi file from being relative to the
72 Sometimes your .gypi file will include paths relative to a different
76 "//path/gypi/input/values/are/relative/to")
81 .gypi files are written with or without this, depending on how they expect to
90 [ rebase_path("your_file.gypi"),
93 [ "your_file.gypi" ])
    [all...]
  /external/libbrillo/
platform2_preinstall.sh 13 # 'libbrillo-<(libbase_ver)' target in libbrillo.gypi and convert them
25 }" libbrillo.gypi))
  /external/v8/
Makefile 265 GYPFILES = third_party/icu/icu.gypi third_party/icu/icu.gyp \
266 gypfiles/shim_headers.gypi gypfiles/features.gypi \
267 gypfiles/standalone.gypi \
268 gypfiles/toolchain.gypi gypfiles/all.gyp gypfiles/mac/asan.gyp \
436 -Igypfiles/standalone.gypi --depth=. \
449 -Igypfiles/standalone.gypi --depth=. -S.native $(GYPFLAGS)
  /external/boringssl/src/util/
generate_build_files.py 411 with open('boringssl.gypi', 'w+') as gypi:
412 gypi.write(self.header + '{\n \'variables\': {\n')
414 self.PrintVariableSection(gypi, 'boringssl_ssl_sources',
417 self.PrintVariableSection(gypi, 'boringssl_crypto_sources',
422 self.PrintVariableSection(gypi, 'boringssl_%s_%s_sources' %
425 gypi.write(' }\n}\n')

Completed in 349 milliseconds