Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: remoting/remoting_client.gypi

Issue 1271523003: Remove remoting client plugin from chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix android and GN build Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index 3d53e39c466e40d08515268f57e00604203b5e55..8c4878071a8567ce0c5db4f4913733b6e88fc061 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -5,31 +5,6 @@
{
'targets': [
{
- # GN version: //remoting/client/plugin
- 'target_name': 'remoting_client_plugin',
- 'type': 'static_library',
- 'variables': { 'enable_wexit_time_destructors': 1, },
- 'defines': [
- 'HAVE_STDINT_H', # Required by on2_integer.h
- ],
- 'dependencies': [
- '../net/net.gyp:net',
- '../ppapi/ppapi.gyp:ppapi_cpp_objects',
- '../ppapi/ppapi.gyp:ppapi_internal_module',
- '../third_party/webrtc/modules/modules.gyp:desktop_capture',
- '../ui/events/events.gyp:dom_keycode_converter',
- 'remoting_base',
- 'remoting_client',
- 'remoting_protocol',
- ],
- 'sources': [
- '<@(remoting_client_plugin_sources)',
- 'client/plugin/pepper_entrypoints.cc',
- 'client/plugin/pepper_entrypoints.h',
- ],
- }, # end of target 'remoting_client_plugin'
-
- {
# GN version: //remoting/client
'target_name': 'remoting_client',
'type': 'static_library',
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698