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

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

Issue 1442523002: Get rid of the use_glib gn variable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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
Index: mojo/tools/mopy/gn_unittest.py
diff --git a/mojo/tools/mopy/gn_unittest.py b/mojo/tools/mopy/gn_unittest.py
index 8df47d3256c61871b2e1b0e72268a8f378ffdd0a..338f095c19d58343f2214b4ec38e7a478c4bdf5a 100644
--- a/mojo/tools/mopy/gn_unittest.py
+++ b/mojo/tools/mopy/gn_unittest.py
@@ -59,7 +59,6 @@ class GTestListTestsTest(unittest.TestCase):
for args in _iterate_over_config(configs_to_test):
if args.get("target_os", None) is None and sys.platform[:5] == "linux":
args["use_aura"] = False
- args["use_glib"] = False
config = gn.ConfigForGNArgs(args)
new_args = gn.GNArgsForConfig(config)
self.assertDictEqual(args, new_args)

Powered by Google App Engine
This is Rietveld 408576698