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 0ce018b243136c2aeb5bbc858dddc98397e1daa4..862e627dc124ff573bc526d01ee330efa6eeb64f 100644 |
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
@@ -6,8 +6,6 @@ |
"These targets must only be built using the untrusted NaCl toolchains.") |
static_library("ppapi_stub_lib") { |
- output_name = "ppapi_stub" |
- |
# 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 = [ |
@@ -16,7 +14,6 @@ |
"ppapi_plugin_start.c", |
"thread_creator.c", |
] |
- configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
cflags = [ "-fPIC" ] |
deps = [ |
"//build/config/nacl:nacl_base", |