aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/launcher/launcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/launcher/launcher.h')
-rw-r--r--src/tools/launcher/launcher.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tools/launcher/launcher.h b/src/tools/launcher/launcher.h
index 088bd5d740..4dca6e000d 100644
--- a/src/tools/launcher/launcher.h
+++ b/src/tools/launcher/launcher.h
@@ -82,9 +82,12 @@ class BinaryLauncherBase {
// A map to store all the launch information.
const LaunchDataParser::LaunchInfo& launch_info;
- // Absolute path to the runfiles manifest file.
+ // Absolute path to the runfiles manifest file, if one exists.
const std::string manifest_file;
+ // Path to the runfiles directory, if one exists.
+ const std::string runfiles_dir;
+
// The commandline arguments recieved.
// The first argument is the path of this launcher itself.
std::vector<std::string> commandline_arguments;
@@ -111,7 +114,7 @@ class BinaryLauncherBase {
void CreateCommandLine(CmdLine* result, const std::string& executable,
const std::vector<std::string>& arguments) const;
- // Find manifest file of the binary
+ // Find manifest file of the binary.
//
// Expect the manifest file to be at
// 1. <path>/<to>/<binary>/<target_name>.runfiles/MANIFEST