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

Side by Side Diff: remoting/remoting.gyp

Issue 15151002: Streamline SIMD targets in media.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix exports. Created 7 years, 7 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 # 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 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 '../ui/ui.gyp:ui', 2256 '../ui/ui.gyp:ui',
2257 '../net/net.gyp:net', 2257 '../net/net.gyp:net',
2258 '../skia/skia.gyp:skia', 2258 '../skia/skia.gyp:skia',
2259 '../third_party/libvpx/libvpx.gyp:libvpx', 2259 '../third_party/libvpx/libvpx.gyp:libvpx',
2260 '../third_party/libyuv/libyuv.gyp:libyuv', 2260 '../third_party/libyuv/libyuv.gyp:libyuv',
2261 '../third_party/opus/opus.gyp:opus', 2261 '../third_party/opus/opus.gyp:opus',
2262 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2262 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
2263 '../third_party/speex/speex.gyp:libspeex', 2263 '../third_party/speex/speex.gyp:libspeex',
2264 '../media/media.gyp:media', 2264 '../media/media.gyp:media',
2265 '../media/media.gyp:shared_memory_support', 2265 '../media/media.gyp:shared_memory_support',
2266 '../media/media.gyp:yuv_convert',
2267 'remoting_jingle_glue', 2266 'remoting_jingle_glue',
2268 'remoting_resources', 2267 'remoting_resources',
2269 'proto/chromotocol.gyp:chromotocol_proto_lib', 2268 'proto/chromotocol.gyp:chromotocol_proto_lib',
2270 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2269 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2271 ], 2270 ],
2272 'export_dependent_settings': [ 2271 'export_dependent_settings': [
2273 '../base/base.gyp:base', 2272 '../base/base.gyp:base',
2274 '../net/net.gyp:net', 2273 '../net/net.gyp:net',
2275 '../skia/skia.gyp:skia', 2274 '../skia/skia.gyp:skia',
2276 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2275 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2755 '../base/allocator/allocator.gyp:allocator', 2754 '../base/allocator/allocator.gyp:allocator',
2756 ], 2755 ],
2757 }, 2756 },
2758 ], 2757 ],
2759 ], 2758 ],
2760 }], # end of 'toolkit_uses_gtk == 1' 2759 }], # end of 'toolkit_uses_gtk == 1'
2761 ], # end of 'conditions' 2760 ], # end of 'conditions'
2762 }, # end of target 'remoting_unittests' 2761 }, # end of target 'remoting_unittests'
2763 ], # end of targets 2762 ], # end of targets
2764 } 2763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698