| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 97         'build_glibc': 0, | 97         'build_glibc': 0, | 
| 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', | 
|  | 108         '../third_party/khronos/khronos.gyp:khronos_headers', | 
| 107         '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', | 109         '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl', | 
| 108         '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', | 110         '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl', | 
| 109         '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', | 111         '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl', | 
| 110         '../third_party/boringssl/boringssl_nacl.gyp:boringssl_nacl', |  | 
| 111         '../third_party/opus/opus_nacl.gyp:opus_nacl', | 112         '../third_party/opus/opus_nacl.gyp:opus_nacl', | 
| 112         'remoting_proto_nacl', | 113         'remoting_proto_nacl', | 
| 113         'remoting_webrtc_nacl', | 114         'remoting_webrtc_nacl', | 
| 114       ], | 115       ], | 
| 115       'sources': [ | 116       'sources': [ | 
| 116         '../ui/events/keycodes/dom4/keycode_converter.cc', | 117         '../ui/events/keycodes/dom4/keycode_converter.cc', | 
| 117         '<@(remoting_base_sources)', | 118         '<@(remoting_base_sources)', | 
| 118         '<@(remoting_client_plugin_sources)', | 119         '<@(remoting_client_plugin_sources)', | 
| 119         '<@(remoting_client_sources)', | 120         '<@(remoting_client_sources)', | 
| 120         '<@(remoting_protocol_sources)', | 121         '<@(remoting_protocol_sources)', | 
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 232         '-lppapi_cpp', | 233         '-lppapi_cpp', | 
| 233         '-lpthread', | 234         '-lpthread', | 
| 234         '-lnacl_io', | 235         '-lnacl_io', | 
| 235       ], | 236       ], | 
| 236       'sources': [ | 237       'sources': [ | 
| 237         'client/plugin/pepper_module.cc', | 238         'client/plugin/pepper_module.cc', | 
| 238       ], | 239       ], | 
| 239     },  # end of target 'remoting_client_plugin_nacl' | 240     },  # end of target 'remoting_client_plugin_nacl' | 
| 240   ] | 241   ] | 
| 241 } | 242 } | 
| OLD | NEW | 
|---|