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

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: fix Mac 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
« no previous file with comments | « remoting/host/win/session_desktop_environment.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/continue_window_mac.mm', 339 'host/continue_window_mac.mm',
340 'host/continue_window_win.cc', 340 'host/continue_window_win.cc',
341 'host/desktop_environment.h', 341 'host/desktop_environment.h',
342 'host/desktop_resizer.h', 342 'host/desktop_resizer.h',
343 'host/desktop_resizer_linux.cc', 343 'host/desktop_resizer_linux.cc',
344 'host/desktop_resizer_mac.cc', 344 'host/desktop_resizer_mac.cc',
345 'host/desktop_resizer_win.cc', 345 'host/desktop_resizer_win.cc',
346 'host/desktop_session_connector.h', 346 'host/desktop_session_connector.h',
347 'host/desktop_session_proxy.cc', 347 'host/desktop_session_proxy.cc',
348 'host/desktop_session_proxy.h', 348 'host/desktop_session_proxy.h',
349 'host/disconnect_window.h',
350 'host/disconnect_window_gtk.cc', 349 'host/disconnect_window_gtk.cc',
351 'host/disconnect_window_mac.h', 350 'host/disconnect_window_mac.h',
352 'host/disconnect_window_mac.mm', 351 'host/disconnect_window_mac.mm',
353 'host/disconnect_window_win.cc', 352 'host/disconnect_window_win.cc',
354 'host/dns_blackhole_checker.cc', 353 'host/dns_blackhole_checker.cc',
355 'host/dns_blackhole_checker.h', 354 'host/dns_blackhole_checker.h',
356 'host/heartbeat_sender.cc', 355 'host/heartbeat_sender.cc',
357 'host/heartbeat_sender.h', 356 'host/heartbeat_sender.h',
358 'host/host_change_notification_listener.cc', 357 'host/host_change_notification_listener.cc',
359 'host/host_change_notification_listener.h', 358 'host/host_change_notification_listener.h',
360 'host/host_config.cc', 359 'host/host_config.cc',
361 'host/host_config.h', 360 'host/host_config.h',
362 'host/host_exit_codes.h', 361 'host/host_exit_codes.h',
363 'host/host_port_allocator.cc', 362 'host/host_port_allocator.cc',
364 'host/host_port_allocator.h', 363 'host/host_port_allocator.h',
365 'host/host_secret.cc', 364 'host/host_secret.cc',
366 'host/host_secret.h', 365 'host/host_secret.h',
367 'host/host_status_monitor.h', 366 'host/host_status_monitor.h',
368 'host/host_status_observer.h', 367 'host/host_status_observer.h',
369 'host/host_user_interface.cc', 368 'host/host_user_interface.cc',
370 'host/host_user_interface.h', 369 'host/host_user_interface.h',
370 'host/host_window.h',
371 'host/host_window_proxy.cc',
372 'host/host_window_proxy.h',
373 'host/in_memory_host_config.cc',
374 'host/in_memory_host_config.h',
371 'host/input_injector.h', 375 'host/input_injector.h',
372 'host/input_injector_linux.cc', 376 'host/input_injector_linux.cc',
373 'host/input_injector_mac.cc', 377 'host/input_injector_mac.cc',
374 'host/input_injector_win.cc', 378 'host/input_injector_win.cc',
375 'host/in_memory_host_config.cc',
376 'host/in_memory_host_config.h',
377 'host/ipc_audio_capturer.cc', 379 'host/ipc_audio_capturer.cc',
378 'host/ipc_audio_capturer.h', 380 'host/ipc_audio_capturer.h',
379 'host/ipc_constants.cc', 381 'host/ipc_constants.cc',
380 'host/ipc_constants.h', 382 'host/ipc_constants.h',
381 'host/ipc_desktop_environment.cc', 383 'host/ipc_desktop_environment.cc',
382 'host/ipc_desktop_environment.h', 384 'host/ipc_desktop_environment.h',
385 'host/ipc_host_event_logger.cc',
386 'host/ipc_host_event_logger.h',
383 'host/ipc_input_injector.cc', 387 'host/ipc_input_injector.cc',
384 'host/ipc_input_injector.h', 388 'host/ipc_input_injector.h',
385 'host/ipc_host_event_logger.cc',
386 'host/ipc_host_event_logger.h',
387 'host/ipc_screen_controls.cc', 389 'host/ipc_screen_controls.cc',
388 'host/ipc_screen_controls.h', 390 'host/ipc_screen_controls.h',
389 'host/ipc_video_frame_capturer.cc', 391 'host/ipc_video_frame_capturer.cc',
390 'host/ipc_video_frame_capturer.h', 392 'host/ipc_video_frame_capturer.h',
391 'host/it2me_host_user_interface.cc', 393 'host/it2me_host_user_interface.cc',
392 'host/it2me_host_user_interface.h', 394 'host/it2me_host_user_interface.h',
393 'host/json_host_config.cc', 395 'host/json_host_config.cc',
394 'host/json_host_config.h', 396 'host/json_host_config.h',
395 'host/linux/audio_pipe_reader.cc', 397 'host/linux/audio_pipe_reader.cc',
396 'host/linux/audio_pipe_reader.h', 398 'host/linux/audio_pipe_reader.h',
(...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after
2686 '../base/allocator/allocator.gyp:allocator', 2688 '../base/allocator/allocator.gyp:allocator',
2687 ], 2689 ],
2688 }, 2690 },
2689 ], 2691 ],
2690 ], 2692 ],
2691 }], # end of 'toolkit_uses_gtk == 1' 2693 }], # end of 'toolkit_uses_gtk == 1'
2692 ], # end of 'conditions' 2694 ], # end of 'conditions'
2693 }, # end of target 'remoting_unittests' 2695 }, # end of target 'remoting_unittests'
2694 ], # end of targets 2696 ], # end of targets
2695 } 2697 }
OLDNEW
« no previous file with comments | « 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