OLD | NEW |
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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'host/ipc_audio_capturer.cc', | 367 'host/ipc_audio_capturer.cc', |
368 'host/ipc_audio_capturer.h', | 368 'host/ipc_audio_capturer.h', |
369 'host/ipc_constants.cc', | 369 'host/ipc_constants.cc', |
370 'host/ipc_constants.h', | 370 'host/ipc_constants.h', |
371 'host/ipc_desktop_environment.cc', | 371 'host/ipc_desktop_environment.cc', |
372 'host/ipc_desktop_environment.h', | 372 'host/ipc_desktop_environment.h', |
373 'host/ipc_host_event_logger.cc', | 373 'host/ipc_host_event_logger.cc', |
374 'host/ipc_host_event_logger.h', | 374 'host/ipc_host_event_logger.h', |
375 'host/ipc_input_injector.cc', | 375 'host/ipc_input_injector.cc', |
376 'host/ipc_input_injector.h', | 376 'host/ipc_input_injector.h', |
| 377 'host/ipc_mouse_cursor_monitor.cc', |
| 378 'host/ipc_mouse_cursor_monitor.h', |
377 'host/ipc_screen_controls.cc', | 379 'host/ipc_screen_controls.cc', |
378 'host/ipc_screen_controls.h', | 380 'host/ipc_screen_controls.h', |
379 'host/ipc_util.h', | 381 'host/ipc_util.h', |
380 'host/ipc_util_posix.cc', | 382 'host/ipc_util_posix.cc', |
381 'host/ipc_util_win.cc', | 383 'host/ipc_util_win.cc', |
382 'host/ipc_video_frame_capturer.cc', | 384 'host/ipc_video_frame_capturer.cc', |
383 'host/ipc_video_frame_capturer.h', | 385 'host/ipc_video_frame_capturer.h', |
384 'host/it2me_desktop_environment.cc', | 386 'host/it2me_desktop_environment.cc', |
385 'host/it2me_desktop_environment.h', | 387 'host/it2me_desktop_environment.h', |
386 'host/json_host_config.cc', | 388 'host/json_host_config.cc', |
(...skipping 2496 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2883 '../base/allocator/allocator.gyp:allocator', | 2885 '../base/allocator/allocator.gyp:allocator', |
2884 ], | 2886 ], |
2885 }, | 2887 }, |
2886 ], | 2888 ], |
2887 ], | 2889 ], |
2888 }], # end of 'toolkit_uses_gtk == 1' | 2890 }], # end of 'toolkit_uses_gtk == 1' |
2889 ], # end of 'conditions' | 2891 ], # end of 'conditions' |
2890 }, # end of target 'remoting_unittests' | 2892 }, # end of target 'remoting_unittests' |
2891 ], # end of targets | 2893 ], # end of targets |
2892 } | 2894 } |
OLD | NEW |