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

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: Fix linker errors on build bots 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
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 ],
248 }, { # chromeos==1
249 'dependencies': [
250 '../ash/ash.gyp:ash',
251 '../cc/cc.gyp:cc',
252 '../ui/aura/aura.gyp:aura',
253 ]
246 }], 254 }],
247 ['enable_remoting_host == 0', { 255 ['enable_remoting_host == 0', {
248 'dependencies!': [ 256 'dependencies!': [
249 'remoting_host', 257 'remoting_host',
250 'remoting_host_setup_base', 258 'remoting_host_setup_base',
251 'remoting_it2me_host_static',
252 'remoting_native_messaging_base', 259 'remoting_native_messaging_base',
253 ], 260 ],
254 'sources/': [ 261 'sources/': [
255 ['exclude', '^codec/'], 262 ['exclude', '^codec/'],
256 ['exclude', '^host/'], 263 ['exclude', '^host/'],
257 ['exclude', '^base/resources_unittest\\.cc$'], 264 ['exclude', '^base/resources_unittest\\.cc$'],
258 ] 265 ]
259 }], 266 }],
267 ['enable_it2me_host == 0', {
268 'dependencies!': [
269 'remoting_it2me_host_static',
270 ],
271 'sources/': [
272 ['exclude', '^host/it2me/'],
273 ]
274 }],
260 [ 'OS == "linux" and use_allocator!="none"', { 275 [ 'OS == "linux" and use_allocator!="none"', {
261 'dependencies': [ 276 'dependencies': [
262 '../base/allocator/allocator.gyp:allocator', 277 '../base/allocator/allocator.gyp:allocator',
263 ], 278 ],
264 }], 279 }],
265 ], # end of 'conditions' 280 ], # end of 'conditions'
266 }, # end of target 'remoting_unittests' 281 }, # end of target 'remoting_unittests'
267 { 282 {
268 'target_name': 'remoting_browser_test_resources', 283 'target_name': 'remoting_browser_test_resources',
269 'type': 'none', 284 'type': 'none',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'dependencies': [ 433 'dependencies': [
419 '../base/allocator/allocator.gyp:allocator', 434 '../base/allocator/allocator.gyp:allocator',
420 ], 435 ],
421 }], 436 }],
422 ], # end of 'conditions' 437 ], # end of 'conditions'
423 }, # end of target 'remoting_perftests' 438 }, # end of target 'remoting_perftests'
424 ] 439 ]
425 }] 440 }]
426 ] 441 ]
427 } 442 }
OLDNEW
« remoting/host/chromeos/aura_desktop_capturer.cc ('K') | « remoting/remoting_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698