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

Unified Diff: services/js/modules/gl/context.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: Moved mojo/services/js to services/js 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: services/js/modules/gl/context.cc
diff --git a/mojo/apps/js/bindings/gl/context.cc b/services/js/modules/gl/context.cc
similarity index 99%
rename from mojo/apps/js/bindings/gl/context.cc
rename to services/js/modules/gl/context.cc
index 4754d4efda1468cd57e61620b8ea437afb48ef2e..0bed1db19292e553b9dae51038db07a84e797cd2 100644
--- a/mojo/apps/js/bindings/gl/context.cc
+++ b/services/js/modules/gl/context.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/apps/js/bindings/gl/context.h"
+#include "services/js/modules/gl/context.h"
#include <GLES2/gl2.h>

Powered by Google App Engine
This is Rietveld 408576698