Chromium Code Reviews| Index: ppapi/BUILD.gn |
| diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
| index f45a2248b49c14a4a75716a1b94d845082213cd7..fa52265b1ce3c1bd39a8074f46b2a84bee18d14e 100644 |
| --- a/ppapi/BUILD.gn |
| +++ b/ppapi/BUILD.gn |
| @@ -150,7 +150,7 @@ executable("pepper_hash_for_uma") { |
| ] |
| } |
| -source_set("ppapi_cpp_lib") { |
| +static_library("ppapi_cpp_lib") { |
| sources = ppapi_sources.cpp_source_files |
| sources += [ |
| "cpp/module_embedder.h", |