Searched refs:gyp_dir (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/ots/ |
D | gyp_ots | 15 gyp_dir = os.path.join('third_party', 'gyp') 16 if not os.path.exists(gyp_dir): 17 retcode = subprocess.call(['svn', 'checkout', _GYP_FETCH_URL, gyp_dir]) 21 sys.path.insert(0, os.path.abspath(os.path.join(gyp_dir, 'pylib')))
|
/external/chromium_org/tools/gn/ |
D | gyp_target_writer.cc | 23 const SourceDir& gyp_dir, in GypTargetWriter() argument 28 gyp_dir_(gyp_dir), in GypTargetWriter() 31 path_output_(gyp_dir, ESCAPE_JSON, false) { in GypTargetWriter()
|
D | gyp_script_target_writer.cc | 20 const SourceDir& gyp_dir, in GypScriptTargetWriter() argument 23 gyp_dir, out) { in GypScriptTargetWriter()
|
D | gyp_script_target_writer.h | 17 const SourceDir& gyp_dir,
|
D | gyp_target_writer.h | 49 const SourceDir& gyp_dir,
|
D | gyp_binary_target_writer.h | 22 const SourceDir& gyp_dir,
|
D | gyp_binary_target_writer.cc | 91 const SourceDir& gyp_dir, in GypBinaryTargetWriter() argument 94 gyp_dir, out), in GypBinaryTargetWriter()
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | msvs.py | 1426 spec, options, gyp_dir, sources, excluded_sources, list_excluded): argument 1708 gyp_dir = os.path.dirname(gyp_file) 1709 path_dict = _GetPathDict(root, gyp_dir)
|