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

Side by Side Diff: remoting/remoting.gyp

Issue 13212009: Made DesktopEnvironment responsible for creation of the disconnect window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More Mac fixes. Created 7 years, 8 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'host/continue_window_mac.mm', 338 'host/continue_window_mac.mm',
339 'host/continue_window_win.cc', 339 'host/continue_window_win.cc',
340 'host/desktop_environment.h', 340 'host/desktop_environment.h',
341 'host/desktop_resizer.h', 341 'host/desktop_resizer.h',
342 'host/desktop_resizer_linux.cc', 342 'host/desktop_resizer_linux.cc',
343 'host/desktop_resizer_mac.cc', 343 'host/desktop_resizer_mac.cc',
344 'host/desktop_resizer_win.cc', 344 'host/desktop_resizer_win.cc',
345 'host/desktop_session_connector.h', 345 'host/desktop_session_connector.h',
346 'host/desktop_session_proxy.cc', 346 'host/desktop_session_proxy.cc',
347 'host/desktop_session_proxy.h', 347 'host/desktop_session_proxy.h',
348 'host/disconnect_window.h',
349 'host/disconnect_window_gtk.cc', 348 'host/disconnect_window_gtk.cc',
350 'host/disconnect_window_mac.h', 349 'host/disconnect_window_mac.h',
351 'host/disconnect_window_mac.mm', 350 'host/disconnect_window_mac.mm',
352 'host/disconnect_window_win.cc', 351 'host/disconnect_window_win.cc',
353 'host/dns_blackhole_checker.cc', 352 'host/dns_blackhole_checker.cc',
354 'host/dns_blackhole_checker.h', 353 'host/dns_blackhole_checker.h',
355 'host/heartbeat_sender.cc', 354 'host/heartbeat_sender.cc',
356 'host/heartbeat_sender.h', 355 'host/heartbeat_sender.h',
357 'host/host_change_notification_listener.cc', 356 'host/host_change_notification_listener.cc',
358 'host/host_change_notification_listener.h', 357 'host/host_change_notification_listener.h',
359 'host/host_config.cc', 358 'host/host_config.cc',
360 'host/host_config.h', 359 'host/host_config.h',
361 'host/host_exit_codes.h', 360 'host/host_exit_codes.h',
362 'host/host_port_allocator.cc', 361 'host/host_port_allocator.cc',
363 'host/host_port_allocator.h', 362 'host/host_port_allocator.h',
364 'host/host_secret.cc', 363 'host/host_secret.cc',
365 'host/host_secret.h', 364 'host/host_secret.h',
366 'host/host_status_monitor.h', 365 'host/host_status_monitor.h',
367 'host/host_status_observer.h', 366 'host/host_status_observer.h',
368 'host/host_user_interface.cc', 367 'host/host_user_interface.cc',
369 'host/host_user_interface.h', 368 'host/host_user_interface.h',
369 'host/host_window.h',
370 'host/host_window_proxy.cc',
371 'host/host_window_proxy.h',
372 'host/in_memory_host_config.cc',
373 'host/in_memory_host_config.h',
370 'host/input_injector.h', 374 'host/input_injector.h',
371 'host/input_injector_linux.cc', 375 'host/input_injector_linux.cc',
372 'host/input_injector_mac.cc', 376 'host/input_injector_mac.cc',
373 'host/input_injector_win.cc', 377 'host/input_injector_win.cc',
374 'host/in_memory_host_config.cc',
375 'host/in_memory_host_config.h',
376 'host/ipc_audio_capturer.cc', 378 'host/ipc_audio_capturer.cc',
377 'host/ipc_audio_capturer.h', 379 'host/ipc_audio_capturer.h',
378 'host/ipc_constants.cc', 380 'host/ipc_constants.cc',
379 'host/ipc_constants.h', 381 'host/ipc_constants.h',
380 'host/ipc_desktop_environment.cc', 382 'host/ipc_desktop_environment.cc',
381 'host/ipc_desktop_environment.h', 383 'host/ipc_desktop_environment.h',
384 'host/ipc_host_event_logger.cc',
385 'host/ipc_host_event_logger.h',
382 'host/ipc_input_injector.cc', 386 'host/ipc_input_injector.cc',
383 'host/ipc_input_injector.h', 387 'host/ipc_input_injector.h',
384 'host/ipc_host_event_logger.cc',
385 'host/ipc_host_event_logger.h',
386 'host/ipc_screen_controls.cc', 388 'host/ipc_screen_controls.cc',
387 'host/ipc_screen_controls.h', 389 'host/ipc_screen_controls.h',
388 'host/ipc_video_frame_capturer.cc', 390 'host/ipc_video_frame_capturer.cc',
389 'host/ipc_video_frame_capturer.h', 391 'host/ipc_video_frame_capturer.h',
390 'host/it2me_host_user_interface.cc', 392 'host/it2me_host_user_interface.cc',
391 'host/it2me_host_user_interface.h', 393 'host/it2me_host_user_interface.h',
392 'host/json_host_config.cc', 394 'host/json_host_config.cc',
393 'host/json_host_config.h', 395 'host/json_host_config.h',
394 'host/linux/audio_pipe_reader.cc', 396 'host/linux/audio_pipe_reader.cc',
395 'host/linux/audio_pipe_reader.h', 397 'host/linux/audio_pipe_reader.h',
(...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2681 '../base/allocator/allocator.gyp:allocator', 2683 '../base/allocator/allocator.gyp:allocator',
2682 ], 2684 ],
2683 }, 2685 },
2684 ], 2686 ],
2685 ], 2687 ],
2686 }], # end of 'toolkit_uses_gtk == 1' 2688 }], # end of 'toolkit_uses_gtk == 1'
2687 ], # end of 'conditions' 2689 ], # end of 'conditions'
2688 }, # end of target 'remoting_unittests' 2690 }, # end of target 'remoting_unittests'
2689 ], # end of targets 2691 ], # end of targets
2690 } 2692 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/win/session_desktop_environment.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698