OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'ui_chromeos_sources': [ |
| 9 'accessibility_types.h', |
| 10 'ime/candidate_view.cc', |
| 11 'ime/candidate_view.h', |
| 12 'ime/candidate_window_view.cc', |
| 13 'ime/candidate_window_view.h', |
| 14 'ime/ime_keyboard_ozone.cc', |
| 15 'ime/ime_keyboard_ozone.h', |
| 16 'ime/ime_keyboard_x11.cc', |
| 17 'ime/ime_keyboard_x11.h', |
| 18 'ime/infolist_window.cc', |
| 19 'ime/infolist_window.h', |
| 20 'ime/input_method_menu_item.cc', |
| 21 'ime/input_method_menu_item.h', |
| 22 'ime/input_method_menu_manager.cc', |
| 23 'ime/input_method_menu_manager.h', |
| 24 'ime/mode_indicator_view.cc', |
| 25 'ime/mode_indicator_view.h', |
| 26 'network/network_connect.cc', |
| 27 'network/network_connect.h', |
| 28 'network/network_icon.cc', |
| 29 'network/network_icon.h', |
| 30 'network/network_icon_animation.cc', |
| 31 'network/network_icon_animation.h', |
| 32 'network/network_icon_animation_observer.h', |
| 33 'network/network_info.cc', |
| 34 'network/network_info.h', |
| 35 'network/network_list.cc', |
| 36 'network/network_list.h', |
| 37 'network/network_list_delegate.h', |
| 38 'network/network_state_notifier.cc', |
| 39 'network/network_state_notifier.h', |
| 40 'touch_exploration_controller.cc', |
| 41 'touch_exploration_controller.h', |
| 42 'user_activity_power_manager_notifier.cc', |
| 43 'user_activity_power_manager_notifier.h', |
| 44 ], |
8 }, | 45 }, |
9 'targets': [ | 46 'targets': [ |
10 { | 47 { |
11 'target_name': 'ui_chromeos_resources', | 48 'target_name': 'ui_chromeos_resources', |
12 'type': 'none', | 49 'type': 'none', |
13 'variables': { | 50 'variables': { |
14 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources', | 51 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources', |
15 }, | 52 }, |
16 'actions': [ | 53 'actions': [ |
17 { | 54 { |
(...skipping 22 matching lines...) Expand all Loading... |
40 }, | 77 }, |
41 ], | 78 ], |
42 'includes': [ '../../build/grit_target.gypi' ], | 79 'includes': [ '../../build/grit_target.gypi' ], |
43 }, # target_name: ui_chromeos_strings | 80 }, # target_name: ui_chromeos_strings |
44 { | 81 { |
45 'target_name': 'ui_chromeos', | 82 'target_name': 'ui_chromeos', |
46 'type': '<(component)', | 83 'type': '<(component)', |
47 'dependencies': [ | 84 'dependencies': [ |
48 '../../base/base.gyp:base', | 85 '../../base/base.gyp:base', |
49 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 86 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
| 87 '../../chromeos/chromeos.gyp:chromeos', |
50 '../../chromeos/chromeos.gyp:power_manager_proto', | 88 '../../chromeos/chromeos.gyp:power_manager_proto', |
51 '../../skia/skia.gyp:skia', | 89 '../../skia/skia.gyp:skia', |
52 '../aura/aura.gyp:aura', | 90 '../aura/aura.gyp:aura', |
53 '../events/events.gyp:events', | 91 '../events/events.gyp:events', |
54 '../events/events.gyp:gesture_detection', | 92 '../events/events.gyp:gesture_detection', |
55 '../message_center/message_center.gyp:message_center', | 93 '../message_center/message_center.gyp:message_center', |
56 '../views/views.gyp:views', | 94 '../views/views.gyp:views', |
57 '../wm/wm.gyp:wm', | 95 '../wm/wm.gyp:wm', |
58 'ui_chromeos_resources', | 96 'ui_chromeos_resources', |
59 'ui_chromeos_strings', | 97 'ui_chromeos_strings', |
60 ], | 98 ], |
61 'defines': [ | 99 'defines': [ |
62 'UI_CHROMEOS_IMPLEMENTATION', | 100 'UI_CHROMEOS_IMPLEMENTATION', |
63 ], | 101 ], |
64 'sources': [ | 102 'sources': [ '<@(ui_chromeos_sources)' ], |
65 'accessibility_types.h', | 103 'conditions': [ |
66 'ime/candidate_view.cc', | 104 ['use_x11 == 1', { |
67 'ime/candidate_view.h', | 105 'dependencies': [ |
68 'ime/candidate_window_view.cc', | 106 '../../build/linux/system.gyp:x11', |
69 'ime/candidate_window_view.h', | 107 '../gfx/x/gfx_x11.gyp:gfx_x11', |
70 'ime/infolist_window.cc', | 108 ], |
71 'ime/infolist_window.h', | 109 }], |
72 'ime/input_method_menu_item.cc', | |
73 'ime/input_method_menu_item.h', | |
74 'ime/input_method_menu_manager.cc', | |
75 'ime/input_method_menu_manager.h', | |
76 'ime/mode_indicator_view.cc', | |
77 'ime/mode_indicator_view.h', | |
78 'network/network_connect.cc', | |
79 'network/network_connect.h', | |
80 'network/network_icon.cc', | |
81 'network/network_icon.h', | |
82 'network/network_icon_animation.cc', | |
83 'network/network_icon_animation.h', | |
84 'network/network_icon_animation_observer.h', | |
85 'network/network_info.cc', | |
86 'network/network_info.h', | |
87 'network/network_list.cc', | |
88 'network/network_list.h', | |
89 'network/network_list_delegate.h', | |
90 'network/network_state_notifier.cc', | |
91 'network/network_state_notifier.h', | |
92 'touch_exploration_controller.cc', | |
93 'touch_exploration_controller.h', | |
94 'user_activity_power_manager_notifier.cc', | |
95 'user_activity_power_manager_notifier.h', | |
96 ], | 110 ], |
97 }, # target_name: ui_chromeos | 111 }, # target_name: ui_chromeos |
98 ], | 112 ], |
99 } | 113 } |
OLD | NEW |