| 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..1b565e4b41cfc277241dd28858f0e2600b86ff52 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,5 @@ source_set("gl") {
|
| "//mojo/edk/js",
|
| "//mojo/environment:chromium",
|
| "//mojo/public/gles2:for_shared_library",
|
| - "//mojo/services/gles2:lib",
|
| ]
|
| }
|
|
|