1 # Copyright 2014 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 import("//build/config/ui.gni")
8 output_name = "display_util"
12 "display_util_export.h",
17 defines = [ "DISPLAY_UTIL_IMPLEMENTATION" ]
27 "x11/edid_parser_x11.cc",
28 "x11/edid_parser_x11.h",
31 "//build/config/linux:x11",
32 "//build/config/linux:xrandr",
34 deps += [ "//ui/gfx/x" ]
37 deps += [ "//ui/display/types" ]