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

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: 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 1822 'client/jni/chromoting_jni.cc',
1823 'client/jni/chromoting_jni.h', 1823 'client/jni/chromoting_jni.h',
1824 'client/jni/chromoting_jni_instance.cc', 1824 'client/jni/chromoting_jni_instance.cc',
1825 'client/jni/chromoting_jni_instance.h', 1825 'client/jni/chromoting_jni_instance.h',
1826 'client/jni/frame_consumer_impl.cc',
1827 'client/jni/frame_consumer_impl.h',
1826 'client/jni/jni_interface.cc', 1828 'client/jni/jni_interface.cc',
1827 ], 1829 ],
1828 }, # end of target 'remoting_client_jni' 1830 }, # end of target 'remoting_client_jni'
1829 ], # end of 'targets' 1831 ], # end of 'targets'
1830 }], # 'OS=="android"' 1832 }], # 'OS=="android"'
1831 1833
1832 # The host installation is generated only if WiX is available. If 1834 # The host installation is generated only if WiX is available. If
1833 # component build is used the produced installation will not work due to 1835 # component build is used the produced installation will not work due to
1834 # missing DLLs. We build it anyway to make sure the GYP scripts are executed 1836 # missing DLLs. We build it anyway to make sure the GYP scripts are executed
1835 # by the bots. 1837 # by the bots.
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2831 '../base/allocator/allocator.gyp:allocator', 2833 '../base/allocator/allocator.gyp:allocator',
2832 ], 2834 ],
2833 }, 2835 },
2834 ], 2836 ],
2835 ], 2837 ],
2836 }], # end of 'toolkit_uses_gtk == 1' 2838 }], # end of 'toolkit_uses_gtk == 1'
2837 ], # end of 'conditions' 2839 ], # end of 'conditions'
2838 }, # end of target 'remoting_unittests' 2840 }, # end of target 'remoting_unittests'
2839 ], # end of targets 2841 ], # end of targets
2840 } 2842 }
OLDNEW
« remoting/client/jni/frame_consumer_impl.h ('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