blob: 844ee291e5d59c58f1791c1913ba5f7f295d3965 [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("init") {
output_name = "gl_init"
sources = [
"gl_factory.cc",
"gl_factory.h",
"gl_init_export.h",
]
defines = [ "GL_INIT_IMPLEMENTATION" ]
deps = [
"//base",
"//ui/gfx",
]
public_deps = [
"//ui/gl",
]
}