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

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: 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 1cf11d46ed6fb7d89fb8a31f9a32fa231a831210..8c448a5baa7c1447167b75d5d1e77055b3d3c4ee 100644
--- a/ppapi/ppapi_cpp.gypi
+++ b/ppapi/ppapi_cpp.gypi
@@ -80,5 +80,16 @@
}]
],
},
+ {
+ 'target_name': 'ppapi_internal_module',
+ 'type': 'static_library',
+ 'include_dirs+': [
+ '..',
+ ],
+ 'sources': [
+ 'cpp/internal_module.cc',
+ 'cpp/internal_module.h',
+ ]
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698