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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 292103004: Enable keyboard filters in PNaCl client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/remoting_nacl.gyp ('k') | remoting/webapp/client_plugin.js » ('j') | 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'client/video_renderer.h', 219 'client/video_renderer.h',
220 ], 220 ],
221 221
222 'remoting_client_plugin_sources': [ 222 'remoting_client_plugin_sources': [
223 'client/plugin/chromoting_instance.cc', 223 'client/plugin/chromoting_instance.cc',
224 'client/plugin/chromoting_instance.h', 224 'client/plugin/chromoting_instance.h',
225 'client/plugin/delegating_signal_strategy.cc', 225 'client/plugin/delegating_signal_strategy.cc',
226 'client/plugin/delegating_signal_strategy.h', 226 'client/plugin/delegating_signal_strategy.h',
227 'client/plugin/media_source_video_renderer.cc', 227 'client/plugin/media_source_video_renderer.cc',
228 'client/plugin/media_source_video_renderer.h', 228 'client/plugin/media_source_video_renderer.h',
229 'client/plugin/normalizing_input_filter.cc',
230 'client/plugin/normalizing_input_filter.h',
231 'client/plugin/normalizing_input_filter_cros.cc', 229 'client/plugin/normalizing_input_filter_cros.cc',
230 'client/plugin/normalizing_input_filter_cros.h',
232 'client/plugin/normalizing_input_filter_mac.cc', 231 'client/plugin/normalizing_input_filter_mac.cc',
232 'client/plugin/normalizing_input_filter_mac.h',
233 'client/plugin/pepper_audio_player.cc', 233 'client/plugin/pepper_audio_player.cc',
234 'client/plugin/pepper_audio_player.h', 234 'client/plugin/pepper_audio_player.h',
235 'client/plugin/pepper_input_handler.cc', 235 'client/plugin/pepper_input_handler.cc',
236 'client/plugin/pepper_input_handler.h', 236 'client/plugin/pepper_input_handler.h',
237 'client/plugin/pepper_network_manager.cc', 237 'client/plugin/pepper_network_manager.cc',
238 'client/plugin/pepper_network_manager.h', 238 'client/plugin/pepper_network_manager.h',
239 'client/plugin/pepper_packet_socket_factory.cc', 239 'client/plugin/pepper_packet_socket_factory.cc',
240 'client/plugin/pepper_packet_socket_factory.h', 240 'client/plugin/pepper_packet_socket_factory.h',
241 'client/plugin/pepper_plugin_thread_delegate.cc', 241 'client/plugin/pepper_plugin_thread_delegate.cc',
242 'client/plugin/pepper_plugin_thread_delegate.h', 242 'client/plugin/pepper_plugin_thread_delegate.h',
243 'client/plugin/pepper_port_allocator.cc', 243 'client/plugin/pepper_port_allocator.cc',
244 'client/plugin/pepper_port_allocator.h', 244 'client/plugin/pepper_port_allocator.h',
245 'client/plugin/pepper_token_fetcher.cc', 245 'client/plugin/pepper_token_fetcher.cc',
246 'client/plugin/pepper_token_fetcher.h', 246 'client/plugin/pepper_token_fetcher.h',
247 'client/plugin/pepper_util.cc', 247 'client/plugin/pepper_util.cc',
248 'client/plugin/pepper_util.h', 248 'client/plugin/pepper_util.h',
249 'client/plugin/pepper_view.cc', 249 'client/plugin/pepper_view.cc',
250 'client/plugin/pepper_view.h', 250 'client/plugin/pepper_view.h',
251 ], 251 ],
252 } 252 }
253 } 253 }
OLDNEW
« no previous file with comments | « remoting/remoting_nacl.gyp ('k') | remoting/webapp/client_plugin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698