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

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

Issue 1924843002: Motown: Remove ffmpeg_branding arg to fix fnl build. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove bogus BUILDCONFIG.gn change. Created 4 years, 8 months 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
« no previous file with comments | « mojo/tools/mopy/gn.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « mojo/tools/mopy/gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698