| Index: tools/gn/scope_per_file_provider.h
|
| diff --git a/tools/gn/scope_per_file_provider.h b/tools/gn/scope_per_file_provider.h
|
| index 362ac6abe6a050be7dd1a0f3b1253db567a0a556..1021c276133c80102bfda7e36e2245f12d1ef1bb 100644
|
| --- a/tools/gn/scope_per_file_provider.h
|
| +++ b/tools/gn/scope_per_file_provider.h
|
| @@ -31,14 +31,6 @@ class ScopePerFileProvider : public Scope::ProgrammaticProvider {
|
| const Value* GetTargetGenDir();
|
| const Value* GetTargetOutDir();
|
|
|
| - static std::string GetRootOutputDirWithNoLastSlash(const Settings* settings);
|
| - static std::string GetToolchainOutputDirWithNoLastSlash(
|
| - const Settings* settings);
|
| - static std::string GetToolchainGenDirWithNoLastSlash(
|
| - const Settings* settings);
|
| -
|
| - std::string GetFileDirWithNoLastSlash() const;
|
| -
|
| // All values are lazily created.
|
| scoped_ptr<Value> current_toolchain_;
|
| scoped_ptr<Value> default_toolchain_;
|
|
|