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

Unified Diff: mojo/tools/check_mojom_golden_files.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/apptest_runner.py ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/check_mojom_golden_files.py
diff --git a/mojo/tools/check_mojom_golden_files.py b/mojo/tools/check_mojom_golden_files.py
index ae80cebd61e1de2bc74b0850d21c89fbe3b077b2..014b4574f85bf7b0496752ccc36ab8b4948e7da5 100755
--- a/mojo/tools/check_mojom_golden_files.py
+++ b/mojo/tools/check_mojom_golden_files.py
@@ -9,12 +9,14 @@ import sys
from filecmp import dircmp
from shutil import rmtree
from tempfile import mkdtemp
+
+import add_sdk_tools_to_path
from mopy.paths import Paths
paths = Paths()
-
sys.path.insert(0, os.path.join(paths.mojo_dir, "public", "tools", "bindings",
"pylib"))
+
from mojom_tests.support.find_files import FindFiles
from mojom_tests.support.run_bindings_generator import RunBindingsGenerator
« no previous file with comments | « mojo/tools/apptest_runner.py ('k') | mojo/tools/get_test_list.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698