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

Unified Diff: mojo/tools/mopy/gn_unittest.py

Issue 2003813002: Dart: Rolls runtime forward. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix test Created 4 years, 7 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/mopy/gn.py ('k') | mojo/tools/mopy/paths.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mopy/gn_unittest.py
diff --git a/mojo/tools/mopy/gn_unittest.py b/mojo/tools/mopy/gn_unittest.py
index 25bcaa481d38cc2b343f1183b79fca83fdd4bb82..3875ad4dbccd4b491b76bf5c54cd975f13e0bad2 100644
--- a/mojo/tools/mopy/gn_unittest.py
+++ b/mojo/tools/mopy/gn_unittest.py
@@ -28,6 +28,7 @@ class GTestListTestsTest(unittest.TestCase):
"use_nacl": [False, True],
"mojo_use_go": [False],
"dcheck_always_on": [False, True],
+ "boringssl_path": [""],
}
if sys.platform == "darwin":
configs_to_test["target_os"].remove("linux")
@@ -54,6 +55,7 @@ class GTestListTestsTest(unittest.TestCase):
"mojo_use_nacl": [False, True],
"mojo_use_go": [False],
"dcheck_always_on": [False, True],
+ "dart_boringssl_path": [""],
}
for args in _iterate_over_config(configs_to_test):
« no previous file with comments | « mojo/tools/mopy/gn.py ('k') | mojo/tools/mopy/paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698