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

Unified Diff: services/js/modules/gl/module.cc

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fixed DEPS gl build 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 | « services/js/modules/gl/module.h ('k') | services/js/mojo_bridge_module.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/gl/module.cc
diff --git a/mojo/apps/js/bindings/gl/module.cc b/services/js/modules/gl/module.cc
similarity index 89%
rename from mojo/apps/js/bindings/gl/module.cc
rename to services/js/modules/gl/module.cc
index f34450dc8d8234bbfe553d1ba22dca47190ea312..f0d092247c40166123c1d00d559950a6139481bc 100644
--- a/mojo/apps/js/bindings/gl/module.cc
+++ b/services/js/modules/gl/module.cc
@@ -2,21 +2,21 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mojo/apps/js/bindings/gl/module.h"
+#include "services/js/modules/gl/module.h"
#include "base/logging.h"
#include "gin/arguments.h"
#include "gin/object_template_builder.h"
#include "gin/per_isolate_data.h"
#include "gin/wrappable.h"
-#include "mojo/apps/js/bindings/gl/context.h"
#include "mojo/edk/js/handle.h"
+#include "services/js/modules/gl/context.h"
namespace mojo {
namespace js {
namespace gl {
-const char* kModuleName = "mojo/apps/js/bindings/gl";
+const char* kModuleName = "services/js/modules/gl";
namespace {
« no previous file with comments | « services/js/modules/gl/module.h ('k') | services/js/mojo_bridge_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698