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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 452923005: Add PepperAddressResolver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « remoting/client/plugin/pepper_port_allocator.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'client/plugin/chromoting_instance.cc', 231 'client/plugin/chromoting_instance.cc',
232 'client/plugin/chromoting_instance.h', 232 'client/plugin/chromoting_instance.h',
233 'client/plugin/delegating_signal_strategy.cc', 233 'client/plugin/delegating_signal_strategy.cc',
234 'client/plugin/delegating_signal_strategy.h', 234 'client/plugin/delegating_signal_strategy.h',
235 'client/plugin/media_source_video_renderer.cc', 235 'client/plugin/media_source_video_renderer.cc',
236 'client/plugin/media_source_video_renderer.h', 236 'client/plugin/media_source_video_renderer.h',
237 'client/plugin/normalizing_input_filter_cros.cc', 237 'client/plugin/normalizing_input_filter_cros.cc',
238 'client/plugin/normalizing_input_filter_cros.h', 238 'client/plugin/normalizing_input_filter_cros.h',
239 'client/plugin/normalizing_input_filter_mac.cc', 239 'client/plugin/normalizing_input_filter_mac.cc',
240 'client/plugin/normalizing_input_filter_mac.h', 240 'client/plugin/normalizing_input_filter_mac.h',
241 'client/plugin/pepper_address_resolver.cc',
242 'client/plugin/pepper_address_resolver.h',
241 'client/plugin/pepper_audio_player.cc', 243 'client/plugin/pepper_audio_player.cc',
242 'client/plugin/pepper_audio_player.h', 244 'client/plugin/pepper_audio_player.h',
243 'client/plugin/pepper_input_handler.cc', 245 'client/plugin/pepper_input_handler.cc',
244 'client/plugin/pepper_input_handler.h', 246 'client/plugin/pepper_input_handler.h',
245 'client/plugin/pepper_network_manager.cc', 247 'client/plugin/pepper_network_manager.cc',
246 'client/plugin/pepper_network_manager.h', 248 'client/plugin/pepper_network_manager.h',
247 'client/plugin/pepper_packet_socket_factory.cc', 249 'client/plugin/pepper_packet_socket_factory.cc',
248 'client/plugin/pepper_packet_socket_factory.h', 250 'client/plugin/pepper_packet_socket_factory.h',
249 'client/plugin/pepper_plugin_thread_delegate.cc', 251 'client/plugin/pepper_plugin_thread_delegate.cc',
250 'client/plugin/pepper_plugin_thread_delegate.h', 252 'client/plugin/pepper_plugin_thread_delegate.h',
251 'client/plugin/pepper_port_allocator.cc', 253 'client/plugin/pepper_port_allocator.cc',
252 'client/plugin/pepper_port_allocator.h', 254 'client/plugin/pepper_port_allocator.h',
253 'client/plugin/pepper_util.cc', 255 'client/plugin/pepper_util.cc',
254 'client/plugin/pepper_util.h', 256 'client/plugin/pepper_util.h',
255 'client/plugin/pepper_view.cc', 257 'client/plugin/pepper_view.cc',
256 'client/plugin/pepper_view.h', 258 'client/plugin/pepper_view.h',
257 ], 259 ],
258 } 260 }
259 } 261 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/pepper_port_allocator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698