| 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 '../build/common_untrusted.gypi', | 7 '../build/common_untrusted.gypi', |
| 8 'remoting_srcs.gypi', | 8 'remoting_srcs.gypi', |
| 9 ], | 9 ], |
| 10 | 10 |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 'build_newlib': 0, | 98 'build_newlib': 0, |
| 99 'build_pnacl_newlib': 1, | 99 'build_pnacl_newlib': 1, |
| 100 }, | 100 }, |
| 101 'dependencies': [ | 101 'dependencies': [ |
| 102 '../base/base_nacl.gyp:base_nacl', | 102 '../base/base_nacl.gyp:base_nacl', |
| 103 '../jingle/jingle_nacl.gyp:jingle_glue_nacl', | 103 '../jingle/jingle_nacl.gyp:jingle_glue_nacl', |
| 104 '../native_client/tools.gyp:prep_toolchain', | 104 '../native_client/tools.gyp:prep_toolchain', |
| 105 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted'
, | 105 '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted'
, |
| 106 '../net/net_nacl.gyp:net_nacl', | 106 '../net/net_nacl.gyp:net_nacl', |
| 107 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', | 107 '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', |
| 108 '../third_party/expat/expat_nacl.gyp:expat_nacl', |
| 108 '../third_party/khronos/khronos.gyp:khronos_headers', | 109 '../third_party/khronos/khronos.gyp:khronos_headers', |
| 109 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', | 110 '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', |
| 110 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', | 111 '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', |
| 111 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', | 112 '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', |
| 112 '../third_party/opus/opus_nacl.gyp:opus_nacl', | 113 '../third_party/opus/opus_nacl.gyp:opus_nacl', |
| 113 'remoting_proto_nacl', | 114 'remoting_proto_nacl', |
| 114 'remoting_webrtc_nacl', | 115 'remoting_webrtc_nacl', |
| 115 ], | 116 ], |
| 116 'sources': [ | 117 'sources': [ |
| 117 '../ui/events/keycodes/dom4/keycode_converter.cc', | 118 '../ui/events/keycodes/dom4/keycode_converter.cc', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 '-lppapi_cpp', | 234 '-lppapi_cpp', |
| 234 '-lpthread', | 235 '-lpthread', |
| 235 '-lnacl_io', | 236 '-lnacl_io', |
| 236 ], | 237 ], |
| 237 'sources': [ | 238 'sources': [ |
| 238 'client/plugin/pepper_module.cc', | 239 'client/plugin/pepper_module.cc', |
| 239 ], | 240 ], |
| 240 }, # end of target 'remoting_client_plugin_nacl' | 241 }, # end of target 'remoting_client_plugin_nacl' |
| 241 ] | 242 ] |
| 242 } | 243 } |
| OLD | NEW |