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

Side by Side Diff: remoting/remoting.gyp

Issue 1323333002: Copy libvpx from DEPS to src (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update include order and rebase Created 5 years, 3 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
« no previous file with comments | « remoting/codec/video_encoder_vpx.cc ('k') | remoting/remoting_nacl.gyp » ('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 7
8 'branding_path': '../remoting/branding_<(branding)', 8 'branding_path': '../remoting/branding_<(branding)',
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 # GN version: //remoting/base and //remoting/codec 192 # GN version: //remoting/base and //remoting/codec
193 'target_name': 'remoting_base', 193 'target_name': 'remoting_base',
194 'type': 'static_library', 194 'type': 'static_library',
195 'variables': { 'enable_wexit_time_destructors': 1, }, 195 'variables': { 'enable_wexit_time_destructors': 1, },
196 'dependencies': [ 196 'dependencies': [
197 '../base/base.gyp:base', 197 '../base/base.gyp:base',
198 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 198 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
199 '../media/media.gyp:media', 199 '../media/media.gyp:media',
200 '../media/media.gyp:shared_memory_support', 200 '../media/media.gyp:shared_memory_support',
201 '../net/net.gyp:net', 201 '../net/net.gyp:net',
202 '../third_party/libvpx/libvpx.gyp:libvpx', 202 '../third_party/libvpx_new/libvpx.gyp:libvpx_new',
203 '../third_party/libyuv/libyuv.gyp:libyuv', 203 '../third_party/libyuv/libyuv.gyp:libyuv',
204 '../third_party/opus/opus.gyp:opus', 204 '../third_party/opus/opus.gyp:opus',
205 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 205 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
206 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 206 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
207 '../ui/base/ui_base.gyp:ui_base', 207 '../ui/base/ui_base.gyp:ui_base',
208 '../ui/gfx/gfx.gyp:gfx', 208 '../ui/gfx/gfx.gyp:gfx',
209 '../ui/gfx/gfx.gyp:gfx_geometry', 209 '../ui/gfx/gfx.gyp:gfx_geometry',
210 'proto/chromotocol.gyp:chromotocol_proto_lib', 210 'proto/chromotocol.gyp:chromotocol_proto_lib',
211 'remoting_resources', 211 'remoting_resources',
212 ], 212 ],
(...skipping 29 matching lines...) Expand all
242 'export_dependent_settings': [ 242 'export_dependent_settings': [
243 '../third_party/libjingle/libjingle.gyp:libjingle', 243 '../third_party/libjingle/libjingle.gyp:libjingle',
244 ], 244 ],
245 'sources': [ 245 'sources': [
246 '<@(remoting_protocol_sources)', 246 '<@(remoting_protocol_sources)',
247 '<@(remoting_signaling_sources)', 247 '<@(remoting_signaling_sources)',
248 ], 248 ],
249 }, # end of target 'remoting_protocol' 249 }, # end of target 'remoting_protocol'
250 ], # end of targets 250 ], # end of targets
251 } 251 }
OLDNEW
« no previous file with comments | « remoting/codec/video_encoder_vpx.cc ('k') | remoting/remoting_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698