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

Unified Diff: mojo/edk/js/core.cc

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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/core.h ('k') | mojo/edk/js/drain_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/core.cc
diff --git a/mojo/bindings/js/core.cc b/mojo/edk/js/core.cc
similarity index 98%
rename from mojo/bindings/js/core.cc
rename to mojo/edk/js/core.cc
index f9e43591a755ef6befcac32dfc259e16b27abefc..91a746c2b1148eccb9020c911661d189f6e30c93 100644
--- a/mojo/bindings/js/core.cc
+++ b/mojo/edk/js/core.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/bindings/js/core.h"
+#include "mojo/edk/js/core.h"
#include "base/bind.h"
#include "base/logging.h"
@@ -16,8 +16,8 @@
#include "gin/per_isolate_data.h"
#include "gin/public/wrapper_info.h"
#include "gin/wrappable.h"
-#include "mojo/bindings/js/drain_data.h"
-#include "mojo/bindings/js/handle.h"
+#include "mojo/edk/js/drain_data.h"
+#include "mojo/edk/js/handle.h"
namespace mojo {
namespace js {
@@ -239,7 +239,7 @@ gin::WrapperInfo g_wrapper_info = { gin::kEmbedderNativeGin };
} // namespace
-const char Core::kModuleName[] = "mojo/public/js/bindings/core";
+const char Core::kModuleName[] = "mojo/public/js/core";
v8::Local<v8::Value> Core::GetModule(v8::Isolate* isolate) {
gin::PerIsolateData* data = gin::PerIsolateData::From(isolate);
« no previous file with comments | « mojo/edk/js/core.h ('k') | mojo/edk/js/drain_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698