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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.gyp

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
Index: ppapi/native_client/src/trusted/plugin/plugin.gyp
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gyp b/ppapi/native_client/src/trusted/plugin/plugin.gyp
index 343883d24743a9ee2882bb76e1fa91b69581e26c..c429956f921b305646fbbacaf8d59ade8d3c3d4f 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.gyp
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gyp
@@ -49,7 +49,7 @@
'targets': [
{
'target_name': 'ppGoogleNaClPluginChrome',
- 'type': 'loadable_module',
+ 'type': 'static_library',
'sources': [
'<@(common_sources)',
],
@@ -71,7 +71,8 @@
'<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
'<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp:reverse_service',
'<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref',
- '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp',
+ '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
+ '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
],
'conditions': [
['OS=="mac"', {

Powered by Google App Engine
This is Rietveld 408576698