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

Side by Side Diff: remoting/remoting.gyp

Issue 11778049: Making DesktopEnvironment a factory class used by ClientSession to create audio/video capturers and… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 years, 11 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
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('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 (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 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 'host/audio_capturer.h', 339 'host/audio_capturer.h',
340 'host/audio_capturer_linux.cc', 340 'host/audio_capturer_linux.cc',
341 'host/audio_capturer_linux.h', 341 'host/audio_capturer_linux.h',
342 'host/audio_capturer_mac.cc', 342 'host/audio_capturer_mac.cc',
343 'host/audio_capturer_win.cc', 343 'host/audio_capturer_win.cc',
344 'host/audio_capturer_win.h', 344 'host/audio_capturer_win.h',
345 'host/audio_scheduler.cc', 345 'host/audio_scheduler.cc',
346 'host/audio_scheduler.h', 346 'host/audio_scheduler.h',
347 'host/audio_silence_detector.cc', 347 'host/audio_silence_detector.cc',
348 'host/audio_silence_detector.h', 348 'host/audio_silence_detector.h',
349 'host/basic_desktop_environment.cc',
350 'host/basic_desktop_environment.h',
349 'host/capture_scheduler.cc', 351 'host/capture_scheduler.cc',
350 'host/capture_scheduler.h', 352 'host/capture_scheduler.h',
351 'host/chromoting_host.cc', 353 'host/chromoting_host.cc',
352 'host/chromoting_host.h', 354 'host/chromoting_host.h',
353 'host/chromoting_host_context.cc', 355 'host/chromoting_host_context.cc',
354 'host/chromoting_host_context.h', 356 'host/chromoting_host_context.h',
355 'host/chromoting_messages.cc', 357 'host/chromoting_messages.cc',
356 'host/chromoting_messages.h', 358 'host/chromoting_messages.h',
357 'host/client_session.cc', 359 'host/client_session.cc',
358 'host/client_session.h', 360 'host/client_session.h',
359 'host/clipboard.h', 361 'host/clipboard.h',
360 'host/clipboard_linux.cc', 362 'host/clipboard_linux.cc',
361 'host/clipboard_mac.mm', 363 'host/clipboard_mac.mm',
362 'host/clipboard_win.cc', 364 'host/clipboard_win.cc',
363 'host/constants_mac.cc', 365 'host/constants_mac.cc',
364 'host/constants_mac.h', 366 'host/constants_mac.h',
365 'host/continue_window.h', 367 'host/continue_window.h',
366 'host/continue_window_gtk.cc', 368 'host/continue_window_gtk.cc',
367 'host/continue_window_mac.mm', 369 'host/continue_window_mac.mm',
368 'host/continue_window_win.cc', 370 'host/continue_window_win.cc',
369 'host/desktop_environment.cc',
370 'host/desktop_environment.h', 371 'host/desktop_environment.h',
371 'host/desktop_environment_factory.cc',
372 'host/desktop_environment_factory.h',
373 'host/desktop_resizer.h', 372 'host/desktop_resizer.h',
374 'host/desktop_resizer_linux.cc', 373 'host/desktop_resizer_linux.cc',
375 'host/desktop_resizer_win.cc', 374 'host/desktop_resizer_win.cc',
376 'host/desktop_resizer_mac.cc', 375 'host/desktop_resizer_mac.cc',
377 'host/desktop_session_connector.h', 376 'host/desktop_session_connector.h',
378 'host/desktop_session_proxy.cc', 377 'host/desktop_session_proxy.cc',
379 'host/desktop_session_proxy.h', 378 'host/desktop_session_proxy.h',
380 'host/disconnect_window.h', 379 'host/disconnect_window.h',
381 'host/disconnect_window_gtk.cc', 380 'host/disconnect_window_gtk.cc',
382 'host/disconnect_window_mac.h', 381 'host/disconnect_window_mac.h',
(...skipping 20 matching lines...) Expand all
403 'host/host_secret.h', 402 'host/host_secret.h',
404 'host/host_status_observer.h', 403 'host/host_status_observer.h',
405 'host/host_user_interface.cc', 404 'host/host_user_interface.cc',
406 'host/host_user_interface.h', 405 'host/host_user_interface.h',
407 'host/in_memory_host_config.cc', 406 'host/in_memory_host_config.cc',
408 'host/in_memory_host_config.h', 407 'host/in_memory_host_config.h',
409 'host/ipc_audio_capturer.cc', 408 'host/ipc_audio_capturer.cc',
410 'host/ipc_audio_capturer.h', 409 'host/ipc_audio_capturer.h',
411 'host/ipc_constants.cc', 410 'host/ipc_constants.cc',
412 'host/ipc_constants.h', 411 'host/ipc_constants.h',
413 'host/ipc_desktop_environment_factory.cc',
414 'host/ipc_desktop_environment_factory.h',
415 'host/ipc_desktop_environment.cc', 412 'host/ipc_desktop_environment.cc',
416 'host/ipc_desktop_environment.h', 413 'host/ipc_desktop_environment.h',
417 'host/ipc_event_executor.cc', 414 'host/ipc_event_executor.cc',
418 'host/ipc_event_executor.h', 415 'host/ipc_event_executor.h',
419 'host/ipc_video_frame_capturer.cc', 416 'host/ipc_video_frame_capturer.cc',
420 'host/ipc_video_frame_capturer.h', 417 'host/ipc_video_frame_capturer.h',
421 'host/it2me_host_user_interface.cc', 418 'host/it2me_host_user_interface.cc',
422 'host/it2me_host_user_interface.h', 419 'host/it2me_host_user_interface.h',
423 'host/json_host_config.cc', 420 'host/json_host_config.cc',
424 'host/json_host_config.h', 421 'host/json_host_config.h',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 'host/video_scheduler.cc', 472 'host/video_scheduler.cc',
476 'host/video_scheduler.h', 473 'host/video_scheduler.h',
477 'host/vlog_net_log.cc', 474 'host/vlog_net_log.cc',
478 'host/vlog_net_log.h', 475 'host/vlog_net_log.h',
479 'host/win/launch_process_with_token.cc', 476 'host/win/launch_process_with_token.cc',
480 'host/win/launch_process_with_token.h', 477 'host/win/launch_process_with_token.h',
481 'host/win/omaha.cc', 478 'host/win/omaha.cc',
482 'host/win/omaha.h', 479 'host/win/omaha.h',
483 'host/win/security_descriptor.cc', 480 'host/win/security_descriptor.cc',
484 'host/win/security_descriptor.h', 481 'host/win/security_descriptor.h',
485 'host/win/session_desktop_environment_factory.cc', 482 'host/win/session_desktop_environment.cc',
486 'host/win/session_desktop_environment_factory.h', 483 'host/win/session_desktop_environment.h',
487 'host/win/session_event_executor.cc', 484 'host/win/session_event_executor.cc',
488 'host/win/session_event_executor.h', 485 'host/win/session_event_executor.h',
489 'host/win/window_station_and_desktop.cc', 486 'host/win/window_station_and_desktop.cc',
490 'host/win/window_station_and_desktop.h', 487 'host/win/window_station_and_desktop.h',
491 ], 488 ],
492 'conditions': [ 489 'conditions': [
493 ['toolkit_uses_gtk==1', { 490 ['toolkit_uses_gtk==1', {
494 'dependencies': [ 491 'dependencies': [
495 '../build/linux/system.gyp:gtk', 492 '../build/linux/system.gyp:gtk',
496 ], 493 ],
(...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after
2378 '../base/allocator/allocator.gyp:allocator', 2375 '../base/allocator/allocator.gyp:allocator',
2379 ], 2376 ],
2380 }, 2377 },
2381 ], 2378 ],
2382 ], 2379 ],
2383 }], # end of 'toolkit_uses_gtk == 1' 2380 }], # end of 'toolkit_uses_gtk == 1'
2384 ], # end of 'conditions' 2381 ], # end of 'conditions'
2385 }, # end of target 'remoting_unittests' 2382 }, # end of target 'remoting_unittests'
2386 ], # end of targets 2383 ], # end of targets
2387 } 2384 }
OLDNEW
« no previous file with comments | « remoting/host/win/session_desktop_environment_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698