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

Unified Diff: ppapi/BUILD.gn

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
« no previous file with comments | « components/nacl.gyp ('k') | ppapi/cpp/private/internal_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index af9e02ec66c892bc52cf92a028733e03744f0dcf..c0a47687b8e15400603deafc9aceb605a982d903 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -54,6 +54,13 @@ source_set("ppapi_cpp") {
]
}
+source_set("ppapi_internal_module") {
+ sources = [
+ "cpp/private/internal_module.cc",
+ "cpp/private/internal_module.h",
+ ]
+}
+
source_set("ppapi_gles2") {
sources = [
"lib/gl/gles2/gl2ext_ppapi.c",
« no previous file with comments | « components/nacl.gyp ('k') | ppapi/cpp/private/internal_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698