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

Side by Side Diff: remoting/remoting.gyp

Issue 19297003: Add support for drawing video onto a Java ByteBuffer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix crashes discovered during integration testing 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 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
1686 'remoting_client', 1686 'remoting_client',
1687 'remoting_jingle_glue', 1687 'remoting_jingle_glue',
1688 'remoting_protocol', 1688 'remoting_protocol',
1689 '../google_apis/google_apis.gyp:google_apis', 1689 '../google_apis/google_apis.gyp:google_apis',
1690 ], 1690 ],
1691 'sources': [ 1691 'sources': [
1692 'client/jni/chromoting_jni.cc', 1692 'client/jni/chromoting_jni.cc',
1693 'client/jni/chromoting_jni.h', 1693 'client/jni/chromoting_jni.h',
1694 'client/jni/chromoting_jni_instance.cc', 1694 'client/jni/chromoting_jni_instance.cc',
1695 'client/jni/chromoting_jni_instance.h', 1695 'client/jni/chromoting_jni_instance.h',
1696 'client/jni/jni_frame_consumer.cc',
1697 'client/jni/jni_frame_consumer.h',
1696 'client/jni/jni_interface.cc', 1698 'client/jni/jni_interface.cc',
1697 ], 1699 ],
1698 }, # end of target 'remoting_client_jni' 1700 }, # end of target 'remoting_client_jni'
1699 ], # end of 'targets' 1701 ], # end of 'targets'
1700 }], # 'OS=="android"' 1702 }], # 'OS=="android"'
1701 1703
1702 # The host installation is generated only if WiX is available. If 1704 # The host installation is generated only if WiX is available. If
1703 # component build is used the produced installation will not work due to 1705 # component build is used the produced installation will not work due to
1704 # missing DLLs. We build it anyway to make sure the GYP scripts are executed 1706 # missing DLLs. We build it anyway to make sure the GYP scripts are executed
1705 # by the bots. 1707 # by the bots.
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
2696 '../base/allocator/allocator.gyp:allocator', 2698 '../base/allocator/allocator.gyp:allocator',
2697 ], 2699 ],
2698 }, 2700 },
2699 ], 2701 ],
2700 ], 2702 ],
2701 }], # end of 'toolkit_uses_gtk == 1' 2703 }], # end of 'toolkit_uses_gtk == 1'
2702 ], # end of 'conditions' 2704 ], # end of 'conditions'
2703 }, # end of target 'remoting_unittests' 2705 }, # end of target 'remoting_unittests'
2704 ], # end of targets 2706 ], # end of targets
2705 } 2707 }
OLDNEW
« remoting/client/jni/jni_frame_consumer.cc ('K') | « remoting/client/jni/jni_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698