| Index: webrtc/webrtc_examples.gyp
|
| diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
|
| index fd39b0304c083e6f7a12129978629b1ab08c9881..51cd7929d5d922f632bdf7ea429a50e028234257 100755
|
| --- a/webrtc/webrtc_examples.gyp
|
| +++ b/webrtc/webrtc_examples.gyp
|
| @@ -78,7 +78,7 @@
|
| 'examples/peerconnection/client/peer_connection_client.h',
|
| ],
|
| 'dependencies': [
|
| - '../talk/libjingle.gyp:libjingle_peerconnection',
|
| + 'api/api.gyp:libjingle_peerconnection',
|
| '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_default',
|
| ],
|
| 'conditions': [
|
| @@ -364,7 +364,7 @@
|
| 'target_name': 'AppRTCDemo',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - '../talk/libjingle.gyp:libjingle_peerconnection_java',
|
| + 'api/api.gyp:libjingle_peerconnection_java',
|
| ],
|
| 'variables': {
|
| 'apk_name': 'AppRTCDemo',
|
|
|