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

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

Issue 1521023002: Remove use_aura build arg. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years 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 338f095c19d58343f2214b4ec38e7a478c4bdf5a..8a440ea2a61f6a8159cbf2e238545f0f09dc5047 100644
--- a/mojo/tools/mopy/gn_unittest.py
+++ b/mojo/tools/mopy/gn_unittest.py
@@ -57,8 +57,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
config = gn.ConfigForGNArgs(args)
new_args = gn.GNArgsForConfig(config)
self.assertDictEqual(args, new_args)

Powered by Google App Engine
This is Rietveld 408576698