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

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

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
Index: mojo/edk/js/core.cc
diff --git a/mojo/bindings/js/core.cc b/mojo/edk/js/core.cc
similarity index 99%
rename from mojo/bindings/js/core.cc
rename to mojo/edk/js/core.cc
index 90f5623ae15ed7c92d341334a9a3b02779a39a35..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 {
« mojo/edk/js/BUILD.gn ('K') | « 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