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

Unified Diff: mojo/tools/mojob.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/tools/mojo_demo.py ('k') | mojo/tools/mopy/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mojob.py
diff --git a/mojo/tools/mojob.py b/mojo/tools/mojob.py
index 4422cd74b77f9b3353ef1f0b5ee6ea39eaa1e662..2c632b342e7acfe3b246aa12ed0bd440faf5180d 100755
--- a/mojo/tools/mojob.py
+++ b/mojo/tools/mojob.py
@@ -13,11 +13,13 @@ import re
import subprocess
import sys
-from get_test_list import GetTestList
+import add_sdk_tools_to_path
from mopy.config import Config
from mopy.paths import Paths
from mopy.gn import GNArgsForConfig, ParseGNConfig, CommandLineForGNArgs
+from get_test_list import GetTestList
+
def _args_to_config(args):
# Default to host OS.
« no previous file with comments | « mojo/tools/mojo_demo.py ('k') | mojo/tools/mopy/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698