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

Unified Diff: mojo/edk/js/core.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/BUILD.gn ('k') | mojo/edk/js/handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/core.h
diff --git a/mojo/edk/js/core.h b/mojo/edk/js/core.h
index ca203ea76a3b215ed3fb2b56790ef051d22e0353..97ef5dfd8118e73408371971ef008854e9757a65 100644
--- a/mojo/edk/js/core.h
+++ b/mojo/edk/js/core.h
@@ -5,13 +5,14 @@
#ifndef MOJO_EDK_JS_CORE_H_
#define MOJO_EDK_JS_CORE_H_
+#include "mojo/edk/js/js_export.h"
#include "v8/include/v8.h"
namespace mojo {
namespace edk {
namespace js {
-class Core {
+class MOJO_JS_EXPORT Core {
public:
static const char kModuleName[];
static v8::Local<v8::Value> GetModule(v8::Isolate* isolate);
« no previous file with comments | « mojo/edk/js/BUILD.gn ('k') | mojo/edk/js/handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698