Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: remoting/remoting.gyp

Issue 19506004: Add the beginnings of a Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Gary's spacing and commenting concerns Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'sources': [ 1822 'sources': [
1823 'client/jni/chromoting_jni.cc', 1823 'client/jni/chromoting_jni.cc',
1824 'client/jni/chromoting_jni.h', 1824 'client/jni/chromoting_jni.h',
1825 'client/jni/chromoting_jni_instance.cc', 1825 'client/jni/chromoting_jni_instance.cc',
1826 'client/jni/chromoting_jni_instance.h', 1826 'client/jni/chromoting_jni_instance.h',
1827 'client/jni/jni_frame_consumer.cc', 1827 'client/jni/jni_frame_consumer.cc',
1828 'client/jni/jni_frame_consumer.h', 1828 'client/jni/jni_frame_consumer.h',
1829 'client/jni/jni_interface.cc', 1829 'client/jni/jni_interface.cc',
1830 ], 1830 ],
1831 }, # end of target 'remoting_client_jni' 1831 }, # end of target 'remoting_client_jni'
1832 {
1833 'target_name': 'remoting_apk',
1834 'type': 'none',
1835 'dependencies': [
1836 'remoting_client_jni',
1837 ],
1838 'variables': {
1839 'apk_name': 'Chromoting',
1840 'manifest_package_name': 'org.chromium.chromoting',
1841 'java_in_dir': 'android/java',
1842 'resource_dir': 'android/java/res',
1843 'native_lib_target': 'libremoting_client_jni',
1844 },
1845 'includes': [ '../build/java_apk.gypi' ],
1846 }, # end of target 'remoting_apk'
1832 ], # end of 'targets' 1847 ], # end of 'targets'
1833 }], # 'OS=="android"' 1848 }], # 'OS=="android"'
1834 1849
1835 # The host installation is generated only if WiX is available. If 1850 # The host installation is generated only if WiX is available. If
1836 # component build is used the produced installation will not work due to 1851 # component build is used the produced installation will not work due to
1837 # missing DLLs. We build it anyway to make sure the GYP scripts are executed 1852 # missing DLLs. We build it anyway to make sure the GYP scripts are executed
1838 # by the bots. 1853 # by the bots.
1839 ['OS == "win" and wix_exists == "True" and sas_dll_exists == "True"', { 1854 ['OS == "win" and wix_exists == "True" and sas_dll_exists == "True"', {
1840 'targets': [ 1855 'targets': [
1841 { 1856 {
(...skipping 992 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 '../base/allocator/allocator.gyp:allocator', 2849 '../base/allocator/allocator.gyp:allocator',
2835 ], 2850 ],
2836 }, 2851 },
2837 ], 2852 ],
2838 ], 2853 ],
2839 }], # end of 'toolkit_uses_gtk == 1' 2854 }], # end of 'toolkit_uses_gtk == 1'
2840 ], # end of 'conditions' 2855 ], # end of 'conditions'
2841 }, # end of target 'remoting_unittests' 2856 }, # end of target 'remoting_unittests'
2842 ], # end of targets 2857 ], # end of targets
2843 } 2858 }
OLDNEW
« remoting/android/java/res/layout/main.xml ('K') | « remoting/protocol/errors.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698