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

Side by Side Diff: remoting/remoting_nacl.gyp

Issue 902033002: Remoting_nacl build shouldn't need to depend on nacl_irt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | 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 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 '../native_client/build/untrusted.gypi', 7 '../native_client/build/untrusted.gypi',
8 'remoting_srcs.gypi', 8 'remoting_srcs.gypi',
9 ], 9 ],
10 10
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 }, 175 },
176 'dependencies': [ 176 'dependencies': [
177 '../base/base_nacl.gyp:base_i18n_nacl', 177 '../base/base_nacl.gyp:base_i18n_nacl',
178 '../base/base_nacl.gyp:base_nacl', 178 '../base/base_nacl.gyp:base_nacl',
179 '../crypto/crypto_nacl.gyp:crypto_nacl', 179 '../crypto/crypto_nacl.gyp:crypto_nacl',
180 '../jingle/jingle_nacl.gyp:jingle_glue_nacl', 180 '../jingle/jingle_nacl.gyp:jingle_glue_nacl',
181 '../media/media_nacl.gyp:media_yuv_nacl', 181 '../media/media_nacl.gyp:media_yuv_nacl',
182 '../native_client/tools.gyp:prep_toolchain', 182 '../native_client/tools.gyp:prep_toolchain',
183 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' , 183 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted' ,
184 '../net/net_nacl.gyp:net_nacl', 184 '../net/net_nacl.gyp:net_nacl',
185 '../ppapi/native_client/native_client.gyp:nacl_irt',
186 '../ppapi/native_client/native_client.gyp:ppapi_lib', 185 '../ppapi/native_client/native_client.gyp:ppapi_lib',
187 '../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', 186 '../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
188 '../third_party/expat/expat_nacl.gyp:expat_nacl', 187 '../third_party/expat/expat_nacl.gyp:expat_nacl',
189 '../third_party/icu/icu_nacl.gyp:icudata_nacl', 188 '../third_party/icu/icu_nacl.gyp:icudata_nacl',
190 '../third_party/icu/icu_nacl.gyp:icui18n_nacl', 189 '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
191 '../third_party/icu/icu_nacl.gyp:icuuc_nacl', 190 '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
192 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', 191 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
193 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', 192 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
194 '../third_party/modp_b64/modp_b64_nacl.gyp:modp_b64_nacl', 193 '../third_party/modp_b64/modp_b64_nacl.gyp:modp_b64_nacl',
195 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', 194 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '-lppapi_cpp', 232 '-lppapi_cpp',
234 '-lpthread', 233 '-lpthread',
235 '-lnacl_io', 234 '-lnacl_io',
236 ], 235 ],
237 'sources': [ 236 'sources': [
238 'client/plugin/pepper_module.cc', 237 'client/plugin/pepper_module.cc',
239 ], 238 ],
240 }, # end of target 'remoting_client_plugin_nacl' 239 }, # end of target 'remoting_client_plugin_nacl'
241 ] 240 ]
242 } 241 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698