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

Unified Diff: mojo/edk/js/support.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/support.h ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/support.cc
diff --git a/mojo/bindings/js/support.cc b/mojo/edk/js/support.cc
similarity index 89%
rename from mojo/bindings/js/support.cc
rename to mojo/edk/js/support.cc
index b90953de1f17402114b2a80ef9dfd940af0c3715..7d4402428e4f7fb679431274a7f1d6eaf842a978 100644
--- a/mojo/bindings/js/support.cc
+++ b/mojo/edk/js/support.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/support.h"
+#include "mojo/edk/js/support.h"
#include "base/bind.h"
#include "gin/arguments.h"
@@ -12,8 +12,8 @@
#include "gin/per_isolate_data.h"
#include "gin/public/wrapper_info.h"
#include "gin/wrappable.h"
-#include "mojo/bindings/js/handle.h"
-#include "mojo/bindings/js/waiting_callback.h"
+#include "mojo/edk/js/handle.h"
+#include "mojo/edk/js/waiting_callback.h"
#include "mojo/public/cpp/system/core.h"
namespace mojo {
@@ -37,7 +37,7 @@ gin::WrapperInfo g_wrapper_info = { gin::kEmbedderNativeGin };
} // namespace
-const char Support::kModuleName[] = "mojo/public/js/bindings/support";
+const char Support::kModuleName[] = "mojo/public/js/support";
v8::Local<v8::Value> Support::GetModule(v8::Isolate* isolate) {
gin::PerIsolateData* data = gin::PerIsolateData::From(isolate);
« no previous file with comments | « mojo/edk/js/support.h ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698