-
-
Save arlolra/210ae5b3047ea75d2e4cc88b74b4d76b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp | |
index 377ef8f..a4c930e 100644 | |
--- a/webrtc/api/api.gyp | |
+++ b/webrtc/api/api.gyp | |
@@ -199,6 +199,8 @@ | |
'webrtcsession.h', | |
'webrtcsessiondescriptionfactory.cc', | |
'webrtcsessiondescriptionfactory.h', | |
+ 'test/fakeaudiocapturemodule.cc', | |
+ 'test/fakeaudiocapturemodule.h', | |
], | |
# TODO(kjellander): Make the code compile without disabling these flags. | |
# See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment