Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / ui / chromeos / BUILD.gn
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.
4
5 component("ui_chromeos") {
6   sources = [
7     "accessibility_types.h",
8     "network/network_connect.cc",
9     "network/network_connect.h",
10     "network/network_icon.cc",
11     "network/network_icon.h",
12     "network/network_icon_animation.cc",
13     "network/network_icon_animation.h",
14     "network/network_icon_animation_observer.h",
15     "network/network_info.cc",
16     "network/network_info.h",
17     "network/network_list.cc",
18     "network/network_list.h",
19     "network/network_list_delegate.h",
20     "network/network_state_notifier.cc",
21     "network/network_state_notifier.h",
22     "touch_exploration_controller.cc",
23     "touch_exploration_controller.h",
24     "user_activity_power_manager_notifier.cc",
25     "user_activity_power_manager_notifier.h",
26   ]
27   deps = [
28     "//base",
29     "//chromeos:power_manager_proto",
30     "//skia",
31     "//ui/aura",
32     "//ui/chromeos/resources",
33     "//ui/chromeos/strings",
34     "//ui/events",
35     "//ui/events:gesture_detection",
36     "//ui/message_center",
37     "//ui/views",
38     "//ui/wm",
39   ]
40   defines = [ "UI_CHROMEOS_IMPLEMENTATION" ]
41 }