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