| 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 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2494 'client/client_context.h', | 2494 'client/client_context.h', |
| 2495 'client/client_user_interface.h', | 2495 'client/client_user_interface.h', |
| 2496 'client/frame_consumer.h', | 2496 'client/frame_consumer.h', |
| 2497 'client/frame_consumer_proxy.cc', | 2497 'client/frame_consumer_proxy.cc', |
| 2498 'client/frame_consumer_proxy.h', | 2498 'client/frame_consumer_proxy.h', |
| 2499 'client/frame_producer.h', | 2499 'client/frame_producer.h', |
| 2500 'client/key_event_mapper.cc', | 2500 'client/key_event_mapper.cc', |
| 2501 'client/key_event_mapper.h', | 2501 'client/key_event_mapper.h', |
| 2502 'client/rectangle_update_decoder.cc', | 2502 'client/rectangle_update_decoder.cc', |
| 2503 'client/rectangle_update_decoder.h', | 2503 'client/rectangle_update_decoder.h', |
| 2504 'client/video_processor.h', |
| 2504 ], | 2505 ], |
| 2505 }, # end of target 'remoting_client' | 2506 }, # end of target 'remoting_client' |
| 2506 | 2507 |
| 2507 { | 2508 { |
| 2508 'target_name': 'remoting_jingle_glue', | 2509 'target_name': 'remoting_jingle_glue', |
| 2509 'type': 'static_library', | 2510 'type': 'static_library', |
| 2510 'variables': { 'enable_wexit_time_destructors': 1, }, | 2511 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 2511 'dependencies': [ | 2512 'dependencies': [ |
| 2512 '../base/base.gyp:base', | 2513 '../base/base.gyp:base', |
| 2513 '../jingle/jingle.gyp:jingle_glue', | 2514 '../jingle/jingle.gyp:jingle_glue', |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2905 '../base/allocator/allocator.gyp:allocator', | 2906 '../base/allocator/allocator.gyp:allocator', |
| 2906 ], | 2907 ], |
| 2907 }, | 2908 }, |
| 2908 ], | 2909 ], |
| 2909 ], | 2910 ], |
| 2910 }], # end of 'toolkit_uses_gtk == 1' | 2911 }], # end of 'toolkit_uses_gtk == 1' |
| 2911 ], # end of 'conditions' | 2912 ], # end of 'conditions' |
| 2912 }, # end of target 'remoting_unittests' | 2913 }, # end of target 'remoting_unittests' |
| 2913 ], # end of targets | 2914 ], # end of targets |
| 2914 } | 2915 } |
| OLD | NEW |