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

Unified Diff: remoting/remoting.gyp

Issue 7599017: Framework to allow Chromoting host to respect NAT traversal policy in linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small tweaks Created 9 years, 4 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 325313ba40406b33cad3b77b44bdac39df87e59f..3151407d3e388d34627f67557a6c972e17bc6e4b 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -176,6 +176,12 @@
'host/plugin/host_plugin_utils.h',
'host/plugin/host_script_object.cc',
'host/plugin/host_script_object.h',
+ '../content/common/json_value_serializer.cc',
+ '../content/common/json_value_serializer.h',
+ 'host/plugin/policy_hack/nat_policy.h',
+ 'host/plugin/policy_hack/nat_policy_linux.cc',
+ 'host/plugin/policy_hack/nat_policy_mac.cc',
+ 'host/plugin/policy_hack/nat_policy_win.cc',
],
'conditions': [
['OS=="mac"', {
« remoting/jingle_glue/jingle_info_request.cc ('K') | « remoting/jingle_glue/jingle_info_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698