blob: e9048a1ee68d9e7fbd8cfa6eeed0ad0446cd37e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2015 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.
source_set("gles2") {
sources = [
"gl2ext_ppapi.c",
"gl2ext_ppapi.h",
"gles2.c",
]
include_dirs = [ "lib/gl/include" ]
deps = [
"//ppapi/c",
]
}
|