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

Side by Side Diff: remoting/remoting.gyp

Issue 19967007: Various improvements to the Chromoting Android app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to clarify ChromotingJniRuntime pointer lifetimes 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') | remoting/resources/strings.xml » ('j') | 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 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 'target_name': 'remoting_client_jni', 1683 'target_name': 'remoting_client_jni',
1684 'type': 'shared_library', 1684 'type': 'shared_library',
1685 'dependencies': [ 1685 'dependencies': [
1686 'remoting_base', 1686 'remoting_base',
1687 'remoting_client', 1687 'remoting_client',
1688 'remoting_jingle_glue', 1688 'remoting_jingle_glue',
1689 'remoting_protocol', 1689 'remoting_protocol',
1690 '../google_apis/google_apis.gyp:google_apis', 1690 '../google_apis/google_apis.gyp:google_apis',
1691 ], 1691 ],
1692 'sources': [ 1692 'sources': [
1693 'client/jni/chromoting_jni.cc',
1694 'client/jni/chromoting_jni.h',
1695 'client/jni/chromoting_jni_instance.cc', 1693 'client/jni/chromoting_jni_instance.cc',
1696 'client/jni/chromoting_jni_instance.h', 1694 'client/jni/chromoting_jni_instance.h',
1695 'client/jni/chromoting_jni_runtime.cc',
1696 'client/jni/chromoting_jni_runtime.h',
1697 'client/jni/jni_frame_consumer.cc', 1697 'client/jni/jni_frame_consumer.cc',
1698 'client/jni/jni_frame_consumer.h', 1698 'client/jni/jni_frame_consumer.h',
1699 'client/jni/jni_interface.cc', 1699 'client/jni/jni_interface.cc',
1700 ], 1700 ],
1701 }, # end of target 'remoting_client_jni' 1701 }, # end of target 'remoting_client_jni'
1702 { 1702 {
1703 'target_name': 'remoting_android_resources', 1703 'target_name': 'remoting_android_resources',
1704 'type': 'none', 1704 'type': 'none',
1705 'copies': [ 1705 'copies': [
1706 { 1706 {
(...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after
2749 '../base/allocator/allocator.gyp:allocator', 2749 '../base/allocator/allocator.gyp:allocator',
2750 ], 2750 ],
2751 }, 2751 },
2752 ], 2752 ],
2753 ], 2753 ],
2754 }], # end of 'toolkit_uses_gtk == 1' 2754 }], # end of 'toolkit_uses_gtk == 1'
2755 ], # end of 'conditions' 2755 ], # end of 'conditions'
2756 }, # end of target 'remoting_unittests' 2756 }, # end of target 'remoting_unittests'
2757 ], # end of targets 2757 ], # end of targets
2758 } 2758 }
OLDNEW
« no previous file with comments | « remoting/client/jni/jni_interface.cc ('k') | remoting/resources/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698