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

Side by Side Diff: remoting/remoting.gyp

Issue 11761019: Tiny little refactoring of DesktopEnvironment. (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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 'host/clipboard.h', 354 'host/clipboard.h',
355 'host/clipboard_linux.cc', 355 'host/clipboard_linux.cc',
356 'host/clipboard_mac.mm', 356 'host/clipboard_mac.mm',
357 'host/clipboard_win.cc', 357 'host/clipboard_win.cc',
358 'host/constants_mac.cc', 358 'host/constants_mac.cc',
359 'host/constants_mac.h', 359 'host/constants_mac.h',
360 'host/continue_window.h', 360 'host/continue_window.h',
361 'host/continue_window_gtk.cc', 361 'host/continue_window_gtk.cc',
362 'host/continue_window_mac.mm', 362 'host/continue_window_mac.mm',
363 'host/continue_window_win.cc', 363 'host/continue_window_win.cc',
364 'host/desktop_environment.cc',
365 'host/desktop_environment.h', 364 'host/desktop_environment.h',
366 'host/desktop_environment_factory.cc', 365 'host/desktop_environment_factory.cc',
367 'host/desktop_environment_factory.h', 366 'host/desktop_environment_factory.h',
368 'host/desktop_resizer.h', 367 'host/desktop_resizer.h',
369 'host/desktop_resizer_linux.cc', 368 'host/desktop_resizer_linux.cc',
370 'host/desktop_resizer_win.cc', 369 'host/desktop_resizer_win.cc',
371 'host/desktop_resizer_mac.cc', 370 'host/desktop_resizer_mac.cc',
372 'host/desktop_session_connector.h', 371 'host/desktop_session_connector.h',
373 'host/desktop_session_proxy.cc', 372 'host/desktop_session_proxy.cc',
374 'host/desktop_session_proxy.h', 373 'host/desktop_session_proxy.h',
(...skipping 27 matching lines...) Expand all
402 'host/in_memory_host_config.cc', 401 'host/in_memory_host_config.cc',
403 'host/in_memory_host_config.h', 402 'host/in_memory_host_config.h',
404 'host/ipc_audio_capturer.cc', 403 'host/ipc_audio_capturer.cc',
405 'host/ipc_audio_capturer.h', 404 'host/ipc_audio_capturer.h',
406 'host/ipc_constants.cc', 405 'host/ipc_constants.cc',
407 'host/ipc_constants.h', 406 'host/ipc_constants.h',
408 'host/ipc_desktop_environment_factory.cc', 407 'host/ipc_desktop_environment_factory.cc',
409 'host/ipc_desktop_environment_factory.h', 408 'host/ipc_desktop_environment_factory.h',
410 'host/ipc_desktop_environment.cc', 409 'host/ipc_desktop_environment.cc',
411 'host/ipc_desktop_environment.h', 410 'host/ipc_desktop_environment.h',
412 'host/ipc_event_executor.cc',
413 'host/ipc_event_executor.h',
414 'host/ipc_video_frame_capturer.cc', 411 'host/ipc_video_frame_capturer.cc',
415 'host/ipc_video_frame_capturer.h', 412 'host/ipc_video_frame_capturer.h',
416 'host/it2me_host_user_interface.cc', 413 'host/it2me_host_user_interface.cc',
417 'host/it2me_host_user_interface.h', 414 'host/it2me_host_user_interface.h',
418 'host/json_host_config.cc', 415 'host/json_host_config.cc',
419 'host/json_host_config.h', 416 'host/json_host_config.h',
420 'host/linux/audio_pipe_reader.cc', 417 'host/linux/audio_pipe_reader.cc',
421 'host/linux/audio_pipe_reader.h', 418 'host/linux/audio_pipe_reader.h',
422 'host/linux/x11_util.cc', 419 'host/linux/x11_util.cc',
423 'host/linux/x11_util.h', 420 'host/linux/x11_util.h',
424 'host/linux/x_server_clipboard.cc', 421 'host/linux/x_server_clipboard.cc',
425 'host/linux/x_server_clipboard.h', 422 'host/linux/x_server_clipboard.h',
423 'host/local_desktop_environment.cc',
424 'host/local_desktop_environment.h',
426 'host/local_input_monitor.h', 425 'host/local_input_monitor.h',
427 'host/local_input_monitor_linux.cc', 426 'host/local_input_monitor_linux.cc',
428 'host/local_input_monitor_mac.mm', 427 'host/local_input_monitor_mac.mm',
429 'host/local_input_monitor_thread_linux.cc', 428 'host/local_input_monitor_thread_linux.cc',
430 'host/local_input_monitor_thread_linux.h', 429 'host/local_input_monitor_thread_linux.h',
431 'host/local_input_monitor_win.cc', 430 'host/local_input_monitor_win.cc',
432 'host/log_to_server.cc', 431 'host/log_to_server.cc',
433 'host/log_to_server.h', 432 'host/log_to_server.h',
434 'host/mouse_clamping_filter.cc', 433 'host/mouse_clamping_filter.cc',
435 'host/mouse_clamping_filter.h', 434 'host/mouse_clamping_filter.h',
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 'host/branding.cc', 2227 'host/branding.cc',
2229 'host/branding.h', 2228 'host/branding.h',
2230 'host/chromoting_host_context_unittest.cc', 2229 'host/chromoting_host_context_unittest.cc',
2231 'host/chromoting_host_unittest.cc', 2230 'host/chromoting_host_unittest.cc',
2232 'host/client_session_unittest.cc', 2231 'host/client_session_unittest.cc',
2233 'host/config_file_watcher.cc', 2232 'host/config_file_watcher.cc',
2234 'host/config_file_watcher.h', 2233 'host/config_file_watcher.h',
2235 'host/daemon_process.cc', 2234 'host/daemon_process.cc',
2236 'host/daemon_process.h', 2235 'host/daemon_process.h',
2237 'host/daemon_process_unittest.cc', 2236 'host/daemon_process_unittest.cc',
2237 'host/desktop_environment_fake.cc',
2238 'host/desktop_environment_fake.h',
2238 'host/desktop_process.cc', 2239 'host/desktop_process.cc',
2239 'host/desktop_process.h', 2240 'host/desktop_process.h',
2240 'host/desktop_process_unittest.cc', 2241 'host/desktop_process_unittest.cc',
2241 'host/desktop_session.cc', 2242 'host/desktop_session.cc',
2242 'host/desktop_session.h', 2243 'host/desktop_session.h',
2243 'host/desktop_session_agent.cc', 2244 'host/desktop_session_agent.cc',
2244 'host/desktop_session_agent.h', 2245 'host/desktop_session_agent.h',
2245 'host/desktop_session_agent_posix.cc', 2246 'host/desktop_session_agent_posix.cc',
2246 'host/desktop_session_agent_win.cc', 2247 'host/desktop_session_agent_win.cc',
2247 'host/heartbeat_sender_unittest.cc', 2248 'host/heartbeat_sender_unittest.cc',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 '../base/allocator/allocator.gyp:allocator', 2373 '../base/allocator/allocator.gyp:allocator',
2373 ], 2374 ],
2374 }, 2375 },
2375 ], 2376 ],
2376 ], 2377 ],
2377 }], # end of 'toolkit_uses_gtk == 1' 2378 }], # end of 'toolkit_uses_gtk == 1'
2378 ], # end of 'conditions' 2379 ], # end of 'conditions'
2379 }, # end of target 'remoting_unittests' 2380 }, # end of target 'remoting_unittests'
2380 ], # end of targets 2381 ], # end of targets
2381 } 2382 }
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