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

Side by Side Diff: remoting/remoting.gyp

Issue 13461029: The continue window is owned by the desktop environment now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'host/client_session.h', 327 'host/client_session.h',
328 'host/client_session_control.h', 328 'host/client_session_control.h',
329 'host/clipboard.h', 329 'host/clipboard.h',
330 'host/clipboard_linux.cc', 330 'host/clipboard_linux.cc',
331 'host/clipboard_mac.mm', 331 'host/clipboard_mac.mm',
332 'host/clipboard_win.cc', 332 'host/clipboard_win.cc',
333 'host/config_file_watcher.cc', 333 'host/config_file_watcher.cc',
334 'host/config_file_watcher.h', 334 'host/config_file_watcher.h',
335 'host/constants_mac.cc', 335 'host/constants_mac.cc',
336 'host/constants_mac.h', 336 'host/constants_mac.h',
337 'host/continue_window.cc',
337 'host/continue_window.h', 338 'host/continue_window.h',
338 'host/continue_window_gtk.cc', 339 'host/continue_window_gtk.cc',
339 'host/continue_window_mac.mm', 340 'host/continue_window_mac.mm',
340 'host/continue_window_win.cc', 341 'host/continue_window_win.cc',
341 'host/desktop_environment.h', 342 'host/desktop_environment.h',
342 'host/desktop_resizer.h', 343 'host/desktop_resizer.h',
343 'host/desktop_resizer_linux.cc', 344 'host/desktop_resizer_linux.cc',
344 'host/desktop_resizer_mac.cc', 345 'host/desktop_resizer_mac.cc',
345 'host/desktop_resizer_win.cc', 346 'host/desktop_resizer_win.cc',
346 'host/desktop_session_connector.h', 347 'host/desktop_session_connector.h',
(...skipping 11 matching lines...) Expand all
358 'host/host_change_notification_listener.h', 359 'host/host_change_notification_listener.h',
359 'host/host_config.cc', 360 'host/host_config.cc',
360 'host/host_config.h', 361 'host/host_config.h',
361 'host/host_exit_codes.h', 362 'host/host_exit_codes.h',
362 'host/host_port_allocator.cc', 363 'host/host_port_allocator.cc',
363 'host/host_port_allocator.h', 364 'host/host_port_allocator.h',
364 'host/host_secret.cc', 365 'host/host_secret.cc',
365 'host/host_secret.h', 366 'host/host_secret.h',
366 'host/host_status_monitor.h', 367 'host/host_status_monitor.h',
367 'host/host_status_observer.h', 368 'host/host_status_observer.h',
368 'host/host_user_interface.cc',
369 'host/host_user_interface.h',
370 'host/host_window.h', 369 'host/host_window.h',
371 'host/host_window_proxy.cc', 370 'host/host_window_proxy.cc',
372 'host/host_window_proxy.h', 371 'host/host_window_proxy.h',
373 'host/in_memory_host_config.cc', 372 'host/in_memory_host_config.cc',
374 'host/in_memory_host_config.h', 373 'host/in_memory_host_config.h',
375 'host/input_injector.h', 374 'host/input_injector.h',
376 'host/input_injector_linux.cc', 375 'host/input_injector_linux.cc',
377 'host/input_injector_mac.cc', 376 'host/input_injector_mac.cc',
378 'host/input_injector_win.cc', 377 'host/input_injector_win.cc',
379 'host/ipc_audio_capturer.cc', 378 'host/ipc_audio_capturer.cc',
380 'host/ipc_audio_capturer.h', 379 'host/ipc_audio_capturer.h',
381 'host/ipc_constants.cc', 380 'host/ipc_constants.cc',
382 'host/ipc_constants.h', 381 'host/ipc_constants.h',
383 'host/ipc_desktop_environment.cc', 382 'host/ipc_desktop_environment.cc',
384 'host/ipc_desktop_environment.h', 383 'host/ipc_desktop_environment.h',
385 'host/ipc_host_event_logger.cc', 384 'host/ipc_host_event_logger.cc',
386 'host/ipc_host_event_logger.h', 385 'host/ipc_host_event_logger.h',
387 'host/ipc_input_injector.cc', 386 'host/ipc_input_injector.cc',
388 'host/ipc_input_injector.h', 387 'host/ipc_input_injector.h',
389 'host/ipc_screen_controls.cc', 388 'host/ipc_screen_controls.cc',
390 'host/ipc_screen_controls.h', 389 'host/ipc_screen_controls.h',
391 'host/ipc_video_frame_capturer.cc', 390 'host/ipc_video_frame_capturer.cc',
392 'host/ipc_video_frame_capturer.h', 391 'host/ipc_video_frame_capturer.h',
393 'host/it2me_host_user_interface.cc', 392 'host/it2me_desktop_environment.cc',
394 'host/it2me_host_user_interface.h', 393 'host/it2me_desktop_environment.h',
395 'host/json_host_config.cc', 394 'host/json_host_config.cc',
396 'host/json_host_config.h', 395 'host/json_host_config.h',
397 'host/linux/audio_pipe_reader.cc', 396 'host/linux/audio_pipe_reader.cc',
398 'host/linux/audio_pipe_reader.h', 397 'host/linux/audio_pipe_reader.h',
399 'host/linux/x11_util.cc', 398 'host/linux/x11_util.cc',
400 'host/linux/x11_util.h', 399 'host/linux/x11_util.h',
401 'host/linux/x_server_clipboard.cc', 400 'host/linux/x_server_clipboard.cc',
402 'host/linux/x_server_clipboard.h', 401 'host/linux/x_server_clipboard.h',
403 'host/local_input_monitor.h', 402 'host/local_input_monitor.h',
404 'host/local_input_monitor_linux.cc', 403 'host/local_input_monitor_linux.cc',
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2688 '../base/allocator/allocator.gyp:allocator', 2687 '../base/allocator/allocator.gyp:allocator',
2689 ], 2688 ],
2690 }, 2689 },
2691 ], 2690 ],
2692 ], 2691 ],
2693 }], # end of 'toolkit_uses_gtk == 1' 2692 }], # end of 'toolkit_uses_gtk == 1'
2694 ], # end of 'conditions' 2693 ], # end of 'conditions'
2695 }, # end of target 'remoting_unittests' 2694 }, # end of target 'remoting_unittests'
2696 ], # end of targets 2695 ], # end of targets
2697 } 2696 }
OLDNEW
« remoting/host/plugin/host_script_object.h ('K') | « remoting/host/plugin/host_script_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698