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

Side by Side Diff: remoting/remoting_host.gypi

Issue 165293004: Refactor TokenValidatorImpl into a base class + implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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/token_validator.h ('k') | remoting/remoting_srcs.gypi » ('j') | 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 'host/server_log_entry.cc', 217 'host/server_log_entry.cc',
218 'host/server_log_entry.h', 218 'host/server_log_entry.h',
219 'host/service_urls.cc', 219 'host/service_urls.cc',
220 'host/service_urls.h', 220 'host/service_urls.h',
221 'host/session_manager_factory.cc', 221 'host/session_manager_factory.cc',
222 'host/session_manager_factory.h', 222 'host/session_manager_factory.h',
223 'host/shaped_screen_capturer.cc', 223 'host/shaped_screen_capturer.cc',
224 'host/shaped_screen_capturer.h', 224 'host/shaped_screen_capturer.h',
225 'host/signaling_connector.cc', 225 'host/signaling_connector.cc',
226 'host/signaling_connector.h', 226 'host/signaling_connector.h',
227 'host/token_validator_base.cc',
228 'host/token_validator_base.h',
227 'host/token_validator_factory_impl.cc', 229 'host/token_validator_factory_impl.cc',
228 'host/token_validator_factory_impl.h', 230 'host/token_validator_factory_impl.h',
229 'host/usage_stats_consent.h', 231 'host/usage_stats_consent.h',
230 'host/usage_stats_consent_mac.cc', 232 'host/usage_stats_consent_mac.cc',
231 'host/usage_stats_consent_win.cc', 233 'host/usage_stats_consent_win.cc',
232 'host/username.cc', 234 'host/username.cc',
233 'host/username.h', 235 'host/username.h',
234 'host/video_scheduler.cc', 236 'host/video_scheduler.cc',
235 'host/video_scheduler.h', 237 'host/video_scheduler.h',
236 'host/win/com_security.cc', 238 'host/win/com_security.cc',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 '../base/allocator/allocator.gyp:allocator', 845 '../base/allocator/allocator.gyp:allocator',
844 ], 846 ],
845 }], # OS=linux 847 }], # OS=linux
846 ], # end of 'conditions' 848 ], # end of 'conditions'
847 }, # end of target 'remoting_me2me_host' 849 }, # end of target 'remoting_me2me_host'
848 ], # end of 'targets' 850 ], # end of 'targets'
849 }], # OS!="win" 851 }], # OS!="win"
850 852
851 ], # end of 'conditions' 853 ], # end of 'conditions'
852 } 854 }
OLDNEW
« no previous file with comments | « remoting/protocol/token_validator.h ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698