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

Side by Side Diff: remoting/remoting.gyp

Issue 10441131: [Chromoting] Handle CR-LF correctly when transferring text items to and from the clipboard on a Win… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'host/capture_scheduler.h', 1068 'host/capture_scheduler.h',
1069 'host/chromoting_host.cc', 1069 'host/chromoting_host.cc',
1070 'host/chromoting_host.h', 1070 'host/chromoting_host.h',
1071 'host/chromoting_host_context.cc', 1071 'host/chromoting_host_context.cc',
1072 'host/chromoting_host_context.h', 1072 'host/chromoting_host_context.h',
1073 'host/client_session.cc', 1073 'host/client_session.cc',
1074 'host/client_session.h', 1074 'host/client_session.h',
1075 'host/clipboard.h', 1075 'host/clipboard.h',
1076 'host/clipboard_linux.cc', 1076 'host/clipboard_linux.cc',
1077 'host/clipboard_mac.mm', 1077 'host/clipboard_mac.mm',
1078 'host/clipboard_util.cc',
1079 'host/clipboard_util.h',
1078 'host/clipboard_win.cc', 1080 'host/clipboard_win.cc',
1079 'host/constants.h', 1081 'host/constants.h',
1080 'host/continue_window.h', 1082 'host/continue_window.h',
1081 'host/continue_window_gtk.cc', 1083 'host/continue_window_gtk.cc',
1082 'host/continue_window_mac.mm', 1084 'host/continue_window_mac.mm',
1083 'host/continue_window_win.cc', 1085 'host/continue_window_win.cc',
1084 'host/curtain.h', 1086 'host/curtain.h',
1085 'host/curtain_linux.cc', 1087 'host/curtain_linux.cc',
1086 'host/curtain_mac.cc', 1088 'host/curtain_mac.cc',
1087 'host/curtain_win.cc', 1089 'host/curtain_win.cc',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 'base/util_unittest.cc', 1624 'base/util_unittest.cc',
1623 'client/key_event_mapper_unittest.cc', 1625 'client/key_event_mapper_unittest.cc',
1624 'client/plugin/mac_key_event_processor_unittest.cc', 1626 'client/plugin/mac_key_event_processor_unittest.cc',
1625 'host/capturer_helper_unittest.cc', 1627 'host/capturer_helper_unittest.cc',
1626 'host/capturer_linux_unittest.cc', 1628 'host/capturer_linux_unittest.cc',
1627 'host/capturer_mac_unittest.cc', 1629 'host/capturer_mac_unittest.cc',
1628 'host/capturer_win_unittest.cc', 1630 'host/capturer_win_unittest.cc',
1629 'host/chromoting_host_context_unittest.cc', 1631 'host/chromoting_host_context_unittest.cc',
1630 'host/chromoting_host_unittest.cc', 1632 'host/chromoting_host_unittest.cc',
1631 'host/client_session_unittest.cc', 1633 'host/client_session_unittest.cc',
1634 'host/clipboard_util_unittest.cc',
1632 'host/differ_block_unittest.cc', 1635 'host/differ_block_unittest.cc',
1633 'host/differ_unittest.cc', 1636 'host/differ_unittest.cc',
1634 'host/heartbeat_sender_unittest.cc', 1637 'host/heartbeat_sender_unittest.cc',
1635 'host/host_key_pair_unittest.cc', 1638 'host/host_key_pair_unittest.cc',
1636 'host/host_mock_objects.cc', 1639 'host/host_mock_objects.cc',
1637 'host/host_mock_objects.h', 1640 'host/host_mock_objects.h',
1638 'host/json_host_config_unittest.cc', 1641 'host/json_host_config_unittest.cc',
1639 'host/log_to_server_unittest.cc', 1642 'host/log_to_server_unittest.cc',
1640 'host/pin_hash_unittest.cc', 1643 'host/pin_hash_unittest.cc',
1641 'host/register_support_host_request_unittest.cc', 1644 'host/register_support_host_request_unittest.cc',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1704 '../base/allocator/allocator.gyp:allocator', 1707 '../base/allocator/allocator.gyp:allocator',
1705 ], 1708 ],
1706 }, 1709 },
1707 ], 1710 ],
1708 ], 1711 ],
1709 }], 1712 }],
1710 ], # end of 'conditions' 1713 ], # end of 'conditions'
1711 }, # end of target 'remoting_unittests' 1714 }, # end of target 'remoting_unittests'
1712 ], # end of targets 1715 ], # end of targets
1713 } 1716 }
OLDNEW
« remoting/host/clipboard_util.cc ('K') | « remoting/host/clipboard_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698