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

Side by Side Diff: remoting/remoting_test.gypi

Issue 543243003: Remote Assistance on Chrome OS Part I - Aura Desktop Capturer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« remoting/remoting_host.gypi ('K') | « 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 '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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 'codec/codec_test.cc', 124 'codec/codec_test.cc',
125 'codec/codec_test.h', 125 'codec/codec_test.h',
126 'codec/video_decoder_vpx_unittest.cc', 126 'codec/video_decoder_vpx_unittest.cc',
127 'codec/video_encoder_helper_unittest.cc', 127 'codec/video_encoder_helper_unittest.cc',
128 'codec/video_encoder_verbatim_unittest.cc', 128 'codec/video_encoder_verbatim_unittest.cc',
129 'codec/video_encoder_vpx_unittest.cc', 129 'codec/video_encoder_vpx_unittest.cc',
130 'host/audio_silence_detector_unittest.cc', 130 'host/audio_silence_detector_unittest.cc',
131 'host/branding.cc', 131 'host/branding.cc',
132 'host/branding.h', 132 'host/branding.h',
133 'host/capture_scheduler_unittest.cc', 133 'host/capture_scheduler_unittest.cc',
134 'host/chromeos/aura_desktop_capturer_unittest.cc',
134 'host/chromoting_host_context_unittest.cc', 135 'host/chromoting_host_context_unittest.cc',
135 'host/chromoting_host_unittest.cc', 136 'host/chromoting_host_unittest.cc',
136 'host/client_session_unittest.cc', 137 'host/client_session_unittest.cc',
137 'host/config_file_watcher_unittest.cc', 138 'host/config_file_watcher_unittest.cc',
138 'host/daemon_process_unittest.cc', 139 'host/daemon_process_unittest.cc',
139 'host/desktop_process_unittest.cc', 140 'host/desktop_process_unittest.cc',
140 'host/desktop_shape_tracker_unittest.cc', 141 'host/desktop_shape_tracker_unittest.cc',
141 'host/fake_desktop_capturer.cc', 142 'host/fake_desktop_capturer.cc',
142 'host/fake_desktop_capturer.h', 143 'host/fake_desktop_capturer.h',
143 'host/fake_host_extension.cc', 144 'host/fake_host_extension.cc',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 ], 236 ],
236 }], 237 }],
237 [ 'OS=="android"', { 238 [ 'OS=="android"', {
238 'dependencies': [ 239 'dependencies': [
239 '../testing/android/native_test.gyp:native_test_native_code', 240 '../testing/android/native_test.gyp:native_test_native_code',
240 ], 241 ],
241 }], 242 }],
242 [ 'chromeos==0', { 243 [ 'chromeos==0', {
243 'sources!': [ 244 'sources!': [
244 'client/plugin/normalizing_input_filter_cros_unittest.cc', 245 'client/plugin/normalizing_input_filter_cros_unittest.cc',
246 'host/chromeos/aura_desktop_capturer_unittest.cc',
245 ], 247 ],
246 }], 248 }],
247 ['enable_remoting_host == 0', { 249 ['enable_remoting_host == 0', {
248 'dependencies!': [ 250 'dependencies!': [
249 'remoting_host', 251 'remoting_host',
250 'remoting_host_setup_base', 252 'remoting_host_setup_base',
251 'remoting_it2me_host_static',
252 'remoting_native_messaging_base', 253 'remoting_native_messaging_base',
253 ], 254 ],
254 'sources/': [ 255 'sources/': [
255 ['exclude', '^codec/'], 256 ['exclude', '^codec/'],
256 ['exclude', '^host/'], 257 ['exclude', '^host/'],
257 ['exclude', '^base/resources_unittest\\.cc$'], 258 ['exclude', '^base/resources_unittest\\.cc$'],
258 ] 259 ]
259 }], 260 }],
261 ['enable_it2me_host == 0', {
262 'dependencies!': [
263 'remoting_it2me_host_static',
264 ],
265 'sources/': [
266 ['exclude', '^host/it2me/'],
267 ]
268 }],
260 [ 'OS == "linux" and use_allocator!="none"', { 269 [ 'OS == "linux" and use_allocator!="none"', {
261 'dependencies': [ 270 'dependencies': [
262 '../base/allocator/allocator.gyp:allocator', 271 '../base/allocator/allocator.gyp:allocator',
263 ], 272 ],
264 }], 273 }],
265 ], # end of 'conditions' 274 ], # end of 'conditions'
266 }, # end of target 'remoting_unittests' 275 }, # end of target 'remoting_unittests'
267 { 276 {
268 'target_name': 'remoting_browser_test_resources', 277 'target_name': 'remoting_browser_test_resources',
269 'type': 'none', 278 'type': 'none',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'dependencies': [ 427 'dependencies': [
419 '../base/allocator/allocator.gyp:allocator', 428 '../base/allocator/allocator.gyp:allocator',
420 ], 429 ],
421 }], 430 }],
422 ], # end of 'conditions' 431 ], # end of 'conditions'
423 }, # end of target 'remoting_perftests' 432 }, # end of target 'remoting_perftests'
424 ] 433 ]
425 }] 434 }]
426 ] 435 ]
427 } 436 }
OLDNEW
« remoting/remoting_host.gypi ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698