[gin] Turn gin into a component
This will allow for using gin from content and blink at the same time in
a component build
BUG=321631
[email protected],[email protected]
Review URL: https://codereview.chromium.org/101583004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240425 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gin/public/context_holder.h b/gin/public/context_holder.h
index 43b2822..09fe248 100644
--- a/gin/public/context_holder.h
+++ b/gin/public/context_holder.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
+#include "gin/gin_export.h"
#include "v8/include/v8.h"
namespace gin {
@@ -27,7 +28,7 @@
// ContextHolder is a generic class for holding a v8::Context. Rather than
// using ContextHolder directly, most code should use a subclass of
// ContextHolder, such as Runner.
-class ContextHolder {
+class GIN_EXPORT ContextHolder {
public:
explicit ContextHolder(v8::Isolate* isolate);
~ContextHolder();