| 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | 1822 'client/jni/chromoting_jni.cc', |
| 1823 'client/jni/chromoting_jni.h', | 1823 'client/jni/chromoting_jni.h', |
| 1824 'client/jni/chromoting_jni_instance.cc', | 1824 'client/jni/chromoting_jni_instance.cc', |
| 1825 'client/jni/chromoting_jni_instance.h', | 1825 'client/jni/chromoting_jni_instance.h', |
| 1826 'client/jni/frame_consumer_impl.cc', |
| 1827 'client/jni/frame_consumer_impl.h', |
| 1826 'client/jni/jni_interface.cc', | 1828 'client/jni/jni_interface.cc', |
| 1827 ], | 1829 ], |
| 1828 }, # end of target 'remoting_client_jni' | 1830 }, # end of target 'remoting_client_jni' |
| 1829 ], # end of 'targets' | 1831 ], # end of 'targets' |
| 1830 }], # 'OS=="android"' | 1832 }], # 'OS=="android"' |
| 1831 | 1833 |
| 1832 # The host installation is generated only if WiX is available. If | 1834 # The host installation is generated only if WiX is available. If |
| 1833 # component build is used the produced installation will not work due to | 1835 # component build is used the produced installation will not work due to |
| 1834 # missing DLLs. We build it anyway to make sure the GYP scripts are executed | 1836 # missing DLLs. We build it anyway to make sure the GYP scripts are executed |
| 1835 # by the bots. | 1837 # by the bots. |
| (...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2831 '../base/allocator/allocator.gyp:allocator', | 2833 '../base/allocator/allocator.gyp:allocator', |
| 2832 ], | 2834 ], |
| 2833 }, | 2835 }, |
| 2834 ], | 2836 ], |
| 2835 ], | 2837 ], |
| 2836 }], # end of 'toolkit_uses_gtk == 1' | 2838 }], # end of 'toolkit_uses_gtk == 1' |
| 2837 ], # end of 'conditions' | 2839 ], # end of 'conditions' |
| 2838 }, # end of target 'remoting_unittests' | 2840 }, # end of target 'remoting_unittests' |
| 2839 ], # end of targets | 2841 ], # end of targets |
| 2840 } | 2842 } |
| OLD | NEW |