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

Side by Side Diff: remoting/remoting.gyp

Issue 19253003: Separate singleton out of ChromotingJNIInstance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move constants into anonymous namespaces 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
« no previous file with comments | « remoting/client/jni/jni_interface.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « remoting/client/jni/jni_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698