Index: webrtc/webrtc.gyp |
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
index 029962385069afb2c0f796c2d4699b20eacf9c48..469be94b10a4d42eaa818a3368f6862e019bd2c6 100644 |
--- a/webrtc/webrtc.gyp |
+++ b/webrtc/webrtc.gyp |
@@ -55,6 +55,7 @@ |
], |
'variables': { |
'webrtc_all_dependencies': [ |
+ 'api/api.gyp:*', |
'base/base.gyp:*', |
'sound/sound.gyp:*', |
'common.gyp:*', |
@@ -80,6 +81,7 @@ |
'conditions': [ |
['include_tests==1', { |
'dependencies': [ |
+ 'api/api_tests.gyp:*', |
'common_video/common_video_unittests.gyp:*', |
'rtc_unittests', |
'system_wrappers/system_wrappers_tests.gyp:*', |