OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 24 matching lines...) Expand all Loading... |
35 ], | 35 ], |
36 # Export these dependencies since text_elider.h includes ICU headers. | 36 # Export these dependencies since text_elider.h includes ICU headers. |
37 'export_dependent_settings': [ | 37 'export_dependent_settings': [ |
38 '../net/net.gyp:net', | 38 '../net/net.gyp:net', |
39 '../third_party/icu/icu.gyp:icui18n', | 39 '../third_party/icu/icu.gyp:icui18n', |
40 '../third_party/icu/icu.gyp:icuuc', | 40 '../third_party/icu/icu.gyp:icuuc', |
41 'events/events.gyp:events', | 41 'events/events.gyp:events', |
42 'gfx/gfx.gyp:gfx', | 42 'gfx/gfx.gyp:gfx', |
43 ], | 43 ], |
44 'sources' : [ | 44 'sources' : [ |
45 'android/ui_jni_registrar.cc', | |
46 'android/ui_jni_registrar.h', | |
47 'android/view_android.cc', | |
48 'android/view_android.h', | |
49 'android/window_android.cc', | |
50 'android/window_android.h', | |
51 'base/accelerators/accelerator.cc', | 45 'base/accelerators/accelerator.cc', |
52 'base/accelerators/accelerator.h', | 46 'base/accelerators/accelerator.h', |
| 47 'base/accelerators/accelerator_manager.cc', |
| 48 'base/accelerators/accelerator_manager.h', |
53 'base/accelerators/menu_label_accelerator_util_linux.cc', | 49 'base/accelerators/menu_label_accelerator_util_linux.cc', |
54 'base/accelerators/menu_label_accelerator_util_linux.h', | 50 'base/accelerators/menu_label_accelerator_util_linux.h', |
55 'base/accelerators/platform_accelerator.h', | 51 'base/accelerators/platform_accelerator.h', |
56 'base/accelerators/platform_accelerator_cocoa.h', | 52 'base/accelerators/platform_accelerator_cocoa.h', |
57 'base/accelerators/platform_accelerator_cocoa.mm', | 53 'base/accelerators/platform_accelerator_cocoa.mm', |
58 'base/accelerators/platform_accelerator_gtk.cc', | 54 'base/accelerators/platform_accelerator_gtk.cc', |
59 'base/accelerators/platform_accelerator_gtk.h', | 55 'base/accelerators/platform_accelerator_gtk.h', |
60 'base/accelerators/accelerator_manager.cc', | |
61 'base/accelerators/accelerator_manager.h', | |
62 'base/accessibility/accessibility_types.h', | 56 'base/accessibility/accessibility_types.h', |
63 'base/accessibility/accessible_text_utils.cc', | 57 'base/accessibility/accessible_text_utils.cc', |
64 'base/accessibility/accessible_text_utils.h', | 58 'base/accessibility/accessible_text_utils.h', |
65 'base/accessibility/accessible_view_state.cc', | 59 'base/accessibility/accessible_view_state.cc', |
66 'base/accessibility/accessible_view_state.h', | 60 'base/accessibility/accessible_view_state.h', |
| 61 'base/android/ui_jni_registrar.cc', |
| 62 'base/android/ui_jni_registrar.h', |
| 63 'base/android/view_android.cc', |
| 64 'base/android/view_android.h', |
| 65 'base/android/window_android.cc', |
| 66 'base/android/window_android.h', |
67 'base/base_window.cc', | 67 'base/base_window.cc', |
68 'base/base_window.h', | 68 'base/base_window.h', |
69 'base/clipboard/clipboard.cc', | 69 'base/clipboard/clipboard.cc', |
70 'base/clipboard/clipboard.h', | 70 'base/clipboard/clipboard.h', |
71 'base/clipboard/clipboard_android.cc', | 71 'base/clipboard/clipboard_android.cc', |
72 'base/clipboard/clipboard_android_initialization.h', | 72 'base/clipboard/clipboard_android_initialization.h', |
73 'base/clipboard/clipboard_aura.cc', | 73 'base/clipboard/clipboard_aura.cc', |
74 'base/clipboard/clipboard_aurax11.cc', | 74 'base/clipboard/clipboard_aurax11.cc', |
75 'base/clipboard/clipboard_constants.cc', | 75 'base/clipboard/clipboard_constants.cc', |
76 'base/clipboard/clipboard_gtk.cc', | 76 'base/clipboard/clipboard_gtk.cc', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'base/cocoa/view_description.h', | 127 'base/cocoa/view_description.h', |
128 'base/cocoa/view_description.mm', | 128 'base/cocoa/view_description.mm', |
129 'base/cocoa/window_size_constants.h', | 129 'base/cocoa/window_size_constants.h', |
130 'base/cocoa/window_size_constants.mm', | 130 'base/cocoa/window_size_constants.mm', |
131 'base/cursor/cursor.cc', | 131 'base/cursor/cursor.cc', |
132 'base/cursor/cursor.h', | 132 'base/cursor/cursor.h', |
133 'base/cursor/cursor_loader.h', | 133 'base/cursor/cursor_loader.h', |
134 'base/cursor/cursor_loader_null.cc', | 134 'base/cursor/cursor_loader_null.cc', |
135 'base/cursor/cursor_loader_null.h', | 135 'base/cursor/cursor_loader_null.h', |
136 'base/cursor/cursor_loader_win.cc', | 136 'base/cursor/cursor_loader_win.cc', |
137 'base/cursor/cursor_null.cc', | |
138 'base/cursor/cursor_loader_win.h', | 137 'base/cursor/cursor_loader_win.h', |
139 'base/cursor/cursor_loader_x11.cc', | 138 'base/cursor/cursor_loader_x11.cc', |
140 'base/cursor/cursor_loader_x11.h', | 139 'base/cursor/cursor_loader_x11.h', |
| 140 'base/cursor/cursor_null.cc', |
141 'base/cursor/cursor_win.cc', | 141 'base/cursor/cursor_win.cc', |
142 'base/cursor/cursor_x11.cc', | 142 'base/cursor/cursor_x11.cc', |
143 'base/cursor/cursors_aura.cc', | 143 'base/cursor/cursors_aura.cc', |
144 'base/cursor/cursors_aura.h', | 144 'base/cursor/cursors_aura.h', |
145 'base/default_theme_provider.cc', | 145 'base/default_theme_provider.cc', |
146 'base/default_theme_provider.h', | 146 'base/default_theme_provider.h', |
147 'base/default_theme_provider_mac.mm', | 147 'base/default_theme_provider_mac.mm', |
148 'base/dragdrop/cocoa_dnd_util.h', | 148 'base/dragdrop/cocoa_dnd_util.h', |
149 'base/dragdrop/cocoa_dnd_util.mm', | 149 'base/dragdrop/cocoa_dnd_util.mm', |
150 'base/dragdrop/drag_drop_types.h', | 150 'base/dragdrop/drag_drop_types.h', |
151 'base/dragdrop/drag_drop_types_win.cc', | 151 'base/dragdrop/drag_drop_types_win.cc', |
152 'base/dragdrop/drag_source_win.cc', | 152 'base/dragdrop/drag_source_win.cc', |
153 'base/dragdrop/drag_source_win.h', | 153 'base/dragdrop/drag_source_win.h', |
154 'base/dragdrop/drag_utils.cc', | 154 'base/dragdrop/drag_utils.cc', |
155 'base/dragdrop/drag_utils.h', | 155 'base/dragdrop/drag_utils.h', |
156 'base/dragdrop/drag_utils_aura.cc', | 156 'base/dragdrop/drag_utils_aura.cc', |
157 'base/dragdrop/drag_utils_win.cc', | 157 'base/dragdrop/drag_utils_win.cc', |
158 'base/dragdrop/drop_target_event.cc', | 158 'base/dragdrop/drop_target_event.cc', |
159 'base/dragdrop/drop_target_event.h', | 159 'base/dragdrop/drop_target_event.h', |
160 'base/dragdrop/drop_target_win.cc', | 160 'base/dragdrop/drop_target_win.cc', |
161 'base/dragdrop/drop_target_win.h', | 161 'base/dragdrop/drop_target_win.h', |
162 'base/dragdrop/gtk_dnd_util.cc', | 162 'base/dragdrop/gtk_dnd_util.cc', |
163 'base/dragdrop/gtk_dnd_util.h', | 163 'base/dragdrop/gtk_dnd_util.h', |
164 'base/dragdrop/os_exchange_data.cc', | 164 'base/dragdrop/os_exchange_data.cc', |
165 'base/dragdrop/os_exchange_data.h', | 165 'base/dragdrop/os_exchange_data.h', |
| 166 'base/dragdrop/os_exchange_data_provider_aura.cc', |
| 167 'base/dragdrop/os_exchange_data_provider_aura.h', |
166 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | 168 'base/dragdrop/os_exchange_data_provider_aurax11.cc', |
167 'base/dragdrop/os_exchange_data_provider_aurax11.h', | 169 'base/dragdrop/os_exchange_data_provider_aurax11.h', |
168 'base/dragdrop/os_exchange_data_provider_aura.cc', | |
169 'base/dragdrop/os_exchange_data_provider_aura.h', | |
170 'base/dragdrop/os_exchange_data_provider_win.cc', | 170 'base/dragdrop/os_exchange_data_provider_win.cc', |
171 'base/dragdrop/os_exchange_data_provider_win.h', | 171 'base/dragdrop/os_exchange_data_provider_win.h', |
172 'base/gtk/event_synthesis_gtk.cc', | 172 'base/gtk/event_synthesis_gtk.cc', |
173 'base/gtk/event_synthesis_gtk.h', | 173 'base/gtk/event_synthesis_gtk.h', |
174 'base/gtk/focus_store_gtk.cc', | 174 'base/gtk/focus_store_gtk.cc', |
175 'base/gtk/focus_store_gtk.h', | 175 'base/gtk/focus_store_gtk.h', |
176 'base/gtk/g_object_destructor_filo.cc', | 176 'base/gtk/g_object_destructor_filo.cc', |
177 'base/gtk/g_object_destructor_filo.h', | 177 'base/gtk/g_object_destructor_filo.h', |
178 'base/gtk/gtk_expanded_container.cc', | 178 'base/gtk/gtk_expanded_container.cc', |
179 'base/gtk/gtk_expanded_container.h', | 179 'base/gtk/gtk_expanded_container.h', |
180 'base/gtk/gtk_floating_container.cc', | 180 'base/gtk/gtk_floating_container.cc', |
181 'base/gtk/gtk_floating_container.h', | 181 'base/gtk/gtk_floating_container.h', |
182 'base/gtk/gtk_hig_constants.h', | 182 'base/gtk/gtk_hig_constants.h', |
183 'base/gtk/gtk_screen_util.cc', | 183 'base/gtk/gtk_screen_util.cc', |
184 'base/gtk/gtk_screen_util.h', | 184 'base/gtk/gtk_screen_util.h', |
185 'base/gtk/gtk_signal.h', | 185 'base/gtk/gtk_signal.h', |
186 'base/gtk/gtk_signal_registrar.cc', | 186 'base/gtk/gtk_signal_registrar.cc', |
187 'base/gtk/gtk_signal_registrar.h', | 187 'base/gtk/gtk_signal_registrar.h', |
188 'base/gtk/gtk_windowing.cc', | 188 'base/gtk/gtk_windowing.cc', |
189 'base/gtk/gtk_windowing.h', | 189 'base/gtk/gtk_windowing.h', |
190 'base/gtk/owned_widget_gtk.cc', | 190 'base/gtk/owned_widget_gtk.cc', |
191 'base/gtk/owned_widget_gtk.h', | 191 'base/gtk/owned_widget_gtk.h', |
192 'base/gtk/scoped_region.cc', | 192 'base/gtk/scoped_region.cc', |
193 'base/gtk/scoped_region.h', | 193 'base/gtk/scoped_region.h', |
194 'base/hit_test.h', | 194 'base/hit_test.h', |
195 'base/l10n/l10n_font_util.cc', | 195 'base/l10n/l10n_font_util.cc', |
196 'base/l10n/l10n_font_util.h', | 196 'base/l10n/l10n_font_util.h', |
197 'base/l10n/l10n_util.cc', | 197 'base/l10n/l10n_util.cc', |
198 'base/l10n/l10n_util.h', | 198 'base/l10n/l10n_util.h', |
| 199 'base/l10n/l10n_util_android.cc', |
199 'base/l10n/l10n_util_android.h', | 200 'base/l10n/l10n_util_android.h', |
200 'base/l10n/l10n_util_android.cc', | |
201 'base/l10n/l10n_util_collator.h', | 201 'base/l10n/l10n_util_collator.h', |
202 'base/l10n/l10n_util_mac.h', | 202 'base/l10n/l10n_util_mac.h', |
203 'base/l10n/l10n_util_mac.mm', | 203 'base/l10n/l10n_util_mac.mm', |
204 'base/l10n/l10n_util_plurals.cc', | 204 'base/l10n/l10n_util_plurals.cc', |
205 'base/l10n/l10n_util_plurals.h', | 205 'base/l10n/l10n_util_plurals.h', |
206 'base/l10n/l10n_util_posix.cc', | 206 'base/l10n/l10n_util_posix.cc', |
207 'base/l10n/l10n_util_win.cc', | 207 'base/l10n/l10n_util_win.cc', |
208 'base/l10n/l10n_util_win.h', | 208 'base/l10n/l10n_util_win.h', |
209 'base/l10n/time_format.cc', | 209 'base/l10n/time_format.cc', |
210 'base/l10n/time_format.h', | 210 'base/l10n/time_format.h', |
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 'xcode_settings': { | 720 'xcode_settings': { |
721 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 721 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
722 }, | 722 }, |
723 }], | 723 }], |
724 ], | 724 ], |
725 }, | 725 }, |
726 ], | 726 ], |
727 }], | 727 }], |
728 ], | 728 ], |
729 } | 729 } |
OLD | NEW |