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

Side by Side Diff: remoting/remoting_host.gypi

Issue 141063009: Separate access token caching logic from signaling connector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change C++11 swap() to plain old copy-and-clear. Created 6 years, 10 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/signaling_connector.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 'includes': [ 6 'includes': [
7 'remoting_host_linux.gypi', 7 'remoting_host_linux.gypi',
8 'remoting_host_mac.gypi', 8 'remoting_host_mac.gypi',
9 'remoting_host_win.gypi', 9 'remoting_host_win.gypi',
10 ], 10 ],
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'host/local_input_monitor_win.cc', 172 'host/local_input_monitor_win.cc',
173 'host/log_to_server.cc', 173 'host/log_to_server.cc',
174 'host/log_to_server.h', 174 'host/log_to_server.h',
175 'host/logging.h', 175 'host/logging.h',
176 'host/logging_posix.cc', 176 'host/logging_posix.cc',
177 'host/logging_win.cc', 177 'host/logging_win.cc',
178 'host/me2me_desktop_environment.cc', 178 'host/me2me_desktop_environment.cc',
179 'host/me2me_desktop_environment.h', 179 'host/me2me_desktop_environment.h',
180 'host/mouse_clamping_filter.cc', 180 'host/mouse_clamping_filter.cc',
181 'host/mouse_clamping_filter.h', 181 'host/mouse_clamping_filter.h',
182 'host/oauth_token_getter.cc',
183 'host/oauth_token_getter.h',
182 'host/pairing_registry_delegate.cc', 184 'host/pairing_registry_delegate.cc',
183 'host/pairing_registry_delegate.h', 185 'host/pairing_registry_delegate.h',
184 'host/pairing_registry_delegate_linux.cc', 186 'host/pairing_registry_delegate_linux.cc',
185 'host/pairing_registry_delegate_linux.h', 187 'host/pairing_registry_delegate_linux.h',
186 'host/pairing_registry_delegate_mac.cc', 188 'host/pairing_registry_delegate_mac.cc',
187 'host/pairing_registry_delegate_win.cc', 189 'host/pairing_registry_delegate_win.cc',
188 'host/pairing_registry_delegate_win.h', 190 'host/pairing_registry_delegate_win.h',
189 'host/pam_authorization_factory_posix.cc', 191 'host/pam_authorization_factory_posix.cc',
190 'host/pam_authorization_factory_posix.h', 192 'host/pam_authorization_factory_posix.h',
191 'host/pin_hash.cc', 193 'host/pin_hash.cc',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 '../base/allocator/allocator.gyp:allocator', 808 '../base/allocator/allocator.gyp:allocator',
807 ], 809 ],
808 }], 810 }],
809 ], 811 ],
810 }, # end of target 'remoting_me2me_native_messaging_host' 812 }, # end of target 'remoting_me2me_native_messaging_host'
811 ], # end of 'targets' 813 ], # end of 'targets'
812 }], # OS!="win" 814 }], # OS!="win"
813 815
814 ], # end of 'conditions' 816 ], # end of 'conditions'
815 } 817 }
OLDNEW
« no previous file with comments | « remoting/host/signaling_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698