Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1667)

Unified Diff: mojo/public/tools/mopy/paths.py

Issue 878933003: Move the apptest runner and parts of mopy to the public SDK. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/public/tools/mopy/gtest_list_tests_unittest.py ('k') | mojo/public/tools/mopy/print_process_error.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/tools/mopy/paths.py
diff --git a/mojo/tools/mopy/paths.py b/mojo/public/tools/mopy/paths.py
similarity index 97%
rename from mojo/tools/mopy/paths.py
rename to mojo/public/tools/mopy/paths.py
index bade8c07f2e28a9eaf532eac68a4ce167d025b86..540a27ef4be69a2e02ee2ece06318e590015d9eb 100644
--- a/mojo/tools/mopy/paths.py
+++ b/mojo/public/tools/mopy/paths.py
@@ -14,7 +14,7 @@ class Paths(object):
"""Specify either a config or a build_dir to generate paths to binary
artifacts."""
self.src_root = os.path.abspath(os.path.join(__file__,
- os.pardir, os.pardir, os.pardir, os.pardir))
+ os.pardir, os.pardir, os.pardir, os.pardir, os.pardir))
self.mojo_dir = os.path.join(self.src_root, "mojo")
if config:
« no previous file with comments | « mojo/public/tools/mopy/gtest_list_tests_unittest.py ('k') | mojo/public/tools/mopy/print_process_error.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698