Index: webrtc/webrtc.gyp |
diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp |
index 029962385069afb2c0f796c2d4699b20eacf9c48..15503cbe7005d3f9cc88b62e2d845602944a554f 100644 |
--- a/webrtc/webrtc.gyp |
+++ b/webrtc/webrtc.gyp |
@@ -89,6 +89,14 @@ |
'webrtc_tests', |
], |
}], |
+ ['OS=="ios"', { |
+ 'dependencies': [ |
+ # TODO(tkchin): Move this target to webrtc_all_dependencies once it |
+ # has more than iOS specific targets. |
+ # TODO(tkchin): Figure out where to add this in BUILD.gn. |
+ 'api/api.gyp:*', |
+ ], |
+ }], |
], |
}, |
{ |