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

Unified Diff: mojo/edk/js/support.h

Issue 2405903003: Make //mojo/edk/js a component. (Closed)
Patch Set: Created 4 years, 2 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 | « mojo/edk/js/mojo_runner_delegate.h ('k') | mojo/edk/js/threading.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/support.h
diff --git a/mojo/edk/js/support.h b/mojo/edk/js/support.h
index c57cf7a1a89e147ffadca97ba7202b65f2461fbd..551f5ac0a82fb0ba281a5bf044ef502193572583 100644
--- a/mojo/edk/js/support.h
+++ b/mojo/edk/js/support.h
@@ -5,13 +5,14 @@
#ifndef MOJO_EDK_JS_SUPPORT_H_
#define MOJO_EDK_JS_SUPPORT_H_
+#include "mojo/edk/js/js_export.h"
#include "v8/include/v8.h"
namespace mojo {
namespace edk {
namespace js {
-class Support {
+class MOJO_JS_EXPORT Support {
public:
static const char kModuleName[];
static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
« no previous file with comments | « mojo/edk/js/mojo_runner_delegate.h ('k') | mojo/edk/js/threading.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698