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

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: Merge with Sergey's MessageLoopProxy change 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
« no previous file with comments | « remoting/jingle_glue/jingle_info_request.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 6b3227bce45d74db1534b4e3f656925968f528d9..17759f11516c0def6f3e6627f019e8c17583c7b6 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -169,6 +169,11 @@
'../third_party/npapi/npapi.gyp:npapi',
],
'sources': [
+ # Hack for NPAPI policy support. REMOVE ASAP.
+ # Bug: http://crbug.com/92576
+ '../content/common/json_value_serializer.cc',
+ '../content/common/json_value_serializer.h',
+
'host/plugin/host_plugin.cc',
'host/plugin/host_plugin.def',
'host/plugin/host_plugin.rc',
@@ -177,6 +182,10 @@
'host/plugin/host_plugin_utils.h',
'host/plugin/host_script_object.cc',
'host/plugin/host_script_object.h',
+ 'host/plugin/policy_hack/nat_policy.h',
+ 'host/plugin/policy_hack/nat_policy_linux.cc',
+ 'host/plugin/policy_hack/nat_policy_mac.mm',
+ 'host/plugin/policy_hack/nat_policy_win.cc',
],
'conditions': [
['OS=="mac"', {
« no previous file with comments | « 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