Searched refs:rspfile_content (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtoolchain.h60 rspfile.empty() && rspfile_content.empty();
70 std::string rspfile_content; member in struct:Toolchain::Tool
H A Dninja_toolchain_writer.cc79 WRITE_ARG(rspfile_content);
H A Dfunction_toolchain.cc132 !ReadString(block_scope, "rspfile_content", &t.rspfile_content, err))
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py43 rspfile_content=None, deps=None):
58 if rspfile_content:
59 self.variable('rspfile_content', rspfile_content, indent=1)
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py1353 rspfile_content = None
1360 rspfile_content = self.msvs_settings.BuildCygwinBashCommandLine(
1363 rspfile_content = gyp.msvs_emulation.EncodeRspFileList(args)
1375 rspfile=rspfile, rspfile_content=rspfile_content)
1546 rspfile_content='$libs $in_newline $ldflags',
1551 rspfile_content='$libs $in_newline $ldflags',
1563 rspfile_content='$in_newline $libs $ldflags')
1745 rspfile_content='$defines $includes $cflags $cflags_c',
1752 rspfile_content
[all...]

Completed in 147 milliseconds