Index: scripts/slave/recipe_modules/chromium/config.py |
diff --git a/scripts/slave/recipe_modules/chromium/config.py b/scripts/slave/recipe_modules/chromium/config.py |
index 1fb22f6258942b31b70770e7ee0fa45ebd98eb19..d467955af49d20f4a69d565d8d0e04789076dd33 100644 |
--- a/scripts/slave/recipe_modules/chromium/config.py |
+++ b/scripts/slave/recipe_modules/chromium/config.py |
@@ -366,12 +366,6 @@ |
c.gyp_env.GYP_DEFINES['proprietary_codecs'] = int(not invert) |
@config_ctx() |
-def openh264(c): |
- ffmpeg_branding(c, branding='Chrome') |
- c.gyp_env.GYP_DEFINES['use_openh264'] = 1 |
- c.gyp_env.GYP_DEFINES['use_third_party_h264'] = 1 |
- |
-@config_ctx() |
def chrome_with_codecs(c): |
ffmpeg_branding(c, branding='Chrome') |
proprietary_codecs(c) |