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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1099553003: Added unit tests for getCredentialsFromAuthCode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated BUILD.gn file Created 5 years, 7 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
« no previous file with comments | « remoting/host/setup/oauth_client.cc ('k') | remoting/remoting_test.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 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_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 ], 263 ],
264 'remoting_host_setup_sources': [ 264 'remoting_host_setup_sources': [
265 'host/setup/daemon_controller.cc', 265 'host/setup/daemon_controller.cc',
266 'host/setup/daemon_controller.h', 266 'host/setup/daemon_controller.h',
267 'host/setup/daemon_controller_delegate_linux.cc', 267 'host/setup/daemon_controller_delegate_linux.cc',
268 'host/setup/daemon_controller_delegate_linux.h', 268 'host/setup/daemon_controller_delegate_linux.h',
269 'host/setup/daemon_controller_delegate_mac.h', 269 'host/setup/daemon_controller_delegate_mac.h',
270 'host/setup/daemon_controller_delegate_mac.mm', 270 'host/setup/daemon_controller_delegate_mac.mm',
271 'host/setup/daemon_controller_delegate_win.cc', 271 'host/setup/daemon_controller_delegate_win.cc',
272 'host/setup/daemon_controller_delegate_win.h', 272 'host/setup/daemon_controller_delegate_win.h',
273 'host/setup/gaia_oauth_client.cc',
274 'host/setup/gaia_oauth_client.h',
273 'host/setup/me2me_native_messaging_host.cc', 275 'host/setup/me2me_native_messaging_host.cc',
274 'host/setup/me2me_native_messaging_host.h', 276 'host/setup/me2me_native_messaging_host.h',
275 'host/setup/oauth_client.cc',
276 'host/setup/oauth_client.h', 277 'host/setup/oauth_client.h',
277 'host/setup/oauth_helper.cc', 278 'host/setup/oauth_helper.cc',
278 'host/setup/oauth_helper.h', 279 'host/setup/oauth_helper.h',
279 'host/setup/pin_validator.cc', 280 'host/setup/pin_validator.cc',
280 'host/setup/pin_validator.h', 281 'host/setup/pin_validator.h',
281 'host/setup/service_client.cc', 282 'host/setup/service_client.cc',
282 'host/setup/service_client.h', 283 'host/setup/service_client.h',
283 'host/setup/test_util.cc', 284 'host/setup/test_util.cc',
284 'host/setup/test_util.h', 285 'host/setup/test_util.h',
285 'host/setup/win/auth_code_getter.cc', 286 'host/setup/win/auth_code_getter.cc',
(...skipping 23 matching lines...) Expand all
309 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 310 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
310 'host/it2me/it2me_confirmation_dialog_proxy.cc', 311 'host/it2me/it2me_confirmation_dialog_proxy.cc',
311 'host/it2me/it2me_confirmation_dialog_proxy.h', 312 'host/it2me/it2me_confirmation_dialog_proxy.h',
312 'host/it2me/it2me_host.cc', 313 'host/it2me/it2me_host.cc',
313 'host/it2me/it2me_host.h', 314 'host/it2me/it2me_host.h',
314 'host/it2me/it2me_native_messaging_host.cc', 315 'host/it2me/it2me_native_messaging_host.cc',
315 'host/it2me/it2me_native_messaging_host.h', 316 'host/it2me/it2me_native_messaging_host.h',
316 ], 317 ],
317 } 318 }
318 } 319 }
OLDNEW
« no previous file with comments | « remoting/host/setup/oauth_client.cc ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698