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

Side by Side Diff: remoting/remoting.gyp

Issue 3175028: Add mouse event support to Chromoting client (Pepper and X11). (Closed)
Patch Set: Remove win float/int conversion Created 10 years, 3 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/host/event_executor_win.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'client/chromoting_client.cc', 240 'client/chromoting_client.cc',
241 'client/chromoting_client.h', 241 'client/chromoting_client.h',
242 'client/chromoting_view.cc', 242 'client/chromoting_view.cc',
243 'client/chromoting_view.h', 243 'client/chromoting_view.h',
244 'client/client_config.h', 244 'client/client_config.h',
245 'client/client_context.cc', 245 'client/client_context.cc',
246 'client/client_context.h', 246 'client/client_context.h',
247 'client/client_util.cc', 247 'client/client_util.cc',
248 'client/client_util.h', 248 'client/client_util.h',
249 'client/host_connection.h', 249 'client/host_connection.h',
250 'client/input_handler.cc',
250 'client/input_handler.h', 251 'client/input_handler.h',
251 'client/jingle_host_connection.cc', 252 'client/jingle_host_connection.cc',
252 'client/jingle_host_connection.h', 253 'client/jingle_host_connection.h',
253 ], 254 ],
254 }, # end of target 'chromoting_client' 255 }, # end of target 'chromoting_client'
255 256
256 { 257 {
257 'target_name': 'chromoting_simple_host', 258 'target_name': 'chromoting_simple_host',
258 'type': 'executable', 259 'type': 'executable',
259 'dependencies': [ 260 'dependencies': [
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 ], # end of 'conditions' 402 ], # end of 'conditions'
402 }, # end of target 'chromoting_unittests' 403 }, # end of target 'chromoting_unittests'
403 ], # end of targets 404 ], # end of targets
404 } 405 }
405 406
406 # Local Variables: 407 # Local Variables:
407 # tab-width:2 408 # tab-width:2
408 # indent-tabs-mode:nil 409 # indent-tabs-mode:nil
409 # End: 410 # End:
410 # vim: set expandtab tabstop=2 shiftwidth=2: 411 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/host/event_executor_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698