Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: webrtc/media/media.gyp

Issue 1844843003: Add mock AudioDeviceModule. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@wvoe_adm_in_ctor
Patch Set: rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 6ef0d7615111b72b753ff093ba39472436b967d6..9994cfc2b32820d7320aa685e885afbcf5913598 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -203,13 +203,14 @@
'target_name': 'rtc_unittest_main',
'type': 'static_library',
'dependencies': [
+ '<(DEPTH)/testing/gmock.gyp:gmock',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
],
'direct_dependent_settings': {
'include_dirs': [
'<(libyuv_dir)/include',
- '<(DEPTH)/testing/gtest/include',
- '<(DEPTH)/testing/gtest',
+ '<(DEPTH)/testing/gmock/include',
],
},
'conditions': [
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/modules/audio_device/include/mock_audio_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698