Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 7b17d43662b8e756403fc24ab6027f6224b09bea..9f0c6d03df80022d487b8164b3412ad595dd9eaa 100644 |
--- a/webrtc/build/common.gypi |
+++ b/webrtc/build/common.gypi |
@@ -42,9 +42,13 @@ |
'webrtc_vp9_dir%': '<(webrtc_root)/modules/video_coding/codecs/vp9', |
'include_opus%': 1, |
'opus_dir%': '<(DEPTH)/third_party/opus', |
+ |
+ # Enable to use the Mozilla internal settings. |
+ 'build_with_mozilla%': 0, |
}, |
'build_with_chromium%': '<(build_with_chromium)', |
'build_with_libjingle%': '<(build_with_libjingle)', |
+ 'build_with_mozilla%': '<(build_with_mozilla)', |
'webrtc_root%': '<(webrtc_root)', |
'apk_tests_path%': '<(apk_tests_path)', |
'modules_java_gyp_path%': '<(modules_java_gyp_path)', |
@@ -98,9 +102,6 @@ |
# Disable by default |
'have_dbus_glib%': 0, |
- # Enable to use the Mozilla internal settings. |
- 'build_with_mozilla%': 0, |
- |
# Make it possible to provide custom locations for some libraries. |
'libvpx_dir%': '<(DEPTH)/third_party/libvpx_new', |
'libyuv_dir%': '<(DEPTH)/third_party/libyuv', |