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

Unified Diff: ppapi/ppapi_cpp.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 side-by-side diff with in-line comments
Download patch
Index: ppapi/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 622c3d575a19d2718e4302abc67b21952423b679..28433e49f42e30a34a701e7ab39b80f944f33be4 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -24,7 +24,7 @@
],
},
{
- # GN version: //ppapi:ppapi_cpp_pbjects
+ # GN version: //ppapi:ppapi_cpp_objects
'target_name': 'ppapi_cpp_objects',
'type': 'static_library',
'dependencies': [
@@ -83,5 +83,17 @@
}]
],
},
+ {
+ # GN version: //ppapi:ppapi_internal_module
+ 'target_name': 'ppapi_internal_module',
+ 'type': 'static_library',
+ 'include_dirs+': [
+ '..',
+ ],
+ 'sources': [
+ 'cpp/private/internal_module.cc',
+ 'cpp/private/internal_module.h',
+ ]
+ },
],
}
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/win/nacl_plugin.rc ('k') | remoting/client/plugin/pepper_entrypoints.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698