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
3 # found in the LICENSE file.
8 'target_name': 'remoting_client_plugin',
9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, },
12 'HAVE_STDINT_H', # Required by on2_integer.h
16 '../ppapi/ppapi.gyp:ppapi_cpp_objects',
17 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
18 '../ui/events/events.gyp:dom4_keycode_converter',
24 '<@(remoting_client_plugin_sources)',
25 'client/plugin/pepper_entrypoints.cc',
26 'client/plugin/pepper_entrypoints.h',
31 'client/plugin/normalizing_input_filter_cros.cc',
35 }, # end of target 'remoting_client_plugin'
38 'target_name': 'remoting_client',
39 'type': 'static_library',
40 'variables': { 'enable_wexit_time_destructors': 1, },
44 '../third_party/libyuv/libyuv.gyp:libyuv',
45 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
46 '../third_party/libwebm/libwebm.gyp:libwebm',
49 '<@(remoting_client_sources)',
51 }, # end of target 'remoting_client'