Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 545003004: Roll WebRTC 7011:7046 libjingle: 7007:7045 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle_nacl.gyp
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index 03f638318c0ff2ff616b2fe404b048f7c5dc5430..9c474efccd263e24054e22823e021ce2ddb7da37 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -6,6 +6,7 @@
'variables': {
'libjingle_source': "source",
'webrtc_base': "../webrtc/base",
+ 'webrtc_xmllite': "../webrtc/libjingle/xmllite",
},
'includes': [
'../../native_client/build/untrusted.gypi',
@@ -230,6 +231,20 @@
'<(webrtc_base)/winping.h',
'<(webrtc_base)/worker.cc',
'<(webrtc_base)/worker.h',
+ '<(webrtc_xmllite)/qname.cc',
+ '<(webrtc_xmllite)/qname.h',
+ '<(webrtc_xmllite)/xmlbuilder.cc',
+ '<(webrtc_xmllite)/xmlbuilder.h',
+ '<(webrtc_xmllite)/xmlconstants.cc',
+ '<(webrtc_xmllite)/xmlconstants.h',
+ '<(webrtc_xmllite)/xmlelement.cc',
+ '<(webrtc_xmllite)/xmlelement.h',
+ '<(webrtc_xmllite)/xmlnsstack.cc',
+ '<(webrtc_xmllite)/xmlnsstack.h',
+ '<(webrtc_xmllite)/xmlparser.cc',
+ '<(webrtc_xmllite)/xmlparser.h',
+ '<(webrtc_xmllite)/xmlprinter.cc',
+ '<(webrtc_xmllite)/xmlprinter.h',
],
'sources!': [
# Compiled as part of libjingle_p2p_constants_nacl.
@@ -294,6 +309,7 @@
},
'include_dirs': [
'./<(libjingle_source)',
+ '../'
],
'sources': [
'<(libjingle_source)/talk/p2p/base/constants.cc',
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698