| OLD | NEW |
| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'controls/button/radio_button.cc', | 71 'controls/button/radio_button.cc', |
| 72 'controls/button/radio_button.h', | 72 'controls/button/radio_button.h', |
| 73 'controls/button/text_button.cc', | 73 'controls/button/text_button.cc', |
| 74 'controls/button/text_button.h', | 74 'controls/button/text_button.h', |
| 75 'controls/combobox/combobox.cc', | 75 'controls/combobox/combobox.cc', |
| 76 'controls/combobox/combobox.h', | 76 'controls/combobox/combobox.h', |
| 77 'controls/combobox/native_combobox_gtk.cc', | 77 'controls/combobox/native_combobox_gtk.cc', |
| 78 'controls/combobox/native_combobox_gtk.h', | 78 'controls/combobox/native_combobox_gtk.h', |
| 79 'controls/combobox/native_combobox_views.cc', | 79 'controls/combobox/native_combobox_views.cc', |
| 80 'controls/combobox/native_combobox_views.h', | 80 'controls/combobox/native_combobox_views.h', |
| 81 'controls/combobox/native_combobox_wayland.cc', |
| 81 'controls/combobox/native_combobox_win.cc', | 82 'controls/combobox/native_combobox_win.cc', |
| 82 'controls/combobox/native_combobox_win.h', | 83 'controls/combobox/native_combobox_win.h', |
| 83 'controls/combobox/native_combobox_wrapper.h', | 84 'controls/combobox/native_combobox_wrapper.h', |
| 84 'controls/focusable_border.cc', | 85 'controls/focusable_border.cc', |
| 85 'controls/focusable_border.h', | 86 'controls/focusable_border.h', |
| 86 'controls/image_view.cc', | 87 'controls/image_view.cc', |
| 87 'controls/image_view.h', | 88 'controls/image_view.h', |
| 88 'controls/label.cc', | 89 'controls/label.cc', |
| 89 'controls/label.h', | 90 'controls/label.h', |
| 90 'controls/link.cc', | 91 'controls/link.cc', |
| 91 'controls/link.h', | 92 'controls/link.h', |
| 92 'controls/link_listener.h', | 93 'controls/link_listener.h', |
| 93 'controls/menu/menu.cc', | 94 'controls/menu/menu.cc', |
| 94 'controls/menu/menu.h', | 95 'controls/menu/menu.h', |
| 95 'controls/menu/menu_2.cc', | 96 'controls/menu/menu_2.cc', |
| 96 'controls/menu/menu_2.h', | 97 'controls/menu/menu_2.h', |
| 97 'controls/menu/menu_config.cc', | 98 'controls/menu/menu_config.cc', |
| 98 'controls/menu/menu_config.h', | 99 'controls/menu/menu_config.h', |
| 99 'controls/menu/menu_config_gtk.cc', | 100 'controls/menu/menu_config_linux.cc', |
| 100 'controls/menu/menu_config_win.cc', | 101 'controls/menu/menu_config_win.cc', |
| 101 'controls/menu/menu_controller.cc', | 102 'controls/menu/menu_controller.cc', |
| 102 'controls/menu/menu_controller.h', | 103 'controls/menu/menu_controller.h', |
| 103 'controls/menu/menu_delegate.cc', | 104 'controls/menu/menu_delegate.cc', |
| 104 'controls/menu/menu_delegate.h', | 105 'controls/menu/menu_delegate.h', |
| 105 'controls/menu/menu_gtk.cc', | 106 'controls/menu/menu_gtk.cc', |
| 106 'controls/menu/menu_gtk.h', | 107 'controls/menu/menu_gtk.h', |
| 107 'controls/menu/menu_host.cc', | 108 'controls/menu/menu_host.cc', |
| 108 'controls/menu/menu_host.h', | 109 'controls/menu/menu_host.h', |
| 109 'controls/menu/menu_host_root_view.cc', | 110 'controls/menu/menu_host_root_view.cc', |
| 110 'controls/menu/menu_host_root_view.h', | 111 'controls/menu/menu_host_root_view.h', |
| 111 'controls/menu/menu_item_view.cc', | 112 'controls/menu/menu_item_view.cc', |
| 112 'controls/menu/menu_item_view.h', | 113 'controls/menu/menu_item_view.h', |
| 113 'controls/menu/menu_item_view_gtk.cc', | 114 'controls/menu/menu_item_view_linux.cc', |
| 114 'controls/menu/menu_item_view_win.cc', | 115 'controls/menu/menu_item_view_win.cc', |
| 115 'controls/menu/menu_model_adapter.cc', | 116 'controls/menu/menu_model_adapter.cc', |
| 116 'controls/menu/menu_model_adapter.h', | 117 'controls/menu/menu_model_adapter.h', |
| 117 'controls/menu/menu_runner.cc', | 118 'controls/menu/menu_runner.cc', |
| 118 'controls/menu/menu_runner.h', | 119 'controls/menu/menu_runner.h', |
| 119 'controls/menu/menu_scroll_view_container.cc', | 120 'controls/menu/menu_scroll_view_container.cc', |
| 120 'controls/menu/menu_scroll_view_container.h', | 121 'controls/menu/menu_scroll_view_container.h', |
| 121 'controls/menu/menu_separator.h', | 122 'controls/menu/menu_separator.h', |
| 122 'controls/menu/menu_separator_gtk.cc', | 123 'controls/menu/menu_separator_linux.cc', |
| 123 'controls/menu/menu_separator_win.cc', | 124 'controls/menu/menu_separator_win.cc', |
| 124 'controls/menu/menu_win.cc', | 125 'controls/menu/menu_win.cc', |
| 125 'controls/menu/menu_win.h', | 126 'controls/menu/menu_win.h', |
| 126 'controls/menu/menu_wrapper.h', | 127 'controls/menu/menu_wrapper.h', |
| 127 'controls/menu/native_menu_gtk.cc', | 128 'controls/menu/native_menu_gtk.cc', |
| 128 'controls/menu/native_menu_gtk.h', | 129 'controls/menu/native_menu_gtk.h', |
| 129 'controls/menu/native_menu_host.h', | 130 'controls/menu/native_menu_host.h', |
| 130 'controls/menu/native_menu_host_delegate.h', | 131 'controls/menu/native_menu_host_delegate.h', |
| 132 'controls/menu/native_menu_linux.cc', |
| 133 'controls/menu/native_menu_linux.h', |
| 131 'controls/menu/native_menu_win.cc', | 134 'controls/menu/native_menu_win.cc', |
| 132 'controls/menu/native_menu_win.h', | 135 'controls/menu/native_menu_win.h', |
| 133 'controls/menu/native_menu_x.cc', | |
| 134 'controls/menu/native_menu_x.h', | |
| 135 'controls/menu/nested_dispatcher_gtk.cc', | 136 'controls/menu/nested_dispatcher_gtk.cc', |
| 136 'controls/menu/nested_dispatcher_gtk.h', | 137 'controls/menu/nested_dispatcher_gtk.h', |
| 137 'controls/menu/menu_image_util_gtk.cc', | 138 'controls/menu/menu_image_util_linux.cc', |
| 138 'controls/menu/menu_image_util_gtk.h', | 139 'controls/menu/menu_image_util_linux.h', |
| 139 'controls/menu/submenu_view.cc', | 140 'controls/menu/submenu_view.cc', |
| 140 'controls/menu/submenu_view.h', | 141 'controls/menu/submenu_view.h', |
| 141 'controls/menu/view_menu_delegate.h', | 142 'controls/menu/view_menu_delegate.h', |
| 142 'controls/message_box_view.cc', | 143 'controls/message_box_view.cc', |
| 143 'controls/message_box_view.h', | 144 'controls/message_box_view.h', |
| 144 'controls/native_control.cc', | 145 'controls/native_control.cc', |
| 145 'controls/native_control.h', | 146 'controls/native_control.h', |
| 146 'controls/native_control_gtk.cc', | 147 'controls/native_control_gtk.cc', |
| 147 'controls/native_control_gtk.h', | 148 'controls/native_control_gtk.h', |
| 149 'controls/native_control_wayland.cc', |
| 150 'controls/native_control_wayland.h', |
| 148 'controls/native_control_win.cc', | 151 'controls/native_control_win.cc', |
| 149 'controls/native_control_win.h', | 152 'controls/native_control_win.h', |
| 150 'controls/native/native_view_host.cc', | 153 'controls/native/native_view_host.cc', |
| 151 'controls/native/native_view_host.h', | 154 'controls/native/native_view_host.h', |
| 152 'controls/native/native_view_host_gtk.cc', | 155 'controls/native/native_view_host_gtk.cc', |
| 153 'controls/native/native_view_host_gtk.h', | 156 'controls/native/native_view_host_gtk.h', |
| 154 'controls/native/native_view_host_win.cc', | 157 'controls/native/native_view_host_win.cc', |
| 155 'controls/native/native_view_host_win.h', | 158 'controls/native/native_view_host_win.h', |
| 156 'controls/native/native_view_host_views.cc', | 159 'controls/native/native_view_host_views.cc', |
| 157 'controls/native/native_view_host_views.h', | 160 'controls/native/native_view_host_views.h', |
| 161 'controls/native/native_view_host_wayland.cc', |
| 158 'controls/native/native_view_host_wrapper.h', | 162 'controls/native/native_view_host_wrapper.h', |
| 159 'controls/progress_bar.h', | 163 'controls/progress_bar.h', |
| 160 'controls/progress_bar.cc', | 164 'controls/progress_bar.cc', |
| 161 'controls/resize_area.cc', | 165 'controls/resize_area.cc', |
| 162 'controls/resize_area.h', | 166 'controls/resize_area.h', |
| 163 'controls/scroll_view.cc', | 167 'controls/scroll_view.cc', |
| 164 'controls/scroll_view.h', | 168 'controls/scroll_view.h', |
| 165 'controls/scrollbar/bitmap_scroll_bar.cc', | 169 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 166 'controls/scrollbar/bitmap_scroll_bar.h', | 170 'controls/scrollbar/bitmap_scroll_bar.h', |
| 167 'controls/scrollbar/native_scroll_bar_gtk.cc', | 171 'controls/scrollbar/native_scroll_bar_gtk.cc', |
| 168 'controls/scrollbar/native_scroll_bar_gtk.h', | 172 'controls/scrollbar/native_scroll_bar_gtk.h', |
| 173 'controls/scrollbar/native_scroll_bar_wayland.cc', |
| 174 'controls/scrollbar/native_scroll_bar_wayland.h', |
| 169 'controls/scrollbar/native_scroll_bar_win.cc', | 175 'controls/scrollbar/native_scroll_bar_win.cc', |
| 170 'controls/scrollbar/native_scroll_bar_win.h', | 176 'controls/scrollbar/native_scroll_bar_win.h', |
| 171 'controls/scrollbar/native_scroll_bar_wrapper.h', | 177 'controls/scrollbar/native_scroll_bar_wrapper.h', |
| 172 'controls/scrollbar/native_scroll_bar.cc', | 178 'controls/scrollbar/native_scroll_bar.cc', |
| 173 'controls/scrollbar/native_scroll_bar.h', | 179 'controls/scrollbar/native_scroll_bar.h', |
| 174 'controls/scrollbar/scroll_bar.cc', | 180 'controls/scrollbar/scroll_bar.cc', |
| 175 'controls/scrollbar/scroll_bar.h', | 181 'controls/scrollbar/scroll_bar.h', |
| 176 'controls/separator.cc', | 182 'controls/separator.cc', |
| 177 'controls/separator.h', | 183 'controls/separator.h', |
| 178 'controls/single_split_view.cc', | 184 'controls/single_split_view.cc', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 201 'controls/textfield/gtk_views_entry.h', | 207 'controls/textfield/gtk_views_entry.h', |
| 202 'controls/textfield/gtk_views_textview.cc', | 208 'controls/textfield/gtk_views_textview.cc', |
| 203 'controls/textfield/gtk_views_textview.h', | 209 'controls/textfield/gtk_views_textview.h', |
| 204 'controls/textfield/textfield.cc', | 210 'controls/textfield/textfield.cc', |
| 205 'controls/textfield/textfield.h', | 211 'controls/textfield/textfield.h', |
| 206 'controls/textfield/textfield_controller.h', | 212 'controls/textfield/textfield_controller.h', |
| 207 'controls/textfield/textfield_views_model.cc', | 213 'controls/textfield/textfield_views_model.cc', |
| 208 'controls/textfield/textfield_views_model.h', | 214 'controls/textfield/textfield_views_model.h', |
| 209 'controls/textfield/native_textfield_gtk.cc', | 215 'controls/textfield/native_textfield_gtk.cc', |
| 210 'controls/textfield/native_textfield_gtk.h', | 216 'controls/textfield/native_textfield_gtk.h', |
| 217 'controls/textfield/native_textfield_wayland.cc', |
| 211 'controls/textfield/native_textfield_win.cc', | 218 'controls/textfield/native_textfield_win.cc', |
| 212 'controls/textfield/native_textfield_win.h', | 219 'controls/textfield/native_textfield_win.h', |
| 213 'controls/textfield/native_textfield_wrapper.h', | 220 'controls/textfield/native_textfield_wrapper.h', |
| 214 'controls/textfield/native_textfield_views.cc', | 221 'controls/textfield/native_textfield_views.cc', |
| 215 'controls/textfield/native_textfield_views.h', | 222 'controls/textfield/native_textfield_views.h', |
| 216 'controls/throbber.cc', | 223 'controls/throbber.cc', |
| 217 'controls/throbber.h', | 224 'controls/throbber.h', |
| 218 'controls/tree/tree_view.cc', | 225 'controls/tree/tree_view.cc', |
| 219 'controls/tree/tree_view.h', | 226 'controls/tree/tree_view.h', |
| 220 #'debug_utils.cc', | 227 #'debug_utils.cc', |
| 221 #'debug_utils.h', | 228 #'debug_utils.h', |
| 222 'drag_controller.h', | 229 'drag_controller.h', |
| 223 'drag_utils.cc', | 230 'drag_utils.cc', |
| 224 'drag_utils.h', | 231 'drag_utils.h', |
| 225 'drag_utils_gtk.cc', | 232 'drag_utils_gtk.cc', |
| 226 'drag_utils_win.cc', | 233 'drag_utils_win.cc', |
| 227 'events/event.cc', | 234 'events/event.cc', |
| 228 'events/event.h', | 235 'events/event.h', |
| 229 'events/event_gtk.cc', | 236 'events/event_gtk.cc', |
| 237 'events/event_wayland.cc', |
| 230 'events/event_win.cc', | 238 'events/event_win.cc', |
| 231 'events/event_utils_win.cc', | 239 'events/event_utils_win.cc', |
| 232 'events/event_utils_win.h', | 240 'events/event_utils_win.h', |
| 233 'events/event_x.cc', | 241 'events/event_x.cc', |
| 234 'focus/accelerator_handler.h', | 242 'focus/accelerator_handler.h', |
| 235 'focus/accelerator_handler_gtk.cc', | 243 'focus/accelerator_handler_gtk.cc', |
| 236 'focus/accelerator_handler_touch.cc', | 244 'focus/accelerator_handler_touch.cc', |
| 245 'focus/accelerator_handler_wayland.cc', |
| 237 'focus/accelerator_handler_win.cc', | 246 'focus/accelerator_handler_win.cc', |
| 238 'focus/external_focus_tracker.cc', | 247 'focus/external_focus_tracker.cc', |
| 239 'focus/external_focus_tracker.h', | 248 'focus/external_focus_tracker.h', |
| 240 'focus/focus_manager.cc', | 249 'focus/focus_manager.cc', |
| 241 'focus/focus_manager.h', | 250 'focus/focus_manager.h', |
| 242 'focus/focus_search.cc', | 251 'focus/focus_search.cc', |
| 243 'focus/focus_search.h', | 252 'focus/focus_search.h', |
| 244 'focus/focus_util_win.cc', | 253 'focus/focus_util_win.cc', |
| 245 'focus/focus_util_win.h', | 254 'focus/focus_util_win.h', |
| 246 'focus/view_storage.cc', | 255 'focus/view_storage.cc', |
| 247 'focus/view_storage.h', | 256 'focus/view_storage.h', |
| 248 'ime/character_composer.cc', | 257 'ime/character_composer.cc', |
| 249 'ime/character_composer.h', | 258 'ime/character_composer.h', |
| 250 'ime/input_method.h', | 259 'ime/input_method.h', |
| 251 'ime/input_method_delegate.h', | 260 'ime/input_method_delegate.h', |
| 252 'ime/input_method_base.cc', | 261 'ime/input_method_base.cc', |
| 253 'ime/input_method_base.h', | 262 'ime/input_method_base.h', |
| 254 'ime/input_method_gtk.cc', | 263 'ime/input_method_gtk.cc', |
| 255 'ime/input_method_gtk.h', | 264 'ime/input_method_gtk.h', |
| 256 'ime/input_method_ibus.cc', | 265 'ime/input_method_ibus.cc', |
| 257 'ime/input_method_ibus.h', | 266 'ime/input_method_ibus.h', |
| 267 'ime/input_method_wayland.cc', |
| 268 'ime/input_method_wayland.h', |
| 258 'ime/input_method_win.cc', | 269 'ime/input_method_win.cc', |
| 259 'ime/input_method_win.h', | 270 'ime/input_method_win.h', |
| 260 'ime/mock_input_method.cc', | 271 'ime/mock_input_method.cc', |
| 261 'ime/mock_input_method.h', | 272 'ime/mock_input_method.h', |
| 262 'ime/text_input_client.h', | 273 'ime/text_input_client.h', |
| 263 'ime/text_input_type_tracker.h', | 274 'ime/text_input_type_tracker.h', |
| 264 'ime/text_input_type_tracker.cc', | 275 'ime/text_input_type_tracker.cc', |
| 265 'layer_helper.cc', | 276 'layer_helper.cc', |
| 266 'layer_helper.h', | 277 'layer_helper.h', |
| 267 'layer_property_setter.cc', | 278 'layer_property_setter.cc', |
| 268 'layer_property_setter.h', | 279 'layer_property_setter.h', |
| 269 'layout/box_layout.cc', | 280 'layout/box_layout.cc', |
| 270 'layout/box_layout.h', | 281 'layout/box_layout.h', |
| 271 'layout/fill_layout.cc', | 282 'layout/fill_layout.cc', |
| 272 'layout/fill_layout.h', | 283 'layout/fill_layout.h', |
| 273 'layout/grid_layout.cc', | 284 'layout/grid_layout.cc', |
| 274 'layout/grid_layout.h', | 285 'layout/grid_layout.h', |
| 275 'layout/layout_constants.h', | 286 'layout/layout_constants.h', |
| 276 'layout/layout_manager.cc', | 287 'layout/layout_manager.cc', |
| 277 'layout/layout_manager.h', | 288 'layout/layout_manager.h', |
| 278 'metrics.cc', | 289 'metrics.cc', |
| 279 'metrics.h', | 290 'metrics.h', |
| 280 'metrics_gtk.cc', | 291 'metrics_gtk.cc', |
| 292 'metrics_wayland.cc', |
| 281 'metrics_win.cc', | 293 'metrics_win.cc', |
| 282 'mouse_watcher.cc', | 294 'mouse_watcher.cc', |
| 283 'mouse_watcher.h', | 295 'mouse_watcher.h', |
| 284 'native_theme_delegate.h', | 296 'native_theme_delegate.h', |
| 285 'native_theme_painter.cc', | 297 'native_theme_painter.cc', |
| 286 'native_theme_painter.h', | 298 'native_theme_painter.h', |
| 287 'painter.cc', | 299 'painter.cc', |
| 288 'painter.h', | 300 'painter.h', |
| 289 'repeat_controller.cc', | 301 'repeat_controller.cc', |
| 290 'repeat_controller.h', | 302 'repeat_controller.h', |
| 291 'touchui/gesture_manager.cc', | 303 'touchui/gesture_manager.cc', |
| 292 'touchui/gesture_manager.h', | 304 'touchui/gesture_manager.h', |
| 293 'touchui/touch_factory.cc', | 305 'touchui/touch_factory.cc', |
| 294 'touchui/touch_factory.h', | 306 'touchui/touch_factory.h', |
| 295 'touchui/touch_selection_controller.cc', | 307 'touchui/touch_selection_controller.cc', |
| 296 'touchui/touch_selection_controller.h', | 308 'touchui/touch_selection_controller.h', |
| 297 'touchui/touch_selection_controller_impl.cc', | 309 'touchui/touch_selection_controller_impl.cc', |
| 298 'touchui/touch_selection_controller_impl.h', | 310 'touchui/touch_selection_controller_impl.h', |
| 299 'view.cc', | 311 'view.cc', |
| 300 'view.h', | 312 'view.h', |
| 301 'view_constants.cc', | 313 'view_constants.cc', |
| 302 'view_constants.h', | 314 'view_constants.h', |
| 303 'view_gtk.cc', | 315 'view_gtk.cc', |
| 304 'view_text_utils.cc', | 316 'view_text_utils.cc', |
| 305 'view_text_utils.h', | 317 'view_text_utils.h', |
| 318 'view_wayland.cc', |
| 306 'view_win.cc', | 319 'view_win.cc', |
| 307 'views_delegate.h', | 320 'views_delegate.h', |
| 308 'widget/aero_tooltip_manager.cc', | 321 'widget/aero_tooltip_manager.cc', |
| 309 'widget/aero_tooltip_manager.h', | 322 'widget/aero_tooltip_manager.h', |
| 310 'widget/child_window_message_processor.cc', | 323 'widget/child_window_message_processor.cc', |
| 311 'widget/child_window_message_processor.h', | 324 'widget/child_window_message_processor.h', |
| 312 'widget/default_theme_provider.cc', | 325 'widget/default_theme_provider.cc', |
| 313 'widget/default_theme_provider.h', | 326 'widget/default_theme_provider.h', |
| 314 'widget/drop_helper.cc', | 327 'widget/drop_helper.cc', |
| 315 'widget/drop_helper.h', | 328 'widget/drop_helper.h', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 333 'widget/tooltip_manager.h', | 346 'widget/tooltip_manager.h', |
| 334 'widget/tooltip_window_gtk.cc', | 347 'widget/tooltip_window_gtk.cc', |
| 335 'widget/tooltip_window_gtk.h', | 348 'widget/tooltip_window_gtk.h', |
| 336 'widget/monitor_win.cc', | 349 'widget/monitor_win.cc', |
| 337 'widget/monitor_win.h', | 350 'widget/monitor_win.h', |
| 338 'widget/native_widget.h', | 351 'widget/native_widget.h', |
| 339 'widget/native_widget_delegate.h', | 352 'widget/native_widget_delegate.h', |
| 340 'widget/native_widget_private.h', | 353 'widget/native_widget_private.h', |
| 341 'widget/native_widget_gtk.cc', | 354 'widget/native_widget_gtk.cc', |
| 342 'widget/native_widget_gtk.h', | 355 'widget/native_widget_gtk.h', |
| 356 'widget/native_widget_wayland.cc', |
| 357 'widget/native_widget_wayland.h', |
| 343 'widget/native_widget_view.cc', | 358 'widget/native_widget_view.cc', |
| 344 'widget/native_widget_view.h', | 359 'widget/native_widget_view.h', |
| 345 'widget/native_widget_views.cc', | 360 'widget/native_widget_views.cc', |
| 346 'widget/native_widget_views.h', | 361 'widget/native_widget_views.h', |
| 347 'widget/native_widget_win.cc', | 362 'widget/native_widget_win.cc', |
| 348 'widget/native_widget_win.h', | 363 'widget/native_widget_win.h', |
| 349 'widget/widget.cc', | 364 'widget/widget.cc', |
| 350 'widget/widget.h', | 365 'widget/widget.h', |
| 351 'widget/widget_delegate.cc', | 366 'widget/widget_delegate.cc', |
| 352 'widget/widget_delegate.h', | 367 'widget/widget_delegate.h', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 363 'window/non_client_view.cc', | 378 'window/non_client_view.cc', |
| 364 'window/non_client_view.h', | 379 'window/non_client_view.h', |
| 365 'window/window_resources.h', | 380 'window/window_resources.h', |
| 366 'window/window_shape.cc', | 381 'window/window_shape.cc', |
| 367 'window/window_shape.h', | 382 'window/window_shape.h', |
| 368 ], | 383 ], |
| 369 'include_dirs': [ | 384 'include_dirs': [ |
| 370 '<(DEPTH)/third_party/wtl/include', | 385 '<(DEPTH)/third_party/wtl/include', |
| 371 ], | 386 ], |
| 372 'conditions': [ | 387 'conditions': [ |
| 388 ['use_wayland == 1', { |
| 389 'dependencies': [ |
| 390 '../ui/wayland/wayland.gyp:wayland', |
| 391 ], |
| 392 'sources/': [ |
| 393 ['exclude', '_(gtk|x)\\.cc$'], |
| 394 ['exclude', '/(gtk|x)_[^/]*\\.cc$'], |
| 395 ['exclude', 'focus/accelerator_handler_touch.cc'], |
| 396 ['exclude', 'touchui/touch_factory.cc'], |
| 397 ['exclude', 'touchui/touch_factory.h'], |
| 398 ['include', 'drag_utils_gtk.cc'], |
| 399 ], |
| 400 }], |
| 373 ['toolkit_uses_gtk == 1', { | 401 ['toolkit_uses_gtk == 1', { |
| 374 'dependencies': [ | 402 'dependencies': [ |
| 375 '../build/linux/system.gyp:gtk', | 403 '../build/linux/system.gyp:gtk', |
| 376 '../build/linux/system.gyp:x11', | 404 '../build/linux/system.gyp:x11', |
| 377 '../build/linux/system.gyp:xext', | 405 '../build/linux/system.gyp:xext', |
| 378 ], | 406 ], |
| 379 'sources!': [ | 407 'sources!': [ |
| 380 'accessibility/native_view_accessibility_win.cc', | 408 'accessibility/native_view_accessibility_win.cc', |
| 381 'controls/scrollbar/bitmap_scroll_bar.cc', | 409 'controls/scrollbar/bitmap_scroll_bar.cc', |
| 382 'controls/native_control.cc', | 410 'controls/native_control.cc', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 394 ['touchui==1', { | 422 ['touchui==1', { |
| 395 'defines': ['TOUCH_UI=1'], | 423 'defines': ['TOUCH_UI=1'], |
| 396 'sources/': [ | 424 'sources/': [ |
| 397 ['exclude', 'focus/accelerator_handler_gtk.cc'], | 425 ['exclude', 'focus/accelerator_handler_gtk.cc'], |
| 398 ['exclude', 'controls/menu/native_menu_gtk.cc'], | 426 ['exclude', 'controls/menu/native_menu_gtk.cc'], |
| 399 ['exclude', 'widget/tooltip_manager_gtk.cc'], | 427 ['exclude', 'widget/tooltip_manager_gtk.cc'], |
| 400 ], | 428 ], |
| 401 }], | 429 }], |
| 402 ['touchui==0', { | 430 ['touchui==0', { |
| 403 'sources!': [ | 431 'sources!': [ |
| 404 'controls/menu/native_menu_x.cc', | 432 'controls/menu/native_menu_linux.cc', |
| 405 'controls/menu/native_menu_x.h', | 433 'controls/menu/native_menu_linux.h', |
| 406 'widget/tooltip_manager_views.cc', | 434 'widget/tooltip_manager_views.cc', |
| 407 'touchui/touch_selection_controller_impl.cc', | 435 'touchui/touch_selection_controller_impl.cc', |
| 408 'touchui/touch_selection_controller_impl.h', | 436 'touchui/touch_selection_controller_impl.h', |
| 409 ], | 437 ], |
| 410 }], | 438 }], |
| 411 ['use_ibus==1', { | 439 ['use_ibus==1', { |
| 412 'dependencies': [ | 440 'dependencies': [ |
| 413 '../build/linux/system.gyp:ibus', | 441 '../build/linux/system.gyp:ibus', |
| 414 ], | 442 ], |
| 415 'sources/': [ | 443 'sources/': [ |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'include_dirs': [ | 752 'include_dirs': [ |
| 725 '<(DEPTH)/third_party/wtl/include', | 753 '<(DEPTH)/third_party/wtl/include', |
| 726 ], | 754 ], |
| 727 }], | 755 }], |
| 728 ], | 756 ], |
| 729 }, | 757 }, |
| 730 | 758 |
| 731 | 759 |
| 732 ], | 760 ], |
| 733 } | 761 } |
| OLD | NEW |