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

Side by Side Diff: remoting/remoting_test.gypi

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'codec/codec_test.h', 129 'codec/codec_test.h',
130 'codec/video_decoder_vpx_unittest.cc', 130 'codec/video_decoder_vpx_unittest.cc',
131 'codec/video_encoder_helper_unittest.cc', 131 'codec/video_encoder_helper_unittest.cc',
132 'codec/video_encoder_verbatim_unittest.cc', 132 'codec/video_encoder_verbatim_unittest.cc',
133 'codec/video_encoder_vpx_unittest.cc', 133 'codec/video_encoder_vpx_unittest.cc',
134 'host/audio_silence_detector_unittest.cc', 134 'host/audio_silence_detector_unittest.cc',
135 'host/branding.cc', 135 'host/branding.cc',
136 'host/branding.h', 136 'host/branding.h',
137 'host/capture_scheduler_unittest.cc', 137 'host/capture_scheduler_unittest.cc',
138 'host/chromeos/aura_desktop_capturer_unittest.cc', 138 'host/chromeos/aura_desktop_capturer_unittest.cc',
139 'host/chromeos/browser_mock_objects.cc',
139 'host/chromoting_host_context_unittest.cc', 140 'host/chromoting_host_context_unittest.cc',
140 'host/chromoting_host_unittest.cc', 141 'host/chromoting_host_unittest.cc',
141 'host/client_session_unittest.cc', 142 'host/client_session_unittest.cc',
142 'host/config_file_watcher_unittest.cc', 143 'host/config_file_watcher_unittest.cc',
143 'host/daemon_process_unittest.cc', 144 'host/daemon_process_unittest.cc',
144 'host/desktop_process_unittest.cc', 145 'host/desktop_process_unittest.cc',
145 'host/desktop_shape_tracker_unittest.cc', 146 'host/desktop_shape_tracker_unittest.cc',
146 'host/fake_desktop_capturer.cc', 147 'host/fake_desktop_capturer.cc',
147 'host/fake_desktop_capturer.h', 148 'host/fake_desktop_capturer.h',
148 'host/fake_host_extension.cc', 149 'host/fake_host_extension.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'dependencies': [ 432 'dependencies': [
432 '../base/allocator/allocator.gyp:allocator', 433 '../base/allocator/allocator.gyp:allocator',
433 ], 434 ],
434 }], 435 }],
435 ], # end of 'conditions' 436 ], # end of 'conditions'
436 }, # end of target 'remoting_perftests' 437 }, # end of target 'remoting_perftests'
437 ] 438 ]
438 }] 439 }]
439 ] 440 ]
440 } 441 }
OLDNEW
« remoting/host/it2me/it2me_native_messaging_host.cc ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698