Index: ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
diff --git a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
index 9b4febb6acd9bfa9029c7bf37fc3096bb3ac1081..862e627dc124ff573bc526d01ee330efa6eeb64f 100644 |
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
@@ -5,7 +5,9 @@ |
assert(is_nacl, |
"These targets must only be built using the untrusted NaCl toolchains.") |
-source_set("ppapi_stub_lib") { |
+static_library("ppapi_stub_lib") { |
+ # This library is distributed as a part of the SDK and as such has to |
+ # be a static library rather than a source set. |
sources = [ |
"plugin_main_irt.c", |
"ppapi_plugin_main.c", |