blob: 2b4ae22a6a840835fae10e24529b689a9d1a9dfb [file] [log] [blame]
# Copyright 2014 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.
import("//build/config/jumbo.gni")
jumbo_component("types") {
output_name = "display_types"
sources = [
"display_constants.h",
"display_mode.cc",
"display_mode.h",
"display_snapshot.cc",
"display_snapshot.h",
"display_types_export.h",
"fake_display_controller.h",
"gamma_ramp_rgb_entry.h",
"native_display_delegate.cc",
"native_display_delegate.h",
"native_display_observer.h",
]
defines = [ "DISPLAY_TYPES_IMPLEMENTATION" ]
deps = [
"//base",
"//skia",
"//ui/gfx:color_space",
"//ui/gfx:memory_buffer",
"//ui/gfx/geometry",
]
}