blob: a918481895a62ecc97b7dee8a911facf56bb8911 [file] [log] [blame]
# Copyright 2016 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.
component("gl") {
sources = [
"gl_image_ozone_native_pixmap.cc",
"gl_image_ozone_native_pixmap.h",
"ozone_gl_export.h",
]
defines = [ "OZONE_GL_IMPLEMENTATION" ]
deps = [
"//ui/gfx",
"//ui/gl",
"//ui/ozone:ozone_base",
]
}