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

Unified Diff: gin/wrappable.h

Issue 101583004: [gin] Turn gin into a component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: win Created 7 years 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
Index: gin/wrappable.h
diff --git a/gin/wrappable.h b/gin/wrappable.h
index b8202df93c3b19ea74cbac43cf51dea00457372e..755707166bb3c39fa19e4365eda69239d860f07c 100644
--- a/gin/wrappable.h
+++ b/gin/wrappable.h
@@ -7,14 +7,16 @@
#include "base/template_util.h"
#include "gin/converter.h"
+#include "gin/gin_export.h"
#include "gin/public/wrapper_info.h"
namespace gin {
namespace internal {
-void* FromV8Impl(v8::Isolate* isolate, v8::Handle<v8::Value> val,
- WrapperInfo* info);
+GIN_EXPORT void* FromV8Impl(v8::Isolate* isolate,
+ v8::Handle<v8::Value> val,
+ WrapperInfo* info);
} // namespace internal
@@ -42,7 +44,7 @@ class Wrappable;
// Non-template base class to share code between templates instances.
-class WrappableBase {
+class GIN_EXPORT WrappableBase {
protected:
WrappableBase();
virtual ~WrappableBase();
« gin/array_buffer.h ('K') | « gin/try_catch.h ('k') | mojo/mojo_apps.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698