| Index: mojo/apps/js/bindings/gl/BUILD.gn
|
| diff --git a/mojo/apps/js/bindings/gl/BUILD.gn b/mojo/apps/js/bindings/gl/BUILD.gn
|
| deleted file mode 100644
|
| index 19d08c0e9134577499e45ff70ffd3d6a8199bcc6..0000000000000000000000000000000000000000
|
| --- a/mojo/apps/js/bindings/gl/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# 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",
|
| - "context.h",
|
| - "module.cc",
|
| - "module.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//gin",
|
| - "//v8",
|
| - "//mojo/edk/js",
|
| - "//mojo/environment:chromium",
|
| - "//mojo/public/gles2:for_shared_library",
|
| - "//mojo/services/gles2:lib",
|
| - ]
|
| -}
|
|
|