Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(788)

Unified Diff: ppapi/tests/testing_instance.cc

Issue 1333673002: Build PPAPI NaCl Glibc tests with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/testing_instance.cc
diff --git a/ppapi/tests/testing_instance.cc b/ppapi/tests/testing_instance.cc
index b1eaae460e3b83007848706f5424b692704c2ffa..71851f98231e120f52eca5c661404ffd0a89c166 100644
--- a/ppapi/tests/testing_instance.cc
+++ b/ppapi/tests/testing_instance.cc
@@ -324,6 +324,11 @@ class Module : public pp::Module {
namespace pp {
+#if defined(WIN32)
+__declspec(dllexport)
+#else
+__attribute__((visibility("default")))
+#endif
Module* CreateModule() {
return new ::Module();
}
« no previous file with comments | « ppapi/native_client/src/untrusted/irt_stub/ppapi_plugin_start.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698