Mac: Flash NTP background color instead of white
[chromium-blink-merge.git] / ui / aura_extra / BUILD.gn
blobdae41d27033ec37aa88067cef67c9c711e6f7450
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/compositor",
22     "//ui/events",
23     "//ui/gfx",
24     "//ui/gfx/geometry",
25   ]