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

Side by Side Diff: remoting/remoting.gyp

Issue 10025001: Add APIs to the client plugin to re-map and trap key events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 8 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/protocol/input_filter.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'client/chromoting_stats.h', 939 'client/chromoting_stats.h',
940 'client/chromoting_view.h', 940 'client/chromoting_view.h',
941 'client/client_config.cc', 941 'client/client_config.cc',
942 'client/client_config.h', 942 'client/client_config.h',
943 'client/client_context.cc', 943 'client/client_context.cc',
944 'client/client_context.h', 944 'client/client_context.h',
945 'client/frame_consumer.h', 945 'client/frame_consumer.h',
946 'client/frame_consumer_proxy.cc', 946 'client/frame_consumer_proxy.cc',
947 'client/frame_consumer_proxy.h', 947 'client/frame_consumer_proxy.h',
948 'client/frame_producer.h', 948 'client/frame_producer.h',
949 'client/key_event_mapper.cc',
950 'client/key_event_mapper.h',
949 'client/mouse_input_filter.cc', 951 'client/mouse_input_filter.cc',
950 'client/mouse_input_filter.h', 952 'client/mouse_input_filter.h',
951 'client/rectangle_update_decoder.cc', 953 'client/rectangle_update_decoder.cc',
952 'client/rectangle_update_decoder.h', 954 'client/rectangle_update_decoder.h',
953 ], 955 ],
954 }, # end of target 'remoting_client' 956 }, # end of target 'remoting_client'
955 957
956 { 958 {
957 'target_name': 'remoting_simple_host', 959 'target_name': 'remoting_simple_host',
958 'type': 'executable', 960 'type': 'executable',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1290 'base/compound_buffer_unittest.cc', 1292 'base/compound_buffer_unittest.cc',
1291 'base/compressor_zlib_unittest.cc', 1293 'base/compressor_zlib_unittest.cc',
1292 'base/decoder_vp8_unittest.cc', 1294 'base/decoder_vp8_unittest.cc',
1293 'base/decompressor_zlib_unittest.cc', 1295 'base/decompressor_zlib_unittest.cc',
1294 'base/encode_decode_unittest.cc', 1296 'base/encode_decode_unittest.cc',
1295 'base/encoder_vp8_unittest.cc', 1297 'base/encoder_vp8_unittest.cc',
1296 'base/encoder_row_based_unittest.cc', 1298 'base/encoder_row_based_unittest.cc',
1297 'base/base_mock_objects.cc', 1299 'base/base_mock_objects.cc',
1298 'base/base_mock_objects.h', 1300 'base/base_mock_objects.h',
1299 'base/util_unittest.cc', 1301 'base/util_unittest.cc',
1302 'client/key_event_mapper_unittest.cc',
1300 'client/mouse_input_filter_unittest.cc', 1303 'client/mouse_input_filter_unittest.cc',
1301 'host/capturer_linux_unittest.cc', 1304 'host/capturer_linux_unittest.cc',
1302 'host/capturer_mac_unittest.cc', 1305 'host/capturer_mac_unittest.cc',
1303 'host/capturer_win_unittest.cc', 1306 'host/capturer_win_unittest.cc',
1304 'host/remote_input_filter_unittest.cc', 1307 'host/remote_input_filter_unittest.cc',
1305 'host/test_key_pair.h', 1308 'host/test_key_pair.h',
1306 'jingle_glue/fake_signal_strategy.cc', 1309 'jingle_glue/fake_signal_strategy.cc',
1307 'jingle_glue/fake_signal_strategy.h', 1310 'jingle_glue/fake_signal_strategy.h',
1308 'jingle_glue/iq_sender_unittest.cc', 1311 'jingle_glue/iq_sender_unittest.cc',
1309 'jingle_glue/jingle_thread_unittest.cc', 1312 'jingle_glue/jingle_thread_unittest.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1379 '../base/allocator/allocator.gyp:allocator', 1382 '../base/allocator/allocator.gyp:allocator',
1380 ], 1383 ],
1381 }, 1384 },
1382 ], 1385 ],
1383 ], 1386 ],
1384 }], 1387 }],
1385 ], # end of 'conditions' 1388 ], # end of 'conditions'
1386 }, # end of target 'remoting_unittests' 1389 }, # end of target 'remoting_unittests'
1387 ], # end of targets 1390 ], # end of targets
1388 } 1391 }
OLDNEW
« no previous file with comments | « remoting/protocol/input_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698