summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/webrtc/webrtc.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/webrtc.gyp')
-rw-r--r--chromium/third_party/webrtc/webrtc.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/webrtc.gyp b/chromium/third_party/webrtc/webrtc.gyp
index ed101b66246..d50552d9cf0 100644
--- a/chromium/third_party/webrtc/webrtc.gyp
+++ b/chromium/third_party/webrtc/webrtc.gyp
@@ -19,6 +19,8 @@
],
'variables': {
'webrtc_all_dependencies': [
+ 'base/base.gyp:*',
+ 'common.gyp:*',
'common_audio/common_audio.gyp:*',
'common_video/common_video.gyp:*',
'modules/modules.gyp:*',
@@ -39,10 +41,12 @@
'conditions': [
['include_tests==1', {
'dependencies': [
+ 'base/base_tests.gyp:*',
'common_video/common_video_unittests.gyp:*',
'system_wrappers/source/system_wrappers_tests.gyp:*',
'test/metrics.gyp:*',
'test/test.gyp:*',
+ 'test/webrtc_test_common.gyp:webrtc_test_common_unittests',
'tools/tools.gyp:*',
'webrtc_tests',
],
@@ -72,6 +76,7 @@
'<@(webrtc_video_sources)',
],
'dependencies': [
+ 'common.gyp:*',
'<@(webrtc_video_dependencies)',
],
},