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 a492353d9aec3c139db4a989e64fdfc42ba71a49..288a922c5f209751ac7fb2390e8eab56c0c4adb3 100644 |
--- a/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
+++ b/ppapi/native_client/src/untrusted/irt_stub/BUILD.gn |
@@ -14,7 +14,9 @@ static_library("ppapi_stub_lib") { |
"plugin_main_irt.c", |
"ppapi_plugin_main.c", |
"ppapi_plugin_start.c", |
+ "ppapi_start.h", |
"thread_creator.c", |
+ "thread_creator.h", |
] |
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ] |
configs += [ "//build/config/gcc:symbol_visibility_default" ] |