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

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: fixes for mseaborn 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/ppapi_cpp.gypi
diff --git a/ppapi/ppapi_cpp.gypi b/ppapi/ppapi_cpp.gypi
index 622c3d575a19d2718e4302abc67b21952423b679..30dceb996698269231747c810008ca94de0ce565 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -83,5 +83,16 @@
}]
],
},
+ {
+ 'target_name': 'ppapi_internal_module',
+ 'type': 'static_library',
+ 'include_dirs+': [
+ '..',
+ ],
+ 'sources': [
+ 'cpp/private/internal_module.cc',
+ 'cpp/private/internal_module.h',
+ ]
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698