| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_new/libvpx_nacl.gyp:libvpx_nacl', | 109 '../third_party/libvpx/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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 '-lppapi_cpp', | 230 '-lppapi_cpp', |
| 231 '-lpthread', | 231 '-lpthread', |
| 232 '-lnacl_io', | 232 '-lnacl_io', |
| 233 ], | 233 ], |
| 234 'sources': [ | 234 'sources': [ |
| 235 'client/plugin/pepper_module.cc', | 235 'client/plugin/pepper_module.cc', |
| 236 ], | 236 ], |
| 237 }, # end of target 'remoting_client_plugin_nacl' | 237 }, # end of target 'remoting_client_plugin_nacl' |
| 238 ] | 238 ] |
| 239 } | 239 } |
| OLD | NEW |