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

Side by Side Diff: remoting/remoting_client.gypi

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload for recommit after chromite fix Created 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/client/plugin/pepper_entrypoints.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'target_name': 'remoting_client_plugin', 8 'target_name': 'remoting_client_plugin',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'defines': [ 11 'defines': [
12 'HAVE_STDINT_H', # Required by on2_integer.h 12 'HAVE_STDINT_H', # Required by on2_integer.h
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../net/net.gyp:net', 15 '../net/net.gyp:net',
16 '../ppapi/ppapi.gyp:ppapi_cpp_objects', 16 '../ppapi/ppapi.gyp:ppapi_cpp_objects',
17 '../ppapi/ppapi.gyp:ppapi_internal_module',
17 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 18 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
18 '../ui/events/events.gyp:dom4_keycode_converter', 19 '../ui/events/events.gyp:dom4_keycode_converter',
19 'remoting_base', 20 'remoting_base',
20 'remoting_client', 21 'remoting_client',
21 'remoting_protocol', 22 'remoting_protocol',
22 ], 23 ],
23 'sources': [ 24 'sources': [
24 '<@(remoting_client_plugin_sources)', 25 '<@(remoting_client_plugin_sources)',
25 'client/plugin/pepper_entrypoints.cc', 26 'client/plugin/pepper_entrypoints.cc',
26 'client/plugin/pepper_entrypoints.h', 27 'client/plugin/pepper_entrypoints.h',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }, { 131 }, {
131 'variables': { 132 'variables': {
132 'webapp_type': 'v2', 133 'webapp_type': 'v2',
133 }, 134 },
134 }], 135 }],
135 ], 136 ],
136 'includes': [ 'remoting_webapp.gypi', ], 137 'includes': [ 'remoting_webapp.gypi', ],
137 }, # end of target 'remoting_webapp_v2' 138 }, # end of target 'remoting_webapp_v2'
138 ], # end of targets 139 ], # end of targets
139 } 140 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/pepper_entrypoints.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698