| Index: trunk/src/remoting/remoting_nacl.gyp
|
| ===================================================================
|
| --- trunk/src/remoting/remoting_nacl.gyp (revision 271343)
|
| +++ trunk/src/remoting/remoting_nacl.gyp (working copy)
|
| @@ -1,236 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -{
|
| - 'includes': [
|
| - '../native_client/build/untrusted.gypi',
|
| - 'remoting_srcs.gypi',
|
| - ],
|
| -
|
| - 'variables': {
|
| - 'protoc': '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFIX)',
|
| - 'proto_out_base': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
|
| - 'proto_out_dir': '<(proto_out_base)/remoting/proto',
|
| - 'use_nss': 0,
|
| - 'nacl_untrusted_build': 1,
|
| - 'chromium_code': 1,
|
| - },
|
| -
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'remoting_webrtc_nacl',
|
| - 'type': 'none',
|
| - 'variables': {
|
| - 'nacl_untrusted_build': 1,
|
| - 'nlib_target': 'libremoting_webrtc_nacl.a',
|
| - 'build_glibc': 0,
|
| - 'build_newlib': 0,
|
| - 'build_pnacl_newlib': 1,
|
| - },
|
| - 'include_dirs': [
|
| - '../third_party',
|
| - '../third_party/webrtc',
|
| - ],
|
| - 'sources': [
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_frame.cc',
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_frame.h',
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_geometry.cc',
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_geometry.h',
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_region.cc',
|
| - '../third_party/webrtc/modules/desktop_capture/desktop_region.h',
|
| - '../third_party/webrtc/modules/desktop_capture/shared_desktop_frame.cc',
|
| - '../third_party/webrtc/modules/desktop_capture/shared_desktop_frame.h',
|
| - ],
|
| - 'direct_dependent_settings': {
|
| - 'include_dirs': [
|
| - '../third_party',
|
| - '../third_party/webrtc',
|
| - ],
|
| - }
|
| - }, # end of target 'remoting_webrtc_nacl'
|
| -
|
| - {
|
| - 'target_name': 'remoting_proto_nacl',
|
| - 'type': 'none',
|
| - 'variables': {
|
| - 'nacl_untrusted_build': 1,
|
| - 'nlib_target': 'libremoting_proto_nacl.a',
|
| - 'build_glibc': 0,
|
| - 'build_newlib': 0,
|
| - 'build_pnacl_newlib': 1,
|
| - 'files_list': [
|
| - '<(proto_out_dir)/audio.pb.cc',
|
| - '<(proto_out_dir)/control.pb.cc',
|
| - '<(proto_out_dir)/event.pb.cc',
|
| - '<(proto_out_dir)/internal.pb.cc',
|
| - '<(proto_out_dir)/video.pb.cc',
|
| - '<(proto_out_dir)/mux.pb.cc',
|
| - ],
|
| - 'extra_deps': [ '<@(files_list)' ],
|
| - 'extra_args': [ '<@(files_list)' ],
|
| - },
|
| - 'defines': [
|
| - 'GOOGLE_PROTOBUF_HOST_ARCH_64_BIT=1'
|
| - ],
|
| - 'dependencies': [
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| - '../third_party/protobuf/protobuf_nacl.gyp:protobuf_lite_nacl',
|
| - 'proto/chromotocol.gyp:chromotocol_proto_lib',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - '../third_party/protobuf/protobuf_nacl.gyp:protobuf_lite_nacl',
|
| - ],
|
| - 'direct_dependent_settings': {
|
| - 'include_dirs': [
|
| - '<(proto_out_base)',
|
| - ],
|
| - },
|
| - }, # end of target 'remoting_proto_nacl'
|
| -
|
| - {
|
| - 'target_name': 'remoting_client_plugin_lib_nacl',
|
| - 'type': 'none',
|
| - 'variables': {
|
| - 'nacl_untrusted_build': 1,
|
| - 'nlib_target': 'libremoting_client_plugin_lib_nacl.a',
|
| - 'build_glibc': 0,
|
| - 'build_newlib': 0,
|
| - 'build_pnacl_newlib': 1,
|
| - },
|
| - 'dependencies': [
|
| - '../base/base_nacl.gyp:base_nacl',
|
| - '../jingle/jingle_nacl.gyp:jingle_glue_nacl',
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| - '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
|
| - '../net/net_nacl.gyp:net_nacl',
|
| - '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
|
| - '../third_party/libvpx/libvpx_nacl.gyp:libvpx_nacl',
|
| - '../third_party/libwebm/libwebm_nacl.gyp:libwebm_nacl',
|
| - '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
|
| - '../third_party/openssl/openssl_nacl.gyp:openssl_nacl',
|
| - '../third_party/opus/opus_nacl.gyp:opus_nacl',
|
| - 'remoting_proto_nacl',
|
| - 'remoting_webrtc_nacl',
|
| - ],
|
| - 'sources': [
|
| - '../ui/events/keycodes/dom4/keycode_converter.cc',
|
| - '<@(remoting_base_sources)',
|
| - '<@(remoting_client_plugin_sources)',
|
| - '<@(remoting_client_sources)',
|
| - '<@(remoting_protocol_sources)',
|
| - ],
|
| - 'sources!': [
|
| - 'base/url_request_context.cc',
|
| - 'jingle_glue/chromium_socket_factory.cc',
|
| - ]
|
| - }, # end of target 'remoting_client_plugin_lib_nacl'
|
| -
|
| - {
|
| - 'target_name': 'remoting_client_plugin_nacl',
|
| - 'type': 'none',
|
| - 'variables': {
|
| - 'nacl_untrusted_build': 1,
|
| - 'nexe_target': 'remoting_client_plugin',
|
| - 'build_glibc': 0,
|
| - 'build_newlib': 0,
|
| - 'build_pnacl_newlib': 1,
|
| - 'enable_x86_32': 0,
|
| - 'enable_x86_64': 0,
|
| - 'extra_deps_pnacl_newlib': [
|
| - '>(tc_lib_dir_pnacl_newlib)/libbase_i18n_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libbase_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libexpat_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libicudata_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libcrypto_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libicui18n_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libicuuc_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libjingle_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libjingle_p2p_constants_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libmedia_yuv_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libmodp_b64_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libopenssl_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libopus_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libppapi.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libppapi_cpp.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libprotobuf_lite_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libjingle_glue_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libnet_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libremoting_client_plugin_lib_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libremoting_proto_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libremoting_webrtc_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/liburl_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libvpx_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libwebm_nacl.a',
|
| - '>(tc_lib_dir_pnacl_newlib)/libyuv_nacl.a',
|
| - ],
|
| - },
|
| - 'dependencies': [
|
| - '../base/base_nacl.gyp:base_i18n_nacl',
|
| - '../base/base_nacl.gyp:base_nacl',
|
| - '../crypto/crypto_nacl.gyp:crypto_nacl',
|
| - '../jingle/jingle_nacl.gyp:jingle_glue_nacl',
|
| - '../media/media_nacl.gyp:media_yuv_nacl',
|
| - '../native_client/tools.gyp:prep_toolchain',
|
| - '../native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untrusted',
|
| - '../net/net_nacl.gyp:net_nacl',
|
| - '../ppapi/native_client/native_client.gyp:nacl_irt',
|
| - '../ppapi/native_client/native_client.gyp:ppapi_lib',
|
| - '../ppapi/ppapi_nacl.gyp:ppapi_cpp_lib',
|
| - '../third_party/expat/expat_nacl.gyp:expat_nacl',
|
| - '../third_party/icu/icu_nacl.gyp:icudata_nacl',
|
| - '../third_party/icu/icu_nacl.gyp:icui18n_nacl',
|
| - '../third_party/icu/icu_nacl.gyp:icuuc_nacl',
|
| - '../third_party/libjingle/libjingle_nacl.gyp:libjingle_nacl',
|
| - '../third_party/libwebm/libwebm_nacl.gyp:libwebm_nacl',
|
| - '../third_party/libyuv/libyuv_nacl.gyp:libyuv_nacl',
|
| - '../third_party/modp_b64/modp_b64_nacl.gyp:modp_b64_nacl',
|
| - '../third_party/openssl/openssl_nacl.gyp:openssl_nacl',
|
| - '../url/url_nacl.gyp:url_nacl',
|
| - 'remoting_client_plugin_lib_nacl',
|
| - 'remoting_proto_nacl',
|
| - 'remoting_webrtc_nacl',
|
| - ],
|
| - 'link_flags': [
|
| - '-lppapi_stub',
|
| -
|
| - # Plugin code.
|
| - '-lremoting_client_plugin_lib_nacl',
|
| - '-lremoting_proto_nacl',
|
| -
|
| - # Chromium libraries.
|
| - '-ljingle_glue_nacl',
|
| - '-lmedia_yuv_nacl',
|
| - '-lnet_nacl',
|
| - '-lcrypto_nacl',
|
| - '-lbase_i18n_nacl',
|
| - '-lbase_nacl',
|
| - '-lurl_nacl',
|
| -
|
| - # Third-party libraries.
|
| - '-lremoting_webrtc_nacl',
|
| - '-lyuv_nacl',
|
| - '-lvpx_nacl',
|
| - '-ljingle_p2p_constants_nacl',
|
| - '-ljingle_nacl',
|
| - '-lexpat_nacl',
|
| - '-lmodp_b64_nacl',
|
| - '-lopus_nacl',
|
| - '-lopenssl_nacl',
|
| - '-licui18n_nacl',
|
| - '-licuuc_nacl',
|
| - '-licudata_nacl',
|
| - '-lprotobuf_lite_nacl',
|
| - '-lwebm_nacl',
|
| -
|
| - # Base NaCl libraries.
|
| - '-lppapi_cpp',
|
| - '-lpthread',
|
| - '-lnacl_io',
|
| - ],
|
| - 'sources': [
|
| - 'client/plugin/pepper_module.cc',
|
| - ],
|
| - }, # end of target 'remoting_client_plugin_nacl'
|
| - ]
|
| -}
|
|
|