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

Unified Diff: jingle/jingle_nacl.gyp

Issue 234023003: Build remoting for PNaCl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update net.gypi Created 6 years, 7 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 | « no previous file | net/net.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/jingle_nacl.gyp
diff --git a/jingle/jingle_nacl.gyp b/jingle/jingle_nacl.gyp
index 13f9ff148b39f92c7fd7aef49f83bc64c81004a6..d622fbed50216ef0d5b9756b27c32cd63a24490f 100644
--- a/jingle/jingle_nacl.gyp
+++ b/jingle/jingle_nacl.gyp
@@ -24,6 +24,11 @@
'sources': [
'<@(jingle_glue_sources)',
],
+ 'sources!': [
+ 'glue/chrome_async_socket.cc',
+ 'glue/proxy_resolving_client_socket.cc',
+ 'glue/xmpp_client_socket_factory.cc',
+ ],
'dependencies': [
'../base/base_nacl.gyp:base_nacl',
'../native_client/tools.gyp:prep_toolchain',
« no previous file with comments | « no previous file | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698