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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 804663002: Remove MediaSource renderer from the remoting client plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « remoting/client/plugin/media_source_video_renderer.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/video_renderer.h', 231 'client/video_renderer.h',
232 ], 232 ],
233 233
234 'remoting_client_plugin_sources': [ 234 'remoting_client_plugin_sources': [
235 'client/plugin/chromoting_instance.cc', 235 'client/plugin/chromoting_instance.cc',
236 'client/plugin/chromoting_instance.h', 236 'client/plugin/chromoting_instance.h',
237 'client/plugin/delegating_signal_strategy.cc', 237 'client/plugin/delegating_signal_strategy.cc',
238 'client/plugin/delegating_signal_strategy.h', 238 'client/plugin/delegating_signal_strategy.h',
239 'client/plugin/empty_cursor_filter.cc', 239 'client/plugin/empty_cursor_filter.cc',
240 'client/plugin/empty_cursor_filter.h', 240 'client/plugin/empty_cursor_filter.h',
241 'client/plugin/media_source_video_renderer.cc',
242 'client/plugin/media_source_video_renderer.h',
243 'client/plugin/normalizing_input_filter_cros.cc', 241 'client/plugin/normalizing_input_filter_cros.cc',
244 'client/plugin/normalizing_input_filter_cros.h', 242 'client/plugin/normalizing_input_filter_cros.h',
245 'client/plugin/normalizing_input_filter_mac.cc', 243 'client/plugin/normalizing_input_filter_mac.cc',
246 'client/plugin/normalizing_input_filter_mac.h', 244 'client/plugin/normalizing_input_filter_mac.h',
247 'client/plugin/pepper_address_resolver.cc', 245 'client/plugin/pepper_address_resolver.cc',
248 'client/plugin/pepper_address_resolver.h', 246 'client/plugin/pepper_address_resolver.h',
249 'client/plugin/pepper_audio_player.cc', 247 'client/plugin/pepper_audio_player.cc',
250 'client/plugin/pepper_audio_player.h', 248 'client/plugin/pepper_audio_player.h',
251 'client/plugin/pepper_cursor_setter.cc', 249 'client/plugin/pepper_cursor_setter.cc',
252 'client/plugin/pepper_cursor_setter.h', 250 'client/plugin/pepper_cursor_setter.h',
253 'client/plugin/pepper_input_handler.cc', 251 'client/plugin/pepper_input_handler.cc',
254 'client/plugin/pepper_input_handler.h', 252 'client/plugin/pepper_input_handler.h',
255 'client/plugin/pepper_mouse_locker.cc', 253 'client/plugin/pepper_mouse_locker.cc',
256 'client/plugin/pepper_mouse_locker.h', 254 'client/plugin/pepper_mouse_locker.h',
257 'client/plugin/pepper_network_manager.cc', 255 'client/plugin/pepper_network_manager.cc',
258 'client/plugin/pepper_network_manager.h', 256 'client/plugin/pepper_network_manager.h',
259 'client/plugin/pepper_packet_socket_factory.cc', 257 'client/plugin/pepper_packet_socket_factory.cc',
260 'client/plugin/pepper_packet_socket_factory.h', 258 'client/plugin/pepper_packet_socket_factory.h',
261 'client/plugin/pepper_plugin_thread_delegate.cc', 259 'client/plugin/pepper_plugin_thread_delegate.cc',
262 'client/plugin/pepper_plugin_thread_delegate.h', 260 'client/plugin/pepper_plugin_thread_delegate.h',
263 'client/plugin/pepper_port_allocator.cc', 261 'client/plugin/pepper_port_allocator.cc',
264 'client/plugin/pepper_port_allocator.h', 262 'client/plugin/pepper_port_allocator.h',
265 'client/plugin/pepper_util.cc', 263 'client/plugin/pepper_util.cc',
266 'client/plugin/pepper_util.h', 264 'client/plugin/pepper_util.h',
267 'client/plugin/pepper_view.cc', 265 'client/plugin/pepper_view.cc',
268 'client/plugin/pepper_view.h', 266 'client/plugin/pepper_view.h',
269 ], 267 ],
270 } 268 }
271 } 269 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/media_source_video_renderer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698