| 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 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1812 'target_name': 'remoting_client_jni', | 1812 'target_name': 'remoting_client_jni', |
| 1813 'type': 'shared_library', | 1813 'type': 'shared_library', |
| 1814 'dependencies': [ | 1814 'dependencies': [ |
| 1815 'remoting_base', | 1815 'remoting_base', |
| 1816 'remoting_client', | 1816 'remoting_client', |
| 1817 'remoting_jingle_glue', | 1817 'remoting_jingle_glue', |
| 1818 'remoting_protocol', | 1818 'remoting_protocol', |
| 1819 '../google_apis/google_apis.gyp:google_apis', | 1819 '../google_apis/google_apis.gyp:google_apis', |
| 1820 ], | 1820 ], |
| 1821 'sources': [ | 1821 'sources': [ |
| 1822 'client/jni/chromoting_jni.cc', |
| 1823 'client/jni/chromoting_jni.h', |
| 1822 'client/jni/chromoting_jni_instance.cc', | 1824 'client/jni/chromoting_jni_instance.cc', |
| 1823 'client/jni/chromoting_jni_instance.h', | 1825 'client/jni/chromoting_jni_instance.h', |
| 1824 'client/jni/jni_interface.cc', | 1826 'client/jni/jni_interface.cc', |
| 1825 ], | 1827 ], |
| 1826 }, # end of target 'remoting_client_jni' | 1828 }, # end of target 'remoting_client_jni' |
| 1827 ], # end of 'targets' | 1829 ], # end of 'targets' |
| 1828 }], # 'OS=="android"' | 1830 }], # 'OS=="android"' |
| 1829 | 1831 |
| 1830 # The host installation is generated only if WiX is available. If | 1832 # The host installation is generated only if WiX is available. If |
| 1831 # component build is used the produced installation will not work due to | 1833 # component build is used the produced installation will not work due to |
| (...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2829 '../base/allocator/allocator.gyp:allocator', | 2831 '../base/allocator/allocator.gyp:allocator', |
| 2830 ], | 2832 ], |
| 2831 }, | 2833 }, |
| 2832 ], | 2834 ], |
| 2833 ], | 2835 ], |
| 2834 }], # end of 'toolkit_uses_gtk == 1' | 2836 }], # end of 'toolkit_uses_gtk == 1' |
| 2835 ], # end of 'conditions' | 2837 ], # end of 'conditions' |
| 2836 }, # end of target 'remoting_unittests' | 2838 }, # end of target 'remoting_unittests' |
| 2837 ], # end of targets | 2839 ], # end of targets |
| 2838 } | 2840 } |
| OLD | NEW |