Index: services/js/modules/gl/BUILD.gn |
diff --git a/mojo/apps/js/bindings/gl/BUILD.gn b/services/js/modules/gl/BUILD.gn |
similarity index 82% |
rename from mojo/apps/js/bindings/gl/BUILD.gn |
rename to services/js/modules/gl/BUILD.gn |
index 19d08c0e9134577499e45ff70ffd3d6a8199bcc6..5e61507e8e78b3411c8a39cb87f2c807b89bd21a 100644 |
--- a/mojo/apps/js/bindings/gl/BUILD.gn |
+++ b/services/js/modules/gl/BUILD.gn |
@@ -2,7 +2,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib |
source_set("gl") { |
sources = [ |
"context.cc", |
@@ -18,6 +17,6 @@ source_set("gl") { |
"//mojo/edk/js", |
"//mojo/environment:chromium", |
"//mojo/public/gles2:for_shared_library", |
- "//mojo/services/gles2:lib", |
+ "//services/gles2:lib", |
jamesr
2014/11/10 18:35:52
this change looks unintentional - i don't have a /
hansmuller
2014/11/10 18:59:16
You're right. The JS GL bindings haven't been exer
|
] |
} |