| Index: webrtc/BUILD.gn
|
| diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
|
| index e2eeb7f96ea3ddbf809ccb5ee56494a11dc3c3d9..33b563e1cd876c96fa069186de4c54ac5d092150 100644
|
| --- a/webrtc/BUILD.gn
|
| +++ b/webrtc/BUILD.gn
|
| @@ -104,6 +104,10 @@ config("common_config") {
|
| defines += [ "WEBRTC_RESTRICT_LOGGING" ]
|
| }
|
|
|
| + if (rtc_include_internal_audio_device) {
|
| + defines += [ "WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE" ]
|
| + }
|
| +
|
| if (rtc_have_dbus_glib) {
|
| defines += [ "HAVE_DBUS_GLIB" ]
|
|
|
| @@ -567,7 +571,7 @@ if (rtc_include_tests) {
|
|
|
| deps = [
|
| "base:rtc_base",
|
| - "base:rtc_base_test_utils",
|
| + "base:rtc_base_tests_utils",
|
| "base:rtc_task_queue",
|
| "p2p:libstunprober",
|
| "p2p:rtc_p2p",
|
|
|