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

Unified Diff: services/js/modules/gl/context.h

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/BUILD.gn ('k') | services/js/modules/gl/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/gl/context.h
diff --git a/mojo/apps/js/bindings/gl/context.h b/services/js/modules/gl/context.h
similarity index 94%
rename from mojo/apps/js/bindings/gl/context.h
rename to services/js/modules/gl/context.h
index 1181e81b72c9a3b00ab124de021405d5a14d5b45..2b6824fbb0561fd376193cf215cff5b14460ba67 100644
--- a/mojo/apps/js/bindings/gl/context.h
+++ b/services/js/modules/gl/context.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_APPS_JS_BINDINGS_GL_CONTEXT_H_
-#define MOJO_APPS_JS_BINDINGS_GL_CONTEXT_H_
+#ifndef MOJO_SERVICES_JS_MODULES_GL_CONTEXT_H_
+#define MOJO_SERVICES_JS_MODULES_GL_CONTEXT_H_
#include <GLES2/gl2.h>
@@ -74,4 +74,4 @@ class Context : public gin::Wrappable<Context> {
} // namespace js
} // namespace mojo
-#endif // MOJO_APPS_JS_BINDINGS_GL_CONTEXT_H_
+#endif // MOJO_SERVICES_JS_MODULES_GL_CONTEXT_H_
« no previous file with comments | « services/js/modules/gl/BUILD.gn ('k') | services/js/modules/gl/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698