Don't add an aura tooltip to bubble close buttons on Windows.
[chromium-blink-merge.git] / ppapi / lib / gl / gles2 / BUILD.gn
blob81bdde4b389bdf05197031c4411a4d8d1d3a610e
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 config("gles2_config") {
6   include_dirs = [ "//ppapi/lib/gl/include" ]
9 source_set("gles2") {
10   sources = [
11     "gl2ext_ppapi.c",
12     "gl2ext_ppapi.h",
13     "gles2.c",
14   ]
16   public_configs = [ ":gles2_config" ]
18   public_deps = [
19     "//ppapi/c",
20   ]