summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/angle/samples/angle/sample_util/path_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/angle/samples/angle/sample_util/path_utils.h')
-rw-r--r--chromium/third_party/angle/samples/angle/sample_util/path_utils.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/third_party/angle/samples/angle/sample_util/path_utils.h b/chromium/third_party/angle/samples/angle/sample_util/path_utils.h
new file mode 100644
index 00000000000..430abfadf93
--- /dev/null
+++ b/chromium/third_party/angle/samples/angle/sample_util/path_utils.h
@@ -0,0 +1,15 @@
+//
+// Copyright (c) 2014 The ANGLE Project Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+
+#ifndef SAMPLE_UTIL_PATH_UTILS_H
+#define SAMPLE_UTIL_PATH_UTILS_H
+
+#include <string>
+
+std::string GetExecutablePath();
+std::string GetExecutableDirectory();
+
+#endif // SAMPLE_UTIL_PATH_UTILS_H