Chromium Code Reviews| 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..d04e0db119bbf784f8ea31bf101cd914db6ce471 100644 |
| --- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
| +++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
| @@ -5,7 +5,7 @@ |
| assert(is_nacl, |
| "These targets must only be built using the untrusted NaCl toolchains.") |
| -source_set("ppapi_stub_lib") { |
| +static_library("ppapi_stub_lib") { |
|
Dirk Pranke
2015/11/11 22:19:06
why this change?
Petr Hosek
2015/11/13 22:18:33
ditto
|
| sources = [ |
| "plugin_main_irt.c", |
| "ppapi_plugin_main.c", |