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 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1792 'message': 'Localizing the version information' | 1792 'message': 'Localizing the version information' |
1793 }, | 1793 }, |
1794 ], | 1794 ], |
1795 }, # end of target 'remoting_version_resources' | 1795 }, # end of target 'remoting_version_resources' |
1796 ], # end of 'targets' | 1796 ], # end of 'targets' |
1797 }], # 'OS=="win"' | 1797 }], # 'OS=="win"' |
1798 | 1798 |
1799 ['OS=="android"', { | 1799 ['OS=="android"', { |
1800 'targets': [ | 1800 'targets': [ |
1801 { | 1801 { |
| 1802 'target_name': 'remoting_jni_headers', |
| 1803 'type': 'none', |
| 1804 'sources': [ |
| 1805 'android/java/src/org/chromium/chromoting/jni/JniInterface.java', |
| 1806 ], |
| 1807 'variables': { |
| 1808 'jni_gen_package': 'remoting', |
| 1809 }, |
| 1810 'includes': [ '../build/jni_generator.gypi' ], |
| 1811 }, # end of target 'remoting_jni_headers' |
| 1812 { |
1802 'target_name': 'remoting_client_jni', | 1813 'target_name': 'remoting_client_jni', |
1803 'type': 'shared_library', | 1814 'type': 'shared_library', |
1804 'dependencies': [ | 1815 'dependencies': [ |
1805 'remoting_base', | 1816 'remoting_base', |
1806 'remoting_client', | 1817 'remoting_client', |
1807 'remoting_jingle_glue', | 1818 'remoting_jingle_glue', |
| 1819 'remoting_jni_headers', |
1808 'remoting_protocol', | 1820 'remoting_protocol', |
1809 '../google_apis/google_apis.gyp:google_apis', | 1821 '../google_apis/google_apis.gyp:google_apis', |
1810 ], | 1822 ], |
| 1823 'include_dirs': [ |
| 1824 '<(SHARED_INTERMEDIATE_DIR)/remoting', |
| 1825 ], |
1811 'sources': [ | 1826 'sources': [ |
1812 'client/jni/android_keymap.cc', | 1827 'client/jni/android_keymap.cc', |
1813 'client/jni/android_keymap.h', | 1828 'client/jni/android_keymap.h', |
1814 'client/jni/chromoting_jni_instance.cc', | 1829 'client/jni/chromoting_jni_instance.cc', |
1815 'client/jni/chromoting_jni_instance.h', | 1830 'client/jni/chromoting_jni_instance.h', |
| 1831 'client/jni/chromoting_jni_onload.cc', |
1816 'client/jni/chromoting_jni_runtime.cc', | 1832 'client/jni/chromoting_jni_runtime.cc', |
1817 'client/jni/chromoting_jni_runtime.h', | 1833 'client/jni/chromoting_jni_runtime.h', |
1818 'client/jni/jni_frame_consumer.cc', | 1834 'client/jni/jni_frame_consumer.cc', |
1819 'client/jni/jni_frame_consumer.h', | 1835 'client/jni/jni_frame_consumer.h', |
1820 'client/jni/jni_interface.cc', | |
1821 ], | 1836 ], |
1822 }, # end of target 'remoting_client_jni' | 1837 }, # end of target 'remoting_client_jni' |
1823 { | 1838 { |
1824 'target_name': 'remoting_android_resources', | 1839 'target_name': 'remoting_android_resources', |
1825 'type': 'none', | 1840 'type': 'none', |
1826 'copies': [ | 1841 'copies': [ |
1827 { | 1842 { |
1828 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', | 1843 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/dr
awable', |
1829 'files': [ | 1844 'files': [ |
1830 'resources/chromoting128.png', | 1845 'resources/chromoting128.png', |
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2957 '../base/allocator/allocator.gyp:allocator', | 2972 '../base/allocator/allocator.gyp:allocator', |
2958 ], | 2973 ], |
2959 }, | 2974 }, |
2960 ], | 2975 ], |
2961 ], | 2976 ], |
2962 }], # end of 'toolkit_uses_gtk == 1' | 2977 }], # end of 'toolkit_uses_gtk == 1' |
2963 ], # end of 'conditions' | 2978 ], # end of 'conditions' |
2964 }, # end of target 'remoting_unittests' | 2979 }, # end of target 'remoting_unittests' |
2965 ], # end of targets | 2980 ], # end of targets |
2966 } | 2981 } |
OLD | NEW |