Chromium Code Reviews| 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", |