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

Side by Side Diff: remoting/remoting_nacl.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/remoting.gyp ('k') | third_party/libvpx_new/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'includes': [ 6 'includes': [
7 '../build/common_untrusted.gypi', 7 '../build/common_untrusted.gypi',
8 'remoting_srcs.gypi', 8 'remoting_srcs.gypi',
9 ], 9 ],
10 10
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 }, 99 },
100 'dependencies': [ 100 'dependencies': [
101 '../base/base_nacl.gyp:base_nacl', 101 '../base/base_nacl.gyp:base_nacl',
102 '../jingle/jingle_nacl.gyp:jingle_glue_nacl', 102 '../jingle/jingle_nacl.gyp:jingle_glue_nacl',
103 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' , 103 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' ,
104 '../net/net_nacl.gyp:net_nacl', 104 '../net/net_nacl.gyp:net_nacl',
105 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', 105 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
106 '../third_party/expat/expat_nacl.gyp:expat_nacl', 106 '../third_party/expat/expat_nacl.gyp:expat_nacl',
107 '../third_party/khronos/khronos.gyp:khronos_headers', 107 '../third_party/khronos/khronos.gyp:khronos_headers',
108 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', 108 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
109 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', 109 '../third_party/libvpx_new/libvpx_nacl.gyp:libvpx_nacl',
110 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', 110 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
111 '../third_party/opus/opus_nacl.gyp:opus_nacl', 111 '../third_party/opus/opus_nacl.gyp:opus_nacl',
112 'remoting_proto_nacl', 112 'remoting_proto_nacl',
113 'remoting_webrtc_nacl', 113 'remoting_webrtc_nacl',
114 ], 114 ],
115 'sources': [ 115 'sources': [
116 '../ui/events/keycodes/dom/keycode_converter.cc', 116 '../ui/events/keycodes/dom/keycode_converter.cc',
117 '<@(remoting_base_sources)', 117 '<@(remoting_base_sources)',
118 '<@(remoting_codec_sources)', 118 '<@(remoting_codec_sources)',
119 '<@(remoting_client_plugin_sources)', 119 '<@(remoting_client_plugin_sources)',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 '-lppapi_cpp', 229 '-lppapi_cpp',
230 '-lpthread', 230 '-lpthread',
231 '-lnacl_io', 231 '-lnacl_io',
232 ], 232 ],
233 'sources': [ 233 'sources': [
234 'client/plugin/pepper_module.cc', 234 'client/plugin/pepper_module.cc',
235 ], 235 ],
236 }, # end of target 'remoting_client_plugin_nacl' 236 }, # end of target 'remoting_client_plugin_nacl'
237 ] 237 ]
238 } 238 }
OLDNEW
« no previous file with comments | « remoting/remoting.gyp ('k') | third_party/libvpx_new/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698