Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(749)

Side by Side Diff: views/views.gyp

Issue 7464027: Wayland support for views. views_desktop on Wayland. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated native_widget_wayland.cc to match compositor changes Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « views/view_wayland.cc ('k') | views/widget/native_widget_wayland.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'controls/button/radio_button.cc', 79 'controls/button/radio_button.cc',
80 'controls/button/radio_button.h', 80 'controls/button/radio_button.h',
81 'controls/button/text_button.cc', 81 'controls/button/text_button.cc',
82 'controls/button/text_button.h', 82 'controls/button/text_button.h',
83 'controls/combobox/combobox.cc', 83 'controls/combobox/combobox.cc',
84 'controls/combobox/combobox.h', 84 'controls/combobox/combobox.h',
85 'controls/combobox/native_combobox_gtk.cc', 85 'controls/combobox/native_combobox_gtk.cc',
86 'controls/combobox/native_combobox_gtk.h', 86 'controls/combobox/native_combobox_gtk.h',
87 'controls/combobox/native_combobox_views.cc', 87 'controls/combobox/native_combobox_views.cc',
88 'controls/combobox/native_combobox_views.h', 88 'controls/combobox/native_combobox_views.h',
89 'controls/combobox/native_combobox_wayland.cc',
89 'controls/combobox/native_combobox_win.cc', 90 'controls/combobox/native_combobox_win.cc',
90 'controls/combobox/native_combobox_win.h', 91 'controls/combobox/native_combobox_win.h',
91 'controls/combobox/native_combobox_wrapper.h', 92 'controls/combobox/native_combobox_wrapper.h',
92 'controls/focusable_border.cc', 93 'controls/focusable_border.cc',
93 'controls/focusable_border.h', 94 'controls/focusable_border.h',
94 'controls/image_view.cc', 95 'controls/image_view.cc',
95 'controls/image_view.h', 96 'controls/image_view.h',
96 'controls/label.cc', 97 'controls/label.cc',
97 'controls/label.h', 98 'controls/label.h',
98 'controls/link.cc', 99 'controls/link.cc',
99 'controls/link.h', 100 'controls/link.h',
100 'controls/link_listener.h', 101 'controls/link_listener.h',
101 'controls/menu/menu.cc', 102 'controls/menu/menu.cc',
102 'controls/menu/menu.h', 103 'controls/menu/menu.h',
103 'controls/menu/menu_2.cc', 104 'controls/menu/menu_2.cc',
104 'controls/menu/menu_2.h', 105 'controls/menu/menu_2.h',
105 'controls/menu/menu_config.cc', 106 'controls/menu/menu_config.cc',
106 'controls/menu/menu_config.h', 107 'controls/menu/menu_config.h',
107 'controls/menu/menu_config_gtk.cc', 108 'controls/menu/menu_config_linux.cc',
108 'controls/menu/menu_config_win.cc', 109 'controls/menu/menu_config_win.cc',
109 'controls/menu/menu_controller.cc', 110 'controls/menu/menu_controller.cc',
110 'controls/menu/menu_controller.h', 111 'controls/menu/menu_controller.h',
111 'controls/menu/menu_controller_delegate.h', 112 'controls/menu/menu_controller_delegate.h',
112 'controls/menu/menu_delegate.cc', 113 'controls/menu/menu_delegate.cc',
113 'controls/menu/menu_delegate.h', 114 'controls/menu/menu_delegate.h',
114 'controls/menu/menu_gtk.cc', 115 'controls/menu/menu_gtk.cc',
115 'controls/menu/menu_gtk.h', 116 'controls/menu/menu_gtk.h',
116 'controls/menu/menu_host.cc', 117 'controls/menu/menu_host.cc',
117 'controls/menu/menu_host.h', 118 'controls/menu/menu_host.h',
118 'controls/menu/menu_host_root_view.cc', 119 'controls/menu/menu_host_root_view.cc',
119 'controls/menu/menu_host_root_view.h', 120 'controls/menu/menu_host_root_view.h',
120 'controls/menu/menu_item_view.cc', 121 'controls/menu/menu_item_view.cc',
121 'controls/menu/menu_item_view.h', 122 'controls/menu/menu_item_view.h',
122 'controls/menu/menu_item_view_gtk.cc', 123 'controls/menu/menu_item_view_linux.cc',
123 'controls/menu/menu_item_view_win.cc', 124 'controls/menu/menu_item_view_win.cc',
124 'controls/menu/menu_model_adapter.cc', 125 'controls/menu/menu_model_adapter.cc',
125 'controls/menu/menu_model_adapter.h', 126 'controls/menu/menu_model_adapter.h',
126 'controls/menu/menu_runner.cc', 127 'controls/menu/menu_runner.cc',
127 'controls/menu/menu_runner.h', 128 'controls/menu/menu_runner.h',
128 'controls/menu/menu_scroll_view_container.cc', 129 'controls/menu/menu_scroll_view_container.cc',
129 'controls/menu/menu_scroll_view_container.h', 130 'controls/menu/menu_scroll_view_container.h',
130 'controls/menu/menu_separator.h', 131 'controls/menu/menu_separator.h',
131 'controls/menu/menu_separator_gtk.cc', 132 'controls/menu/menu_separator_linux.cc',
132 'controls/menu/menu_separator_win.cc', 133 'controls/menu/menu_separator_win.cc',
133 'controls/menu/menu_win.cc', 134 'controls/menu/menu_win.cc',
134 'controls/menu/menu_win.h', 135 'controls/menu/menu_win.h',
135 'controls/menu/menu_wrapper.h', 136 'controls/menu/menu_wrapper.h',
136 'controls/menu/native_menu_gtk.cc', 137 'controls/menu/native_menu_gtk.cc',
137 'controls/menu/native_menu_gtk.h', 138 'controls/menu/native_menu_gtk.h',
138 'controls/menu/native_menu_host.h', 139 'controls/menu/native_menu_host.h',
139 'controls/menu/native_menu_host_delegate.h', 140 'controls/menu/native_menu_host_delegate.h',
141 'controls/menu/native_menu_linux.cc',
142 'controls/menu/native_menu_linux.h',
140 'controls/menu/native_menu_win.cc', 143 'controls/menu/native_menu_win.cc',
141 'controls/menu/native_menu_win.h', 144 'controls/menu/native_menu_win.h',
142 'controls/menu/native_menu_x.cc',
143 'controls/menu/native_menu_x.h',
144 'controls/menu/nested_dispatcher_gtk.cc', 145 'controls/menu/nested_dispatcher_gtk.cc',
145 'controls/menu/nested_dispatcher_gtk.h', 146 'controls/menu/nested_dispatcher_gtk.h',
146 'controls/menu/menu_image_util_gtk.cc', 147 'controls/menu/menu_image_util_linux.cc',
147 'controls/menu/menu_image_util_gtk.h', 148 'controls/menu/menu_image_util_linux.h',
148 'controls/menu/submenu_view.cc', 149 'controls/menu/submenu_view.cc',
149 'controls/menu/submenu_view.h', 150 'controls/menu/submenu_view.h',
150 'controls/menu/view_menu_delegate.h', 151 'controls/menu/view_menu_delegate.h',
151 'controls/message_box_view.cc', 152 'controls/message_box_view.cc',
152 'controls/message_box_view.h', 153 'controls/message_box_view.h',
153 'controls/native_control.cc', 154 'controls/native_control.cc',
154 'controls/native_control.h', 155 'controls/native_control.h',
155 'controls/native_control_gtk.cc', 156 'controls/native_control_gtk.cc',
156 'controls/native_control_gtk.h', 157 'controls/native_control_gtk.h',
157 'controls/native_control_win.cc', 158 'controls/native_control_win.cc',
158 'controls/native_control_win.h', 159 'controls/native_control_win.h',
159 'controls/native/native_view_host.cc', 160 'controls/native/native_view_host.cc',
160 'controls/native/native_view_host.h', 161 'controls/native/native_view_host.h',
161 'controls/native/native_view_host_gtk.cc', 162 'controls/native/native_view_host_gtk.cc',
162 'controls/native/native_view_host_gtk.h', 163 'controls/native/native_view_host_gtk.h',
163 'controls/native/native_view_host_win.cc', 164 'controls/native/native_view_host_win.cc',
164 'controls/native/native_view_host_win.h', 165 'controls/native/native_view_host_win.h',
165 'controls/native/native_view_host_views.cc', 166 'controls/native/native_view_host_views.cc',
166 'controls/native/native_view_host_views.h', 167 'controls/native/native_view_host_views.h',
168 'controls/native/native_view_host_wayland.cc',
167 'controls/native/native_view_host_wrapper.h', 169 'controls/native/native_view_host_wrapper.h',
168 'controls/progress_bar.h', 170 'controls/progress_bar.h',
169 'controls/progress_bar.cc', 171 'controls/progress_bar.cc',
170 'controls/resize_area.cc', 172 'controls/resize_area.cc',
171 'controls/resize_area.h', 173 'controls/resize_area.h',
172 'controls/scroll_view.cc', 174 'controls/scroll_view.cc',
173 'controls/scroll_view.h', 175 'controls/scroll_view.h',
174 'controls/scrollbar/base_scroll_bar.cc', 176 'controls/scrollbar/base_scroll_bar.cc',
175 'controls/scrollbar/base_scroll_bar.h', 177 'controls/scrollbar/base_scroll_bar.h',
176 'controls/scrollbar/base_scroll_bar_button.cc', 178 'controls/scrollbar/base_scroll_bar_button.cc',
177 'controls/scrollbar/base_scroll_bar_button.h', 179 'controls/scrollbar/base_scroll_bar_button.h',
178 'controls/scrollbar/base_scroll_bar_thumb.cc', 180 'controls/scrollbar/base_scroll_bar_thumb.cc',
179 'controls/scrollbar/base_scroll_bar_thumb.h', 181 'controls/scrollbar/base_scroll_bar_thumb.h',
180 'controls/scrollbar/bitmap_scroll_bar.cc', 182 'controls/scrollbar/bitmap_scroll_bar.cc',
181 'controls/scrollbar/bitmap_scroll_bar.h', 183 'controls/scrollbar/bitmap_scroll_bar.h',
182 'controls/scrollbar/native_scroll_bar_gtk.cc', 184 'controls/scrollbar/native_scroll_bar_gtk.cc',
183 'controls/scrollbar/native_scroll_bar_gtk.h', 185 'controls/scrollbar/native_scroll_bar_gtk.h',
184 'controls/scrollbar/native_scroll_bar_views.cc', 186 'controls/scrollbar/native_scroll_bar_views.cc',
185 'controls/scrollbar/native_scroll_bar_views.h', 187 'controls/scrollbar/native_scroll_bar_views.h',
188 'controls/scrollbar/native_scroll_bar_wayland.cc',
186 'controls/scrollbar/native_scroll_bar_win.cc', 189 'controls/scrollbar/native_scroll_bar_win.cc',
187 'controls/scrollbar/native_scroll_bar_win.h', 190 'controls/scrollbar/native_scroll_bar_win.h',
188 'controls/scrollbar/native_scroll_bar_wrapper.h', 191 'controls/scrollbar/native_scroll_bar_wrapper.h',
189 'controls/scrollbar/native_scroll_bar.cc', 192 'controls/scrollbar/native_scroll_bar.cc',
190 'controls/scrollbar/native_scroll_bar.h', 193 'controls/scrollbar/native_scroll_bar.h',
191 'controls/scrollbar/scroll_bar.cc', 194 'controls/scrollbar/scroll_bar.cc',
192 'controls/scrollbar/scroll_bar.h', 195 'controls/scrollbar/scroll_bar.h',
193 'controls/separator.cc', 196 'controls/separator.cc',
194 'controls/separator.h', 197 'controls/separator.h',
195 'controls/single_split_view.cc', 198 'controls/single_split_view.cc',
(...skipping 22 matching lines...) Expand all
218 'controls/textfield/gtk_views_entry.h', 221 'controls/textfield/gtk_views_entry.h',
219 'controls/textfield/gtk_views_textview.cc', 222 'controls/textfield/gtk_views_textview.cc',
220 'controls/textfield/gtk_views_textview.h', 223 'controls/textfield/gtk_views_textview.h',
221 'controls/textfield/textfield.cc', 224 'controls/textfield/textfield.cc',
222 'controls/textfield/textfield.h', 225 'controls/textfield/textfield.h',
223 'controls/textfield/textfield_controller.h', 226 'controls/textfield/textfield_controller.h',
224 'controls/textfield/textfield_views_model.cc', 227 'controls/textfield/textfield_views_model.cc',
225 'controls/textfield/textfield_views_model.h', 228 'controls/textfield/textfield_views_model.h',
226 'controls/textfield/native_textfield_gtk.cc', 229 'controls/textfield/native_textfield_gtk.cc',
227 'controls/textfield/native_textfield_gtk.h', 230 'controls/textfield/native_textfield_gtk.h',
231 'controls/textfield/native_textfield_wayland.cc',
228 'controls/textfield/native_textfield_win.cc', 232 'controls/textfield/native_textfield_win.cc',
229 'controls/textfield/native_textfield_win.h', 233 'controls/textfield/native_textfield_win.h',
230 'controls/textfield/native_textfield_wrapper.h', 234 'controls/textfield/native_textfield_wrapper.h',
231 'controls/textfield/native_textfield_views.cc', 235 'controls/textfield/native_textfield_views.cc',
232 'controls/textfield/native_textfield_views.h', 236 'controls/textfield/native_textfield_views.h',
233 'controls/throbber.cc', 237 'controls/throbber.cc',
234 'controls/throbber.h', 238 'controls/throbber.h',
235 'controls/tree/tree_view.cc', 239 'controls/tree/tree_view.cc',
236 'controls/tree/tree_view.h', 240 'controls/tree/tree_view.h',
237 #'debug_utils.cc', 241 #'debug_utils.cc',
238 #'debug_utils.h', 242 #'debug_utils.h',
239 'drag_controller.h', 243 'drag_controller.h',
240 'drag_utils.cc', 244 'drag_utils.cc',
241 'drag_utils.h', 245 'drag_utils.h',
242 'drag_utils_gtk.cc', 246 'drag_utils_gtk.cc',
243 'drag_utils_win.cc', 247 'drag_utils_win.cc',
244 'events/event.cc', 248 'events/event.cc',
245 'events/event.h', 249 'events/event.h',
246 'events/event_aura.cc', 250 'events/event_aura.cc',
247 'events/event_gtk.cc', 251 'events/event_gtk.cc',
252 'events/event_wayland.cc',
248 'events/event_win.cc', 253 'events/event_win.cc',
249 'events/event_utils_win.cc', 254 'events/event_utils_win.cc',
250 'events/event_utils_win.h', 255 'events/event_utils_win.h',
251 'events/event_x.cc', 256 'events/event_x.cc',
252 'focus/accelerator_handler.h', 257 'focus/accelerator_handler.h',
253 'focus/accelerator_handler_aura.cc', 258 'focus/accelerator_handler_aura.cc',
254 'focus/accelerator_handler_gtk.cc', 259 'focus/accelerator_handler_gtk.cc',
255 'focus/accelerator_handler_touch.cc', 260 'focus/accelerator_handler_touch.cc',
261 'focus/accelerator_handler_wayland.cc',
256 'focus/accelerator_handler_win.cc', 262 'focus/accelerator_handler_win.cc',
257 'focus/external_focus_tracker.cc', 263 'focus/external_focus_tracker.cc',
258 'focus/external_focus_tracker.h', 264 'focus/external_focus_tracker.h',
259 'focus/focus_manager.cc', 265 'focus/focus_manager.cc',
260 'focus/focus_manager.h', 266 'focus/focus_manager.h',
261 'focus/focus_manager_factory.cc', 267 'focus/focus_manager_factory.cc',
262 'focus/focus_manager_factory.h', 268 'focus/focus_manager_factory.h',
263 'focus/focus_search.cc', 269 'focus/focus_search.cc',
264 'focus/focus_search.h', 270 'focus/focus_search.h',
265 'focus/focus_util_win.cc', 271 'focus/focus_util_win.cc',
266 'focus/focus_util_win.h', 272 'focus/focus_util_win.h',
267 'focus/view_storage.cc', 273 'focus/view_storage.cc',
268 'focus/view_storage.h', 274 'focus/view_storage.h',
269 'ime/character_composer.cc', 275 'ime/character_composer.cc',
270 'ime/character_composer.h', 276 'ime/character_composer.h',
271 'ime/input_method.h', 277 'ime/input_method.h',
272 'ime/input_method_delegate.h', 278 'ime/input_method_delegate.h',
273 'ime/input_method_base.cc', 279 'ime/input_method_base.cc',
274 'ime/input_method_base.h', 280 'ime/input_method_base.h',
275 'ime/input_method_gtk.cc', 281 'ime/input_method_gtk.cc',
276 'ime/input_method_gtk.h', 282 'ime/input_method_gtk.h',
277 'ime/input_method_ibus.cc', 283 'ime/input_method_ibus.cc',
278 'ime/input_method_ibus.h', 284 'ime/input_method_ibus.h',
285 'ime/input_method_wayland.cc',
286 'ime/input_method_wayland.h',
279 'ime/input_method_win.cc', 287 'ime/input_method_win.cc',
280 'ime/input_method_win.h', 288 'ime/input_method_win.h',
281 'ime/mock_input_method.cc', 289 'ime/mock_input_method.cc',
282 'ime/mock_input_method.h', 290 'ime/mock_input_method.h',
283 'ime/text_input_client.h', 291 'ime/text_input_client.h',
284 'ime/text_input_type_tracker.h', 292 'ime/text_input_type_tracker.h',
285 'ime/text_input_type_tracker.cc', 293 'ime/text_input_type_tracker.cc',
286 'layer_helper.cc', 294 'layer_helper.cc',
287 'layer_helper.h', 295 'layer_helper.h',
288 'layer_property_setter.cc', 296 'layer_property_setter.cc',
289 'layer_property_setter.h', 297 'layer_property_setter.h',
290 'layout/box_layout.cc', 298 'layout/box_layout.cc',
291 'layout/box_layout.h', 299 'layout/box_layout.h',
292 'layout/fill_layout.cc', 300 'layout/fill_layout.cc',
293 'layout/fill_layout.h', 301 'layout/fill_layout.h',
294 'layout/grid_layout.cc', 302 'layout/grid_layout.cc',
295 'layout/grid_layout.h', 303 'layout/grid_layout.h',
296 'layout/layout_constants.h', 304 'layout/layout_constants.h',
297 'layout/layout_manager.cc', 305 'layout/layout_manager.cc',
298 'layout/layout_manager.h', 306 'layout/layout_manager.h',
299 'metrics.cc', 307 'metrics.cc',
300 'metrics.h', 308 'metrics.h',
301 'metrics_gtk.cc', 309 'metrics_gtk.cc',
310 'metrics_wayland.cc',
302 'metrics_win.cc', 311 'metrics_win.cc',
303 'mouse_watcher.cc', 312 'mouse_watcher.cc',
304 'mouse_watcher.h', 313 'mouse_watcher.h',
305 'native_theme_delegate.h', 314 'native_theme_delegate.h',
306 'native_theme_painter.cc', 315 'native_theme_painter.cc',
307 'native_theme_painter.h', 316 'native_theme_painter.h',
308 'painter.cc', 317 'painter.cc',
309 'painter.h', 318 'painter.h',
310 'repeat_controller.cc', 319 'repeat_controller.cc',
311 'repeat_controller.h', 320 'repeat_controller.h',
312 'touchui/gesture_manager.cc', 321 'touchui/gesture_manager.cc',
313 'touchui/gesture_manager.h', 322 'touchui/gesture_manager.h',
314 'touchui/touch_factory.cc', 323 'touchui/touch_factory.cc',
315 'touchui/touch_factory.h', 324 'touchui/touch_factory.h',
316 'touchui/touch_selection_controller.cc', 325 'touchui/touch_selection_controller.cc',
317 'touchui/touch_selection_controller.h', 326 'touchui/touch_selection_controller.h',
318 'touchui/touch_selection_controller_impl.cc', 327 'touchui/touch_selection_controller_impl.cc',
319 'touchui/touch_selection_controller_impl.h', 328 'touchui/touch_selection_controller_impl.h',
320 'view.cc', 329 'view.cc',
321 'view.h', 330 'view.h',
322 'view_aura.cc', 331 'view_aura.cc',
323 'view_constants.cc', 332 'view_constants.cc',
324 'view_constants.h', 333 'view_constants.h',
325 'view_gtk.cc', 334 'view_gtk.cc',
326 'view_text_utils.cc', 335 'view_text_utils.cc',
327 'view_text_utils.h', 336 'view_text_utils.h',
337 'view_wayland.cc',
328 'view_win.cc', 338 'view_win.cc',
329 'views_delegate.h', 339 'views_delegate.h',
330 'widget/aero_tooltip_manager.cc', 340 'widget/aero_tooltip_manager.cc',
331 'widget/aero_tooltip_manager.h', 341 'widget/aero_tooltip_manager.h',
332 'widget/child_window_message_processor.cc', 342 'widget/child_window_message_processor.cc',
333 'widget/child_window_message_processor.h', 343 'widget/child_window_message_processor.h',
334 'widget/default_theme_provider.cc', 344 'widget/default_theme_provider.cc',
335 'widget/default_theme_provider.h', 345 'widget/default_theme_provider.h',
336 'widget/drop_helper.cc', 346 'widget/drop_helper.cc',
337 'widget/drop_helper.h', 347 'widget/drop_helper.h',
(...skipping 19 matching lines...) Expand all
357 'widget/tooltip_window_gtk.h', 367 'widget/tooltip_window_gtk.h',
358 'widget/monitor_win.cc', 368 'widget/monitor_win.cc',
359 'widget/monitor_win.h', 369 'widget/monitor_win.h',
360 'widget/native_widget.h', 370 'widget/native_widget.h',
361 'widget/native_widget_aura.cc', 371 'widget/native_widget_aura.cc',
362 'widget/native_widget_aura.h', 372 'widget/native_widget_aura.h',
363 'widget/native_widget_delegate.h', 373 'widget/native_widget_delegate.h',
364 'widget/native_widget_private.h', 374 'widget/native_widget_private.h',
365 'widget/native_widget_gtk.cc', 375 'widget/native_widget_gtk.cc',
366 'widget/native_widget_gtk.h', 376 'widget/native_widget_gtk.h',
377 'widget/native_widget_wayland.cc',
378 'widget/native_widget_wayland.h',
367 'widget/native_widget_view.cc', 379 'widget/native_widget_view.cc',
368 'widget/native_widget_view.h', 380 'widget/native_widget_view.h',
369 'widget/native_widget_views.cc', 381 'widget/native_widget_views.cc',
370 'widget/native_widget_views.h', 382 'widget/native_widget_views.h',
371 'widget/native_widget_win.cc', 383 'widget/native_widget_win.cc',
372 'widget/native_widget_win.h', 384 'widget/native_widget_win.h',
373 'widget/widget.cc', 385 'widget/widget.cc',
374 'widget/widget.h', 386 'widget/widget.h',
375 'widget/widget_delegate.cc', 387 'widget/widget_delegate.cc',
376 'widget/widget_delegate.h', 388 'widget/widget_delegate.h',
(...skipping 12 matching lines...) Expand all
389 'window/non_client_view.cc', 401 'window/non_client_view.cc',
390 'window/non_client_view.h', 402 'window/non_client_view.h',
391 'window/window_resources.h', 403 'window/window_resources.h',
392 'window/window_shape.cc', 404 'window/window_shape.cc',
393 'window/window_shape.h', 405 'window/window_shape.h',
394 ], 406 ],
395 'include_dirs': [ 407 'include_dirs': [
396 '<(DEPTH)/third_party/wtl/include', 408 '<(DEPTH)/third_party/wtl/include',
397 ], 409 ],
398 'conditions': [ 410 'conditions': [
411 ['use_wayland == 1', {
412 'dependencies': [
413 '../ui/wayland/wayland.gyp:wayland',
414 ],
415 'sources/': [
416 ['exclude', '_(gtk|x)\\.cc$'],
417 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
418 ['exclude', 'focus/accelerator_handler_touch.cc'],
419 ['exclude', 'touchui/touch_factory.cc'],
420 ['exclude', 'touchui/touch_factory.h'],
421 ['include', 'controls/menu/native_menu_linux.cc'],
422 ['include', 'controls/menu/native_menu_linux.h'],
423 ['include', 'drag_utils_gtk.cc'],
424 ['include', 'widget/tooltip_manager_views.cc'],
425 ],
426 }],
399 ['use_aura==1', { 427 ['use_aura==1', {
400 'dependencies': [ 428 'dependencies': [
401 '../aura/aura.gyp:aura', 429 '../aura/aura.gyp:aura',
402 ], 430 ],
403 'sources!': [ 431 'sources!': [
404 'controls/native_control.cc', 432 'controls/native_control.cc',
405 'widget/aero_tooltip_manager.cc', 433 'widget/aero_tooltip_manager.cc',
406 'widget/child_window_message_processor.cc', 434 'widget/child_window_message_processor.cc',
407 'widget/child_window_message_processor.h', 435 'widget/child_window_message_processor.h',
408 ], 436 ],
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 ['touchui==1', { 469 ['touchui==1', {
442 'defines': ['TOUCH_UI=1'], 470 'defines': ['TOUCH_UI=1'],
443 'sources/': [ 471 'sources/': [
444 ['exclude', 'focus/accelerator_handler_gtk.cc'], 472 ['exclude', 'focus/accelerator_handler_gtk.cc'],
445 ['exclude', 'controls/menu/native_menu_gtk.cc'], 473 ['exclude', 'controls/menu/native_menu_gtk.cc'],
446 ['exclude', 'widget/tooltip_manager_gtk.cc'], 474 ['exclude', 'widget/tooltip_manager_gtk.cc'],
447 ], 475 ],
448 }], 476 }],
449 ['touchui==0', { 477 ['touchui==0', {
450 'sources!': [ 478 'sources!': [
451 'controls/menu/native_menu_x.cc', 479 'controls/menu/native_menu_linux.cc',
452 'controls/menu/native_menu_x.h', 480 'controls/menu/native_menu_linux.h',
453 'widget/tooltip_manager_views.cc', 481 'widget/tooltip_manager_views.cc',
454 'touchui/touch_selection_controller_impl.cc', 482 'touchui/touch_selection_controller_impl.cc',
455 'touchui/touch_selection_controller_impl.h', 483 'touchui/touch_selection_controller_impl.h',
456 ], 484 ],
457 }], 485 }],
458 ['use_ibus==1', { 486 ['use_ibus==1', {
459 'dependencies': [ 487 'dependencies': [
460 '../build/linux/system.gyp:ibus', 488 '../build/linux/system.gyp:ibus',
461 ], 489 ],
462 'sources/': [ 490 'sources/': [
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 'include_dirs': [ 854 'include_dirs': [
827 '<(DEPTH)/third_party/wtl/include', 855 '<(DEPTH)/third_party/wtl/include',
828 ], 856 ],
829 }], 857 }],
830 ], 858 ],
831 }, 859 },
832 ], 860 ],
833 }], 861 }],
834 ], 862 ],
835 } 863 }
OLDNEW
« no previous file with comments | « views/view_wayland.cc ('k') | views/widget/native_widget_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698