OLD | NEW |
| (Empty) |
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 { | |
6 'variables': { | |
7 'chromium_code': 1, | |
8 }, | |
9 'targets': [ | |
10 { | |
11 'target_name': 'ui_chromeos_resources', | |
12 'type': 'none', | |
13 'variables': { | |
14 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources', | |
15 }, | |
16 'actions': [ | |
17 { | |
18 'action_name': 'ui_chromeos_resources', | |
19 'variables': { | |
20 'grit_grd_file': 'resources/ui_chromeos_resources.grd', | |
21 }, | |
22 'includes': [ '../../build/grit_action.gypi' ], | |
23 }, | |
24 ], | |
25 'includes': [ '../../build/grit_target.gypi' ], | |
26 }, # target_name: ui_chromeos_resources | |
27 { | |
28 'target_name': 'ui_chromeos_strings', | |
29 'type': 'none', | |
30 'variables': { | |
31 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/strings', | |
32 }, | |
33 'actions': [ | |
34 { | |
35 'action_name': 'generate_ui_chromeos_strings', | |
36 'variables': { | |
37 'grit_grd_file': 'ui_chromeos_strings.grd', | |
38 }, | |
39 'includes': [ '../../build/grit_action.gypi' ], | |
40 }, | |
41 ], | |
42 'includes': [ '../../build/grit_target.gypi' ], | |
43 }, # target_name: ui_chromeos_strings | |
44 { | |
45 'target_name': 'ui_chromeos', | |
46 'type': '<(component)', | |
47 'dependencies': [ | |
48 '../../base/base.gyp:base', | |
49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | |
50 '../../chromeos/chromeos.gyp:chromeos', | |
51 '../../chromeos/chromeos.gyp:power_manager_proto', | |
52 '../../components/components.gyp:device_event_log_component', | |
53 '../../components/components.gyp:onc_component', | |
54 '../../skia/skia.gyp:skia', | |
55 '../aura/aura.gyp:aura', | |
56 '../base/ime/ui_base_ime.gyp:ui_base_ime', | |
57 '../base/ui_base.gyp:ui_base', | |
58 '../display/display.gyp:display', | |
59 '../events/events.gyp:events', | |
60 '../events/events.gyp:events_base', | |
61 '../events/events.gyp:gesture_detection', | |
62 '../gfx/gfx.gyp:gfx', | |
63 '../gfx/gfx.gyp:gfx_geometry', | |
64 '../message_center/message_center.gyp:message_center', | |
65 '../views/views.gyp:views', | |
66 '../wm/wm.gyp:wm', | |
67 'ui_chromeos_resources', | |
68 'ui_chromeos_strings', | |
69 ], | |
70 'defines': [ | |
71 'UI_CHROMEOS_IMPLEMENTATION', | |
72 ], | |
73 'sources': [ | |
74 'accelerometer/accelerometer_util.cc', | |
75 'accelerometer/accelerometer_util.h', | |
76 'ime/candidate_view.cc', | |
77 'ime/candidate_view.h', | |
78 'ime/candidate_window_view.cc', | |
79 'ime/candidate_window_view.h', | |
80 'ime/infolist_window.cc', | |
81 'ime/infolist_window.h', | |
82 'ime/input_method_menu_item.cc', | |
83 'ime/input_method_menu_item.h', | |
84 'ime/input_method_menu_manager.cc', | |
85 'ime/input_method_menu_manager.h', | |
86 'ime/mode_indicator_view.cc', | |
87 'ime/mode_indicator_view.h', | |
88 'material_design_icon_controller.cc', | |
89 'material_design_icon_controller.h', | |
90 'network/network_connect.cc', | |
91 'network/network_connect.h', | |
92 'network/network_icon.cc', | |
93 'network/network_icon.h', | |
94 'network/network_icon_animation.cc', | |
95 'network/network_icon_animation.h', | |
96 'network/network_icon_animation_observer.h', | |
97 'network/network_info.cc', | |
98 'network/network_info.h', | |
99 'network/network_list.cc', | |
100 'network/network_list.h', | |
101 'network/network_list_delegate.h', | |
102 'network/network_list_view_base.cc', | |
103 'network/network_list_view_base.h', | |
104 'network/network_state_notifier.cc', | |
105 'network/network_state_notifier.h', | |
106 'touch_exploration_controller.cc', | |
107 'touch_exploration_controller.h', | |
108 'user_activity_power_manager_notifier.cc', | |
109 'user_activity_power_manager_notifier.h', | |
110 ], | |
111 }, # target_name: ui_chromeos | |
112 { | |
113 'target_name': 'ui_chromeos_unittests', | |
114 'type': '<(gtest_target_type)', | |
115 'dependencies': [ | |
116 '../../base/base.gyp:test_support_base', | |
117 '../../chromeos/chromeos.gyp:chromeos', | |
118 '../../skia/skia.gyp:skia', | |
119 '../../testing/gtest.gyp:gtest', | |
120 '../aura/aura.gyp:aura_test_support', | |
121 '../compositor/compositor.gyp:compositor', | |
122 '../message_center/message_center.gyp:message_center', | |
123 '../resources/ui_resources.gyp:ui_test_pak', | |
124 '../views/views.gyp:views', | |
125 '../views/views.gyp:views_test_support', | |
126 'ui_chromeos', | |
127 ], | |
128 'sources': [ | |
129 '../chromeos/ime/candidate_view_unittest.cc', | |
130 '../chromeos/ime/candidate_window_view_unittest.cc', | |
131 '../chromeos/ime/input_method_menu_item_unittest.cc', | |
132 '../chromeos/ime/input_method_menu_manager_unittest.cc', | |
133 '../chromeos/network/network_state_notifier_unittest.cc', | |
134 '../chromeos/touch_exploration_controller_unittest.cc', | |
135 'run_all_unittests.cc', | |
136 ], | |
137 }, # target_name: ui_chromeos_unittests | |
138 ], | |
139 } | |
OLD | NEW |