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

Side by Side Diff: remoting/remoting.gyp

Issue 10413060: [Chromoting] Let the Windows IT2Me host send clipboard events to the client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Correct fix. 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
« no previous file with comments | « remoting/protocol/connection_to_client.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 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'protocol/channel_dispatcher_base.h', 1475 'protocol/channel_dispatcher_base.h',
1476 'protocol/client_control_dispatcher.cc', 1476 'protocol/client_control_dispatcher.cc',
1477 'protocol/client_control_dispatcher.h', 1477 'protocol/client_control_dispatcher.h',
1478 'protocol/client_event_dispatcher.cc', 1478 'protocol/client_event_dispatcher.cc',
1479 'protocol/client_event_dispatcher.h', 1479 'protocol/client_event_dispatcher.h',
1480 'protocol/client_stub.h', 1480 'protocol/client_stub.h',
1481 'protocol/clipboard_echo_filter.cc', 1481 'protocol/clipboard_echo_filter.cc',
1482 'protocol/clipboard_echo_filter.h', 1482 'protocol/clipboard_echo_filter.h',
1483 'protocol/clipboard_filter.h', 1483 'protocol/clipboard_filter.h',
1484 'protocol/clipboard_filter.cc', 1484 'protocol/clipboard_filter.cc',
1485 'protocol/clipboard_thread_proxy.cc',
1486 'protocol/clipboard_thread_proxy.h',
1485 'protocol/clipboard_stub.h', 1487 'protocol/clipboard_stub.h',
1486 'protocol/connection_to_client.cc', 1488 'protocol/connection_to_client.cc',
1487 'protocol/connection_to_client.h', 1489 'protocol/connection_to_client.h',
1488 'protocol/connection_to_host.cc', 1490 'protocol/connection_to_host.cc',
1489 'protocol/connection_to_host.h', 1491 'protocol/connection_to_host.h',
1490 'protocol/content_description.cc', 1492 'protocol/content_description.cc',
1491 'protocol/content_description.h', 1493 'protocol/content_description.h',
1492 'protocol/errors.h', 1494 'protocol/errors.h',
1493 'protocol/host_control_dispatcher.cc', 1495 'protocol/host_control_dispatcher.cc',
1494 'protocol/host_control_dispatcher.h', 1496 'protocol/host_control_dispatcher.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 '../base/allocator/allocator.gyp:allocator', 1710 '../base/allocator/allocator.gyp:allocator',
1709 ], 1711 ],
1710 }, 1712 },
1711 ], 1713 ],
1712 ], 1714 ],
1713 }], 1715 }],
1714 ], # end of 'conditions' 1716 ], # end of 'conditions'
1715 }, # end of target 'remoting_unittests' 1717 }, # end of target 'remoting_unittests'
1716 ], # end of targets 1718 ], # end of targets
1717 } 1719 }
OLDNEW
« no previous file with comments | « remoting/protocol/connection_to_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698