Skip to content

Instantly share code, notes, and snippets.

@arlolra
Created November 14, 2016 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arlolra/210ae5b3047ea75d2e4cc88b74b4d76b to your computer and use it in GitHub Desktop.
Save arlolra/210ae5b3047ea75d2e4cc88b74b4d76b to your computer and use it in GitHub Desktop.
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