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

Side by Side Diff: remoting/remoting_test.gypi

Issue 959033004: Remove ClientLogin support from remoting host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/xmpp_signal_strategy.h » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'remoting_test_common', 8 'target_name': 'remoting_test_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'remoting_resources', 100 'remoting_resources',
101 'remoting_test_common', 101 'remoting_test_common',
102 ], 102 ],
103 'defines': [ 103 'defines': [
104 'VERSION=<(version_full)', 104 'VERSION=<(version_full)',
105 ], 105 ],
106 'include_dirs': [ 106 'include_dirs': [
107 '../testing/gmock/include', 107 '../testing/gmock/include',
108 ], 108 ],
109 'sources': [ 109 'sources': [
110 'base/auth_token_util_unittest.cc',
111 'base/auto_thread_task_runner_unittest.cc', 110 'base/auto_thread_task_runner_unittest.cc',
112 'base/auto_thread_unittest.cc', 111 'base/auto_thread_unittest.cc',
113 'base/breakpad_win_unittest.cc', 112 'base/breakpad_win_unittest.cc',
114 'base/buffered_socket_writer_unittest.cc', 113 'base/buffered_socket_writer_unittest.cc',
115 'base/capabilities_unittest.cc', 114 'base/capabilities_unittest.cc',
116 'base/compound_buffer_unittest.cc', 115 'base/compound_buffer_unittest.cc',
117 'base/rate_counter_unittest.cc', 116 'base/rate_counter_unittest.cc',
118 'base/resources_unittest.cc', 117 'base/resources_unittest.cc',
119 'base/rsa_key_pair_unittest.cc', 118 'base/rsa_key_pair_unittest.cc',
120 'base/run_all_unittests.cc', 119 'base/run_all_unittests.cc',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'dependencies': [ 420 'dependencies': [
422 '../base/allocator/allocator.gyp:allocator', 421 '../base/allocator/allocator.gyp:allocator',
423 ], 422 ],
424 }], 423 }],
425 ], # end of 'conditions' 424 ], # end of 'conditions'
426 }, # end of target 'remoting_perftests' 425 }, # end of target 'remoting_perftests'
427 ] 426 ]
428 }] 427 }]
429 ] 428 ]
430 } 429 }
OLDNEW
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | remoting/signaling/xmpp_signal_strategy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698