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

Unified Diff: mojo/tools/mopy/gn.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 | « no previous file | mojo/tools/mopy/gn_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/mopy/gn.py
diff --git a/mojo/tools/mopy/gn.py b/mojo/tools/mopy/gn.py
index b2e1fa852218a2a29b22dcef4dcf7a890eb4ffcc..deb29bc984ad376ea10638f13bd1a9dbb0291bab 100644
--- a/mojo/tools/mopy/gn.py
+++ b/mojo/tools/mopy/gn.py
@@ -54,9 +54,6 @@ def GNArgsForConfig(config):
gn_args["is_official_build"] = bool(config.is_official_build)
gn_args["is_asan"] = config.sanitizer == Config.SANITIZER_ASAN
- if config.target_os != Config.OS_ANDROID:
- gn_args["ffmpeg_branding"] = "ChromeOS"
-
if config.is_clang is not None:
gn_args["is_clang"] = bool(config.is_clang)
else:
« no previous file with comments | « no previous file | mojo/tools/mopy/gn_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698