| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'host/ipc_audio_capturer.cc', | 290 'host/ipc_audio_capturer.cc', |
| 291 'host/ipc_audio_capturer.h', | 291 'host/ipc_audio_capturer.h', |
| 292 'host/ipc_constants.cc', | 292 'host/ipc_constants.cc', |
| 293 'host/ipc_constants.h', | 293 'host/ipc_constants.h', |
| 294 'host/ipc_desktop_environment.cc', | 294 'host/ipc_desktop_environment.cc', |
| 295 'host/ipc_desktop_environment.h', | 295 'host/ipc_desktop_environment.h', |
| 296 'host/ipc_host_event_logger.cc', | 296 'host/ipc_host_event_logger.cc', |
| 297 'host/ipc_host_event_logger.h', | 297 'host/ipc_host_event_logger.h', |
| 298 'host/ipc_input_injector.cc', | 298 'host/ipc_input_injector.cc', |
| 299 'host/ipc_input_injector.h', | 299 'host/ipc_input_injector.h', |
| 300 'host/ipc_mouse_cursor_monitor.cc', | |
| 301 'host/ipc_mouse_cursor_monitor.h', | |
| 302 'host/ipc_screen_controls.cc', | 300 'host/ipc_screen_controls.cc', |
| 303 'host/ipc_screen_controls.h', | 301 'host/ipc_screen_controls.h', |
| 304 'host/ipc_util.h', | 302 'host/ipc_util.h', |
| 305 'host/ipc_util_posix.cc', | 303 'host/ipc_util_posix.cc', |
| 306 'host/ipc_util_win.cc', | 304 'host/ipc_util_win.cc', |
| 307 'host/ipc_video_frame_capturer.cc', | 305 'host/ipc_video_frame_capturer.cc', |
| 308 'host/ipc_video_frame_capturer.h', | 306 'host/ipc_video_frame_capturer.h', |
| 309 'host/it2me_desktop_environment.cc', | 307 'host/it2me_desktop_environment.cc', |
| 310 'host/it2me_desktop_environment.h', | 308 'host/it2me_desktop_environment.h', |
| 311 'host/json_host_config.cc', | 309 'host/json_host_config.cc', |
| (...skipping 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2610 '../base/allocator/allocator.gyp:allocator', | 2608 '../base/allocator/allocator.gyp:allocator', |
| 2611 ], | 2609 ], |
| 2612 }, | 2610 }, |
| 2613 ], | 2611 ], |
| 2614 ], | 2612 ], |
| 2615 }], # end of 'toolkit_uses_gtk == 1' | 2613 }], # end of 'toolkit_uses_gtk == 1' |
| 2616 ], # end of 'conditions' | 2614 ], # end of 'conditions' |
| 2617 }, # end of target 'remoting_unittests' | 2615 }, # end of target 'remoting_unittests' |
| 2618 ], # end of targets | 2616 ], # end of targets |
| 2619 } | 2617 } |
| OLD | NEW |