ozone: evdev: Sync caps lock LED state to evdev
[chromium-blink-merge.git] / ui / aura_extra / BUILD.gn
blobadae6ea2ad35d73369df8a185d16bc5fbd36b943
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 import("//build/config/ui.gni")
7 component("aura_extra") {
8   sources = [
9     "aura_extra_export.h",
10     "image_window_delegate.cc",
11     "image_window_delegate.h",
12   ]
14   defines = [ "AURA_EXTRA_IMPLEMENTATION" ]
16   deps = [
17     "//base",
18     "//skia",
19     "//ui/aura",
20     "//ui/base",
21     "//ui/events",
22     "//ui/gfx",
23     "//ui/gfx/geometry",
24   ]