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 63819acd3656de3319e6ea429d6dda273db45abd..16f544b2e982105ef59a3447eb2b5e1d5f7ba1d6 100644 |
| --- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
| +++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
| @@ -5,6 +5,8 @@ |
| assert(is_nacl, |
| "These targets must only be built using the untrusted NaCl toolchains.") |
| +# TODO(sbc): Make sure this library gets built with -fPIC. Right not it |
|
Nick Bray (chromium)
2015/04/29 18:29:00
"not" => "now"
|
| +# doesn't seem that is built at all. |
| source_set("ppapi_stub_lib") { |
| sources = [ |
| "plugin_main_irt.c", |