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