summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi16
1 files changed, 15 insertions, 1 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 61da724..c2fc7eb 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -1,4 +1,4 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# 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.
@@ -170,6 +170,20 @@
# 'examples/font/simple_font.cc',
# ],
# },
+# {
+# 'target_name': 'ppapi_example_gles2',
+# 'dependencies': [
+# 'ppapi_example_skeleton',
+# 'ppapi_gles2',
+# 'lib/gl/gl.gyp:ppapi_egl',
+# ],
+# 'include_dirs': [
+# 'lib/gl/include',
+# ],
+# 'sources': [
+# 'examples/gles2/gles2.cc',
+# ],
+# },
{
'target_name': 'ppapi_tests',
'type': 'loadable_module',