Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index 0a3f6c47722997d577fe93312039826b5f15ecf1..17d0826b248e842e5adb590da6d54c2d7ee86483 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -149,7 +149,7 @@ executable("pepper_hash_for_uma") { |
] |
} |
-source_set("ppapi_cpp_lib") { |
+static_library("ppapi_cpp_lib") { |
Dirk Pranke
2015/11/11 22:19:06
why this change?
Petr Hosek
2015/11/13 22:18:33
Because some of the NaCl browser tests redefine so
Dirk Pranke
2015/11/13 23:00:57
Ew. That seems bad. Can you file a separate bug fo
Petr Hosek
2015/11/17 01:31:58
Done, see https://code.google.com/p/chromium/issue
|
sources = ppapi_sources.cpp_source_files |
sources += [ |
"cpp/module_embedder.h", |