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

Side by Side Diff: remoting/remoting.gyp

Issue 13983010: Use webrtc::DesktopCapturer for screen capturer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'type': 'static_library', 293 'type': 'static_library',
294 'variables': { 'enable_wexit_time_destructors': 1, }, 294 'variables': { 'enable_wexit_time_destructors': 1, },
295 'dependencies': [ 295 'dependencies': [
296 'remoting_base', 296 'remoting_base',
297 'remoting_jingle_glue', 297 'remoting_jingle_glue',
298 'remoting_protocol', 298 'remoting_protocol',
299 '../crypto/crypto.gyp:crypto', 299 '../crypto/crypto.gyp:crypto',
300 '../google_apis/google_apis.gyp:google_apis', 300 '../google_apis/google_apis.gyp:google_apis',
301 '../media/media.gyp:media', 301 '../media/media.gyp:media',
302 '../ipc/ipc.gyp:ipc', 302 '../ipc/ipc.gyp:ipc',
303 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
303 ], 304 ],
304 'defines': [ 305 'defines': [
305 'VERSION=<(version_full)', 306 'VERSION=<(version_full)',
306 ], 307 ],
307 'sources': [ 308 'sources': [
308 'host/audio_capturer.cc', 309 'host/audio_capturer.cc',
309 'host/audio_capturer.h', 310 'host/audio_capturer.h',
310 'host/audio_capturer_linux.cc', 311 'host/audio_capturer_linux.cc',
311 'host/audio_capturer_linux.h', 312 'host/audio_capturer_linux.h',
312 'host/audio_capturer_mac.cc', 313 'host/audio_capturer_mac.cc',
313 'host/audio_capturer_win.cc', 314 'host/audio_capturer_win.cc',
314 'host/audio_capturer_win.h', 315 'host/audio_capturer_win.h',
315 'host/audio_scheduler.cc', 316 'host/audio_scheduler.cc',
316 'host/audio_scheduler.h', 317 'host/audio_scheduler.h',
317 'host/audio_silence_detector.cc', 318 'host/audio_silence_detector.cc',
318 'host/audio_silence_detector.h', 319 'host/audio_silence_detector.h',
319 'host/basic_desktop_environment.cc', 320 'host/basic_desktop_environment.cc',
320 'host/basic_desktop_environment.h', 321 'host/basic_desktop_environment.h',
321 'host/capture_scheduler.cc', 322 'host/capture_scheduler.cc',
322 'host/capture_scheduler.h', 323 'host/capture_scheduler.h',
323 'host/chromoting_host.cc', 324 'host/chromoting_host.cc',
324 'host/chromoting_host.h', 325 'host/chromoting_host.h',
325 'host/chromoting_host_context.cc', 326 'host/chromoting_host_context.cc',
326 'host/chromoting_host_context.h', 327 'host/chromoting_host_context.h',
327 'host/chromoting_messages.cc', 328 'host/chromoting_messages.cc',
328 'host/chromoting_messages.h', 329 'host/chromoting_messages.h',
330 'host/chromoting_param_traits.cc',
331 'host/chromoting_param_traits.h',
329 'host/client_session.cc', 332 'host/client_session.cc',
330 'host/client_session.h', 333 'host/client_session.h',
331 'host/client_session_control.h', 334 'host/client_session_control.h',
332 'host/clipboard.h', 335 'host/clipboard.h',
333 'host/clipboard_mac.mm', 336 'host/clipboard_mac.mm',
334 'host/clipboard_win.cc', 337 'host/clipboard_win.cc',
335 'host/clipboard_x11.cc', 338 'host/clipboard_x11.cc',
336 'host/config_file_watcher.cc', 339 'host/config_file_watcher.cc',
337 'host/config_file_watcher.h', 340 'host/config_file_watcher.h',
338 'host/constants_mac.cc', 341 'host/constants_mac.cc',
(...skipping 12 matching lines...) Expand all
351 'host/desktop_session_proxy.cc', 354 'host/desktop_session_proxy.cc',
352 'host/desktop_session_proxy.h', 355 'host/desktop_session_proxy.h',
353 'host/disconnect_window_gtk.cc', 356 'host/disconnect_window_gtk.cc',
354 'host/disconnect_window_mac.h', 357 'host/disconnect_window_mac.h',
355 'host/disconnect_window_mac.mm', 358 'host/disconnect_window_mac.mm',
356 'host/disconnect_window_win.cc', 359 'host/disconnect_window_win.cc',
357 'host/dns_blackhole_checker.cc', 360 'host/dns_blackhole_checker.cc',
358 'host/dns_blackhole_checker.h', 361 'host/dns_blackhole_checker.h',
359 'host/heartbeat_sender.cc', 362 'host/heartbeat_sender.cc',
360 'host/heartbeat_sender.h', 363 'host/heartbeat_sender.h',
361 'host/host_change_notification_listener.cc', 364 'host/host_change_notification_listener.cc',
362 'host/host_change_notification_listener.h', 365 'host/host_change_notification_listener.h',
363 'host/host_config.cc', 366 'host/host_config.cc',
364 'host/host_config.h', 367 'host/host_config.h',
365 'host/host_exit_codes.h', 368 'host/host_exit_codes.h',
366 'host/host_port_allocator.cc', 369 'host/host_port_allocator.cc',
367 'host/host_port_allocator.h', 370 'host/host_port_allocator.h',
368 'host/host_secret.cc', 371 'host/host_secret.cc',
369 'host/host_secret.h', 372 'host/host_secret.h',
370 'host/host_status_monitor.h', 373 'host/host_status_monitor.h',
371 'host/host_status_observer.h', 374 'host/host_status_observer.h',
(...skipping 2149 matching lines...) Expand 10 before | Expand all | Expand 10 after
2521 'remoting_base', 2524 'remoting_base',
2522 'remoting_breakpad', 2525 'remoting_breakpad',
2523 'remoting_client', 2526 'remoting_client',
2524 'remoting_client_plugin', 2527 'remoting_client_plugin',
2525 'remoting_host', 2528 'remoting_host',
2526 'remoting_host_event_logger', 2529 'remoting_host_event_logger',
2527 'remoting_host_setup_base', 2530 'remoting_host_setup_base',
2528 'remoting_jingle_glue', 2531 'remoting_jingle_glue',
2529 'remoting_protocol', 2532 'remoting_protocol',
2530 'remoting_resources', 2533 'remoting_resources',
2534 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2531 ], 2535 ],
2532 'defines': [ 2536 'defines': [
2533 'VERSION=<(version_full)', 2537 'VERSION=<(version_full)',
2534 ], 2538 ],
2535 'include_dirs': [ 2539 'include_dirs': [
2536 '../testing/gmock/include', 2540 '../testing/gmock/include',
2537 ], 2541 ],
2538 'sources': [ 2542 'sources': [
2539 '../chrome/test/base/run_all_remoting_unittests.cc', 2543 '../chrome/test/base/run_all_remoting_unittests.cc',
2540 'base/auth_token_util_unittest.cc', 2544 'base/auth_token_util_unittest.cc',
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 '../base/allocator/allocator.gyp:allocator', 2722 '../base/allocator/allocator.gyp:allocator',
2719 ], 2723 ],
2720 }, 2724 },
2721 ], 2725 ],
2722 ], 2726 ],
2723 }], # end of 'toolkit_uses_gtk == 1' 2727 }], # end of 'toolkit_uses_gtk == 1'
2724 ], # end of 'conditions' 2728 ], # end of 'conditions'
2725 }, # end of target 'remoting_unittests' 2729 }, # end of target 'remoting_unittests'
2726 ], # end of targets 2730 ], # end of targets
2727 } 2731 }
OLDNEW
« remoting/host/video_scheduler.cc ('K') | « remoting/host/video_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698