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

Side by Side Diff: remoting/remoting.gyp

Issue 10447041: Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host. (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
« no previous file with comments | « remoting/host/ui_strings.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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'host/local_input_monitor.h', 1125 'host/local_input_monitor.h',
1126 'host/local_input_monitor_linux.cc', 1126 'host/local_input_monitor_linux.cc',
1127 'host/local_input_monitor_mac.mm', 1127 'host/local_input_monitor_mac.mm',
1128 'host/local_input_monitor_thread_linux.cc', 1128 'host/local_input_monitor_thread_linux.cc',
1129 'host/local_input_monitor_thread_linux.h', 1129 'host/local_input_monitor_thread_linux.h',
1130 'host/local_input_monitor_thread_win.cc', 1130 'host/local_input_monitor_thread_win.cc',
1131 'host/local_input_monitor_thread_win.h', 1131 'host/local_input_monitor_thread_win.h',
1132 'host/local_input_monitor_win.cc', 1132 'host/local_input_monitor_win.cc',
1133 'host/log_to_server.cc', 1133 'host/log_to_server.cc',
1134 'host/log_to_server.h', 1134 'host/log_to_server.h',
1135 'host/mouse_move_observer.h',
1135 'host/network_settings.h', 1136 'host/network_settings.h',
1136 'host/pin_hash.cc', 1137 'host/pin_hash.cc',
1137 'host/pin_hash.h', 1138 'host/pin_hash.h',
1138 'host/policy_hack/nat_policy.h', 1139 'host/policy_hack/nat_policy.h',
1139 'host/policy_hack/nat_policy.cc', 1140 'host/policy_hack/nat_policy.cc',
1140 'host/policy_hack/nat_policy_linux.cc', 1141 'host/policy_hack/nat_policy_linux.cc',
1141 'host/policy_hack/nat_policy_mac.mm', 1142 'host/policy_hack/nat_policy_mac.mm',
1142 'host/policy_hack/nat_policy_win.cc', 1143 'host/policy_hack/nat_policy_win.cc',
1143 'host/register_support_host_request.cc', 1144 'host/register_support_host_request.cc',
1144 'host/register_support_host_request.h', 1145 'host/register_support_host_request.h',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 '../base/allocator/allocator.gyp:allocator', 1707 '../base/allocator/allocator.gyp:allocator',
1707 ], 1708 ],
1708 }, 1709 },
1709 ], 1710 ],
1710 ], 1711 ],
1711 }], 1712 }],
1712 ], # end of 'conditions' 1713 ], # end of 'conditions'
1713 }, # end of target 'remoting_unittests' 1714 }, # end of target 'remoting_unittests'
1714 ], # end of targets 1715 ], # end of targets
1715 } 1716 }
OLDNEW
« no previous file with comments | « remoting/host/ui_strings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698