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

Side by Side Diff: remoting/remoting.gyp

Issue 13474013: Use libyuv for non-scaling RGB<->YUV conversions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Increase Gradient test thresholds. Created 7 years, 8 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/codec/video_decoder_vp8_unittest.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 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'target_name': 'remoting_base', 2197 'target_name': 'remoting_base',
2198 'type': 'static_library', 2198 'type': 'static_library',
2199 'variables': { 'enable_wexit_time_destructors': 1, }, 2199 'variables': { 'enable_wexit_time_destructors': 1, },
2200 'dependencies': [ 2200 'dependencies': [
2201 '../base/base.gyp:base', 2201 '../base/base.gyp:base',
2202 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 2202 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
2203 '../ui/ui.gyp:ui', 2203 '../ui/ui.gyp:ui',
2204 '../net/net.gyp:net', 2204 '../net/net.gyp:net',
2205 '../skia/skia.gyp:skia', 2205 '../skia/skia.gyp:skia',
2206 '../third_party/libvpx/libvpx.gyp:libvpx', 2206 '../third_party/libvpx/libvpx.gyp:libvpx',
2207 '../third_party/libyuv/libyuv.gyp:libyuv',
2207 '../third_party/opus/opus.gyp:opus', 2208 '../third_party/opus/opus.gyp:opus',
2208 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2209 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
2209 '../third_party/speex/speex.gyp:libspeex', 2210 '../third_party/speex/speex.gyp:libspeex',
2210 '../media/media.gyp:media', 2211 '../media/media.gyp:media',
2211 '../media/media.gyp:shared_memory_support', 2212 '../media/media.gyp:shared_memory_support',
2212 '../media/media.gyp:yuv_convert', 2213 '../media/media.gyp:yuv_convert',
2213 'remoting_jingle_glue', 2214 'remoting_jingle_glue',
2214 'remoting_resources', 2215 'remoting_resources',
2215 'proto/chromotocol.gyp:chromotocol_proto_lib', 2216 'proto/chromotocol.gyp:chromotocol_proto_lib',
2216 ], 2217 ],
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 '../base/allocator/allocator.gyp:allocator', 2693 '../base/allocator/allocator.gyp:allocator',
2693 ], 2694 ],
2694 }, 2695 },
2695 ], 2696 ],
2696 ], 2697 ],
2697 }], # end of 'toolkit_uses_gtk == 1' 2698 }], # end of 'toolkit_uses_gtk == 1'
2698 ], # end of 'conditions' 2699 ], # end of 'conditions'
2699 }, # end of target 'remoting_unittests' 2700 }, # end of target 'remoting_unittests'
2700 ], # end of targets 2701 ], # end of targets
2701 } 2702 }
OLDNEW
« no previous file with comments | « remoting/codec/video_decoder_vp8_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698