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"', { |