Index: ppapi/BUILD.gn |
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn |
index 839bbcab8722f90a043387c5c49fdac48540caaf..364e11aabab3021f68eb7cf298187fe5cab3106d 100644 |
--- a/ppapi/BUILD.gn |
+++ b/ppapi/BUILD.gn |
@@ -247,6 +247,7 @@ if (is_nacl_glibc) { |
# link time as the test executable requires symbols defined in the |
# shared library. |
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
+ configs += [ "//build/config/gcc:symbol_visibility_default" ] |
sources = ppapi_sources.cpp_source_files |
sources += [ |