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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 799233004: Add touch events to the protocol, the stub layer, and to the client plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 10 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
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting_test.gypi » ('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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'client/plugin/pepper_plugin_thread_delegate.h', 260 'client/plugin/pepper_plugin_thread_delegate.h',
261 'client/plugin/pepper_port_allocator.cc', 261 'client/plugin/pepper_port_allocator.cc',
262 'client/plugin/pepper_port_allocator.h', 262 'client/plugin/pepper_port_allocator.h',
263 'client/plugin/pepper_util.cc', 263 'client/plugin/pepper_util.cc',
264 'client/plugin/pepper_util.h', 264 'client/plugin/pepper_util.h',
265 'client/plugin/pepper_video_renderer.h', 265 'client/plugin/pepper_video_renderer.h',
266 'client/plugin/pepper_video_renderer_2d.cc', 266 'client/plugin/pepper_video_renderer_2d.cc',
267 'client/plugin/pepper_video_renderer_2d.h', 267 'client/plugin/pepper_video_renderer_2d.h',
268 'client/plugin/pepper_video_renderer_3d.cc', 268 'client/plugin/pepper_video_renderer_3d.cc',
269 'client/plugin/pepper_video_renderer_3d.h', 269 'client/plugin/pepper_video_renderer_3d.h',
270 'client/plugin/touch_input_scaler.cc',
271 'client/plugin/touch_input_scaler.h',
270 ], 272 ],
271 } 273 }
272 } 274 }
OLDNEW
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698