| Index: third_party/libjingle/libjingle_nacl.gyp
|
| diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
|
| index 9c474efccd263e24054e22823e021ce2ddb7da37..3802aef1ee5226159bc352035d6b60cbe3c508da 100644
|
| --- a/third_party/libjingle/libjingle_nacl.gyp
|
| +++ b/third_party/libjingle/libjingle_nacl.gyp
|
| @@ -7,6 +7,7 @@
|
| 'libjingle_source': "source",
|
| 'webrtc_base': "../webrtc/base",
|
| 'webrtc_xmllite': "../webrtc/libjingle/xmllite",
|
| + 'webrtc_p2p': "../webrtc/p2p",
|
| },
|
| 'includes': [
|
| '../../native_client/build/untrusted.gypi',
|
| @@ -248,8 +249,8 @@
|
| ],
|
| 'sources!': [
|
| # Compiled as part of libjingle_p2p_constants_nacl.
|
| - '<(libjingle_source)/talk/p2p/base/constants.cc',
|
| - '<(libjingle_source)/talk/p2p/base/constants.h',
|
| + '<(webrtc_p2p)/base/constants.cc',
|
| + '<(webrtc_p2p)/base/constants.h',
|
| ],
|
| 'sources/': [
|
| ['exclude', '/mac[a-z]+\\.(h|cc)$'],
|
| @@ -312,8 +313,8 @@
|
| '../'
|
| ],
|
| 'sources': [
|
| - '<(libjingle_source)/talk/p2p/base/constants.cc',
|
| - '<(libjingle_source)/talk/p2p/base/constants.h',
|
| + '<(webrtc_p2p)/base/constants.cc',
|
| + '<(webrtc_p2p)/base/constants.h',
|
| ],
|
| }, # end of target 'libjingle_p2p_constants_nacl'
|
| ],
|
|
|