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

Side by Side Diff: remoting/remoting_srcs.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/remoting_host.gypi ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_base_sources': [ 7 'remoting_base_sources': [
8 'base/auth_token_util.cc', 8 'base/auth_token_util.cc',
9 'base/auth_token_util.h', 9 'base/auth_token_util.h',
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'protocol/transport.cc', 170 'protocol/transport.cc',
171 'protocol/transport.h', 171 'protocol/transport.h',
172 'protocol/util.cc', 172 'protocol/util.cc',
173 'protocol/util.h', 173 'protocol/util.h',
174 'protocol/third_party_authenticator_base.cc', 174 'protocol/third_party_authenticator_base.cc',
175 'protocol/third_party_authenticator_base.h', 175 'protocol/third_party_authenticator_base.h',
176 'protocol/third_party_client_authenticator.cc', 176 'protocol/third_party_client_authenticator.cc',
177 'protocol/third_party_client_authenticator.h', 177 'protocol/third_party_client_authenticator.h',
178 'protocol/third_party_host_authenticator.cc', 178 'protocol/third_party_host_authenticator.cc',
179 'protocol/third_party_host_authenticator.h', 179 'protocol/third_party_host_authenticator.h',
180 'protocol/token_validator.h',
180 'protocol/v2_authenticator.cc', 181 'protocol/v2_authenticator.cc',
181 'protocol/v2_authenticator.h', 182 'protocol/v2_authenticator.h',
182 'protocol/video_reader.cc', 183 'protocol/video_reader.cc',
183 'protocol/video_reader.h', 184 'protocol/video_reader.h',
184 'protocol/video_stub.h', 185 'protocol/video_stub.h',
185 'protocol/video_writer.cc', 186 'protocol/video_writer.cc',
186 'protocol/video_writer.h', 187 'protocol/video_writer.h',
187 ], 188 ],
188 189
189 'remoting_client_sources': [ 190 'remoting_client_sources': [
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 'client/plugin/pepper_port_allocator.h', 237 'client/plugin/pepper_port_allocator.h',
237 'client/plugin/pepper_token_fetcher.cc', 238 'client/plugin/pepper_token_fetcher.cc',
238 'client/plugin/pepper_token_fetcher.h', 239 'client/plugin/pepper_token_fetcher.h',
239 'client/plugin/pepper_util.cc', 240 'client/plugin/pepper_util.cc',
240 'client/plugin/pepper_util.h', 241 'client/plugin/pepper_util.h',
241 'client/plugin/pepper_view.cc', 242 'client/plugin/pepper_view.cc',
242 'client/plugin/pepper_view.h', 243 'client/plugin/pepper_view.h',
243 ], 244 ],
244 } 245 }
245 } 246 }
OLDNEW
« no previous file with comments | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698