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

Unified Diff: ppapi/ppapi_gl.gypi

Issue 2289983002: Remove PPAPI gyp files. (Closed)
Patch Set: visibility Created 4 years, 4 months 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
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/ppapi_host.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
- ],
-}
« no previous file with comments | « ppapi/ppapi_cpp.gypi ('k') | ppapi/ppapi_host.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698