Index: ppapi/ppapi_gl.gypi |
diff --git a/ppapi/ppapi_gl.gypi b/ppapi/ppapi_gl.gypi |
deleted file mode 100644 |
index 47a0a4cd493bb8c348dbac9520c814113c731fdb..0000000000000000000000000000000000000000 |
--- a/ppapi/ppapi_gl.gypi |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-# Copyright (c) 2011 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. |
- |
-{ |
- 'targets': [ |
- { |
- # GN version: //ppapi/lib/gl/gles2 |
- 'target_name': 'ppapi_gles2', |
- 'type': 'static_library', |
- 'dependencies': [ |
- 'ppapi_c', |
- ], |
- 'include_dirs': [ |
- 'lib/gl/include', |
- ], |
- 'sources': [ |
- 'lib/gl/gles2/gl2ext_ppapi.c', |
- 'lib/gl/gles2/gl2ext_ppapi.h', |
- 'lib/gl/gles2/gles2.c', |
- ], |
- }, |
- ], |
-} |