Home | History | Annotate | Download | only in gn

Lines Matching refs:Setup

5 #include "tools/gn/setup.h"
46 " same as a buildfile, but with very limited build setup-specific\n"
209 // Setup -----------------------------------------------------------------------
211 Setup::Setup()
225 Setup::~Setup() {
228 bool Setup::DoSetup(const std::string& build_dir, bool force_create) {
258 bool Setup::Run() {
265 Scheduler* Setup::GetScheduler() {
269 SourceFile Setup::GetBuildArgFile() const {
273 bool Setup::FillArguments(const CommandLine& cmdline) {
287 bool Setup::FillArgsFromCommandLine(const std::string& args) {
294 bool Setup::FillArgsFromFile() {
321 bool Setup::FillArgsFromArgsInputFile() {
351 bool Setup::SaveArgsToFile() {
391 bool Setup::FillSourceDir(const CommandLine& cmdline) {
444 bool Setup::FillBuildDir(const std::string& build_dir, bool require_exists) {
476 void Setup::FillPythonPath() {
500 bool Setup::RunConfigFile() {
534 bool Setup::FillOtherConfig(const CommandLine& cmdline) {
588 DependentSetup::DependentSetup(Setup* derive_from)