Chromium Code Reviews| Index: webrtc/build/common.gypi |
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
| index be1451d64326278c22af993957f660400d232a0f..09c907ceefe917d7fc4046b721cef56956570cc6 100644 |
| --- a/webrtc/build/common.gypi |
| +++ b/webrtc/build/common.gypi |
| @@ -42,6 +42,9 @@ |
| '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)', |
| @@ -98,8 +101,7 @@ |
| # Disable by default |
| 'have_dbus_glib%': 0, |
| - # Enable to use the Mozilla internal settings. |
| - 'build_with_mozilla%': 0, |
| + 'build_with_mozilla%': '<(build_with_mozilla)', |
|
kjellander_webrtc
2015/09/22 11:01:28
move this to line 51.
kwiberg-webrtc
2015/09/22 12:05:14
Done.
|
| # Make it possible to provide custom locations for some libraries. |
| 'libvpx_dir%': '<(DEPTH)/third_party/libvpx', |