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

Side by Side 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: comments addressed 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 ], 169 ],
170 'sources': [ 170 'sources': [
171 'host/plugin/host_plugin.cc', 171 'host/plugin/host_plugin.cc',
172 'host/plugin/host_plugin.def', 172 'host/plugin/host_plugin.def',
173 'host/plugin/host_plugin.rc', 173 'host/plugin/host_plugin.rc',
174 'host/plugin/host_plugin_resource.h', 174 'host/plugin/host_plugin_resource.h',
175 'host/plugin/host_plugin_utils.cc', 175 'host/plugin/host_plugin_utils.cc',
176 'host/plugin/host_plugin_utils.h', 176 'host/plugin/host_plugin_utils.h',
177 'host/plugin/host_script_object.cc', 177 'host/plugin/host_script_object.cc',
178 'host/plugin/host_script_object.h', 178 'host/plugin/host_script_object.h',
179 '../content/common/json_value_serializer.cc',
180 '../content/common/json_value_serializer.h',
Wez 2011/08/11 20:00:27 Ick. Do these need a comment akin to the one in D
awong 2011/08/11 23:54:54 Good point. added.
181 'host/plugin/policy_hack/nat_policy.h',
182 'host/plugin/policy_hack/nat_policy_linux.cc',
183 'host/plugin/policy_hack/nat_policy_mac.cc',
184 'host/plugin/policy_hack/nat_policy_win.cc',
179 ], 185 ],
180 'conditions': [ 186 'conditions': [
181 ['OS=="mac"', { 187 ['OS=="mac"', {
182 'mac_bundle': 1, 188 'mac_bundle': 1,
183 'xcode_settings': { 189 'xcode_settings': {
184 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)', 190 'CHROMIUM_BUNDLE_ID': '<(mac_bundle_id)',
185 'INFOPLIST_FILE': 'host/plugin/host_plugin-Info.plist', 191 'INFOPLIST_FILE': 'host/plugin/host_plugin-Info.plist',
186 'INFOPLIST_PREPROCESS': 'YES', 192 'INFOPLIST_PREPROCESS': 'YES',
187 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'HOST_PLUGIN_MIME_TYPE=<(host_ plugin_mime_type)', 193 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'HOST_PLUGIN_MIME_TYPE=<(host_ plugin_mime_type)',
188 'WRAPPER_EXTENSION': '<(plugin_extension)', 194 'WRAPPER_EXTENSION': '<(plugin_extension)',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 ['target_arch=="arm"', { 833 ['target_arch=="arm"', {
828 'sources!': [ 834 'sources!': [
829 'base/decoder_vp8_unittest.cc', 835 'base/decoder_vp8_unittest.cc',
830 'base/encoder_vp8_unittest.cc', 836 'base/encoder_vp8_unittest.cc',
831 ], 837 ],
832 }], 838 }],
833 ], # end of 'conditions' 839 ], # end of 'conditions'
834 }, # end of target 'remoting_unittests' 840 }, # end of target 'remoting_unittests'
835 ], # end of targets 841 ], # end of targets
836 } 842 }
OLDNEW
« 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