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 # GYP version: gpu/gles2_conform_support/gles2_conform_support.gyp:egl_main_native
7 output_name = "egl_main_native"
14 "GLES2_CONFORM_SUPPORT_ONLY",
21 "//gpu/gles2_conform_support/egl",
32 # GYP version: gpu/gles2_conform_support/gles2_conform_support.gyp:egl_main_windowless
33 source_set("windowless") {
34 output_name = "egl_main_windowless"
38 "egl_native_windowless.cc",
42 "GLES2_CONFORM_SUPPORT_ONLY",
49 "//gpu/gles2_conform_support/egl",