Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 5caa6cc10c84d8d0206ba667606b1ad3dd7dfbf1..f9fa40c257fdc14933d9e608cd2f3891494111b6 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', |
'libyuv_dir%': '<(DEPTH)/third_party/libyuv', |