| Index: mojo/tools/mopy/gn_unittest.py
|
| diff --git a/mojo/tools/mopy/gn_unittest.py b/mojo/tools/mopy/gn_unittest.py
|
| index 7f071600b10c65fb9e734688ca4e8f9893d8f83d..25bcaa481d38cc2b343f1183b79fca83fdd4bb82 100644
|
| --- a/mojo/tools/mopy/gn_unittest.py
|
| +++ b/mojo/tools/mopy/gn_unittest.py
|
| @@ -54,12 +54,9 @@ class GTestListTestsTest(unittest.TestCase):
|
| "mojo_use_nacl": [False, True],
|
| "mojo_use_go": [False],
|
| "dcheck_always_on": [False, True],
|
| - "ffmpeg_branding": ["ChromeOS"],
|
| }
|
|
|
| for args in _iterate_over_config(configs_to_test):
|
| - if args.get("target_os") == "android" and args["ffmpeg_branding"]:
|
| - continue
|
| config = gn.ConfigForGNArgs(args)
|
| new_args = gn.GNArgsForConfig(config)
|
| self.assertDictEqual(args, new_args)
|
|
|