| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //remoting/client/plugin | 8 # GN version: //remoting/client/plugin |
| 9 'target_name': 'remoting_client_plugin', | 9 'target_name': 'remoting_client_plugin', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'variables': { 'enable_wexit_time_destructors': 1, }, | 11 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 12 'defines': [ | 12 'defines': [ |
| 13 'HAVE_STDINT_H', # Required by on2_integer.h | 13 'HAVE_STDINT_H', # Required by on2_integer.h |
| 14 ], | 14 ], |
| 15 'dependencies': [ | 15 'dependencies': [ |
| 16 '../net/net.gyp:net', | 16 '../net/net.gyp:net', |
| 17 '../ppapi/ppapi.gyp:ppapi_cpp_objects', | 17 '../ppapi/ppapi.gyp:ppapi_cpp_objects', |
| 18 '../ppapi/ppapi.gyp:ppapi_internal_module', | 18 '../ppapi/ppapi.gyp:ppapi_internal_module', |
| 19 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 19 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 20 '../ui/events/events.gyp:dom4_keycode_converter', | 20 '../ui/events/events.gyp:dom_keycode_converter', |
| 21 'remoting_base', | 21 'remoting_base', |
| 22 'remoting_client', | 22 'remoting_client', |
| 23 'remoting_protocol', | 23 'remoting_protocol', |
| 24 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 '<@(remoting_client_plugin_sources)', | 26 '<@(remoting_client_plugin_sources)', |
| 27 'client/plugin/pepper_entrypoints.cc', | 27 'client/plugin/pepper_entrypoints.cc', |
| 28 'client/plugin/pepper_entrypoints.h', | 28 'client/plugin/pepper_entrypoints.h', |
| 29 ], | 29 ], |
| 30 }, # end of target 'remoting_client_plugin' | 30 }, # end of target 'remoting_client_plugin' |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 ], | 180 ], |
| 181 }, | 181 }, |
| 182 }], | 182 }], |
| 183 ], | 183 ], |
| 184 'includes': [ 'remoting_webapp.gypi', ], | 184 'includes': [ 'remoting_webapp.gypi', ], |
| 185 }, # end of target 'remoting_webapp_v2' | 185 }, # end of target 'remoting_webapp_v2' |
| 186 ], | 186 ], |
| 187 }], | 187 }], |
| 188 ], | 188 ], |
| 189 } | 189 } |
| OLD | NEW |