| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |