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): |