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 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 '../views/views.gyp:views', | 55 '../views/views.gyp:views', |
56 '../wm/wm.gyp:wm', | 56 '../wm/wm.gyp:wm', |
57 'ui_chromeos_resources', | 57 'ui_chromeos_resources', |
58 'ui_chromeos_strings', | 58 'ui_chromeos_strings', |
59 ], | 59 ], |
60 'defines': [ | 60 'defines': [ |
61 'UI_CHROMEOS_IMPLEMENTATION', | 61 'UI_CHROMEOS_IMPLEMENTATION', |
62 ], | 62 ], |
63 'sources': [ | 63 'sources': [ |
64 'accessibility_types.h', | 64 'accessibility_types.h', |
| 65 'ime/candidate_view.cc', |
| 66 'ime/candidate_view.h', |
| 67 'ime/candidate_window_view.cc', |
| 68 'ime/candidate_window_view.h', |
| 69 'ime/infolist_window.cc', |
| 70 'ime/infolist_window.h', |
| 71 'ime/input_method_menu_item.cc', |
| 72 'ime/input_method_menu_item.h', |
| 73 'ime/input_method_menu_manager.cc', |
| 74 'ime/input_method_menu_manager.h', |
| 75 'ime/mode_indicator_view.cc', |
| 76 'ime/mode_indicator_view.h', |
65 'network/network_connect.cc', | 77 'network/network_connect.cc', |
66 'network/network_connect.h', | 78 'network/network_connect.h', |
67 'network/network_icon.cc', | 79 'network/network_icon.cc', |
68 'network/network_icon.h', | 80 'network/network_icon.h', |
69 'network/network_icon_animation.cc', | 81 'network/network_icon_animation.cc', |
70 'network/network_icon_animation.h', | 82 'network/network_icon_animation.h', |
71 'network/network_icon_animation_observer.h', | 83 'network/network_icon_animation_observer.h', |
72 'network/network_info.cc', | 84 'network/network_info.cc', |
73 'network/network_info.h', | 85 'network/network_info.h', |
74 'network/network_list.cc', | 86 'network/network_list.cc', |
75 'network/network_list.h', | 87 'network/network_list.h', |
76 'network/network_list_delegate.h', | 88 'network/network_list_delegate.h', |
77 'network/network_state_notifier.cc', | 89 'network/network_state_notifier.cc', |
78 'network/network_state_notifier.h', | 90 'network/network_state_notifier.h', |
79 'touch_exploration_controller.cc', | 91 'touch_exploration_controller.cc', |
80 'touch_exploration_controller.h', | 92 'touch_exploration_controller.h', |
81 'user_activity_power_manager_notifier.cc', | 93 'user_activity_power_manager_notifier.cc', |
82 'user_activity_power_manager_notifier.h', | 94 'user_activity_power_manager_notifier.h', |
83 ], | 95 ], |
84 }, | 96 }, |
85 ], | 97 ], |
86 } | 98 } |
OLD | NEW |