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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1033913003: Touch Events capability negotiation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add capabiility_names.h Created 5 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
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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'protocol/audio_reader.h', 77 'protocol/audio_reader.h',
78 'protocol/audio_stub.h', 78 'protocol/audio_stub.h',
79 'protocol/audio_writer.cc', 79 'protocol/audio_writer.cc',
80 'protocol/audio_writer.h', 80 'protocol/audio_writer.h',
81 'protocol/auth_util.cc', 81 'protocol/auth_util.cc',
82 'protocol/auth_util.h', 82 'protocol/auth_util.h',
83 'protocol/authentication_method.cc', 83 'protocol/authentication_method.cc',
84 'protocol/authentication_method.h', 84 'protocol/authentication_method.h',
85 'protocol/authenticator.cc', 85 'protocol/authenticator.cc',
86 'protocol/authenticator.h', 86 'protocol/authenticator.h',
87 'protocol/capabilitiy_names.h',
87 'protocol/channel_authenticator.h', 88 'protocol/channel_authenticator.h',
88 'protocol/channel_dispatcher_base.cc', 89 'protocol/channel_dispatcher_base.cc',
89 'protocol/channel_dispatcher_base.h', 90 'protocol/channel_dispatcher_base.h',
90 'protocol/channel_multiplexer.cc', 91 'protocol/channel_multiplexer.cc',
91 'protocol/channel_multiplexer.h', 92 'protocol/channel_multiplexer.h',
92 'protocol/chromium_port_allocator.cc', 93 'protocol/chromium_port_allocator.cc',
93 'protocol/chromium_port_allocator.h', 94 'protocol/chromium_port_allocator.h',
94 'protocol/chromium_socket_factory.cc', 95 'protocol/chromium_socket_factory.cc',
95 'protocol/chromium_socket_factory.h', 96 'protocol/chromium_socket_factory.h',
96 'protocol/client_control_dispatcher.cc', 97 'protocol/client_control_dispatcher.cc',
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'client/plugin/pepper_video_renderer.h', 274 'client/plugin/pepper_video_renderer.h',
274 'client/plugin/pepper_video_renderer_2d.cc', 275 'client/plugin/pepper_video_renderer_2d.cc',
275 'client/plugin/pepper_video_renderer_2d.h', 276 'client/plugin/pepper_video_renderer_2d.h',
276 'client/plugin/pepper_video_renderer_3d.cc', 277 'client/plugin/pepper_video_renderer_3d.cc',
277 'client/plugin/pepper_video_renderer_3d.h', 278 'client/plugin/pepper_video_renderer_3d.h',
278 'client/plugin/touch_input_scaler.cc', 279 'client/plugin/touch_input_scaler.cc',
279 'client/plugin/touch_input_scaler.h', 280 'client/plugin/touch_input_scaler.h',
280 ], 281 ],
281 } 282 }
282 } 283 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698