Index: webrtc/build/common.gypi |
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi |
index 3459a55d09a4997c1ac6745ae0cc562b22f96672..bab0cec97e6943be1fc2e1db7e9c1580d86c114d 100644 |
--- a/webrtc/build/common.gypi |
+++ b/webrtc/build/common.gypi |
@@ -181,6 +181,9 @@ |
# Exclude internal ADM since Chromium uses its own IO handling. |
'include_internal_audio_device%': 0, |
+ # Exclude device management code since Chromium has its own. |
+ 'include_internal_device_management%': 0, |
+ |
# Remove tests for Chromium to avoid slowing down GYP generation. |
'include_tests%': 0, |
'restrict_webrtc_logging%': 1, |
@@ -193,6 +196,7 @@ |
'include_pulse_audio%': 1, |
'include_internal_audio_device%': 1, |
+ 'include_internal_device_management%': 1, |
'include_tests%': 1, |
'restrict_webrtc_logging%': 0, |
}], |