Index: all.gyp |
diff --git a/all.gyp b/all.gyp |
index da54e724d417688c46094fe655116cc6e87e1507..be267fbff545c7cafd1edff50340ee7d2c3babb8 100644 |
--- a/all.gyp |
+++ b/all.gyp |
@@ -63,18 +63,6 @@ |
'webrtc/sdk/sdk.gyp:*', |
], |
}], |
- ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
- 'dependencies': [ |
- 'talk/app/webrtc/legacy_objc_api.gyp:*', |
- ], |
- 'conditions': [ |
- ['include_tests==1', { |
- 'dependencies': [ |
- 'talk/app/webrtc/legacy_objc_api_tests.gyp:*', |
- ], |
- }], |
- ], |
- }], |
], |
}, |
], |