Searched refs:python_path_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/tools/gn/
H A Dbuild_settings.h48 base::FilePath python_path() const { return python_path_; }
49 void set_python_path(const base::FilePath& p) { python_path_ = p; }
98 base::FilePath python_path_; member in class:BuildSettings
H A Dscope_per_file_provider.cc65 if (!python_path_) {
66 python_path_.reset(new Value(NULL,
69 return python_path_.get();
H A Dbuild_settings.cc17 python_path_(other.python_path_),
H A Dscope_per_file_provider.h42 scoped_ptr<Value> python_path_; member in class:ScopePerFileProvider

Completed in 734 milliseconds