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

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 files to latest and fixed changes for dependent CLs 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_wayland.cc',
133 'controls/menu/native_menu_wayland.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', 136 'controls/menu/native_menu_x.cc',
134 'controls/menu/native_menu_x.h', 137 'controls/menu/native_menu_x.h',
135 'controls/menu/nested_dispatcher_gtk.cc', 138 'controls/menu/nested_dispatcher_gtk.cc',
136 'controls/menu/nested_dispatcher_gtk.h', 139 'controls/menu/nested_dispatcher_gtk.h',
137 'controls/menu/menu_image_util_gtk.cc', 140 'controls/menu/menu_image_util_linux.cc',
138 'controls/menu/menu_image_util_gtk.h', 141 'controls/menu/menu_image_util_linux.h',
139 'controls/menu/submenu_view.cc', 142 'controls/menu/submenu_view.cc',
140 'controls/menu/submenu_view.h', 143 'controls/menu/submenu_view.h',
141 'controls/menu/view_menu_delegate.h', 144 'controls/menu/view_menu_delegate.h',
142 'controls/message_box_view.cc', 145 'controls/message_box_view.cc',
143 'controls/message_box_view.h', 146 'controls/message_box_view.h',
144 'controls/native_control.cc', 147 'controls/native_control.cc',
145 'controls/native_control.h', 148 'controls/native_control.h',
146 'controls/native_control_gtk.cc', 149 'controls/native_control_gtk.cc',
147 'controls/native_control_gtk.h', 150 'controls/native_control_gtk.h',
151 'controls/native_control_wayland.cc',
152 'controls/native_control_wayland.h',
148 'controls/native_control_win.cc', 153 'controls/native_control_win.cc',
149 'controls/native_control_win.h', 154 'controls/native_control_win.h',
150 'controls/native/native_view_host.cc', 155 'controls/native/native_view_host.cc',
151 'controls/native/native_view_host.h', 156 'controls/native/native_view_host.h',
152 'controls/native/native_view_host_gtk.cc', 157 'controls/native/native_view_host_gtk.cc',
153 'controls/native/native_view_host_gtk.h', 158 'controls/native/native_view_host_gtk.h',
154 'controls/native/native_view_host_win.cc', 159 'controls/native/native_view_host_win.cc',
155 'controls/native/native_view_host_win.h', 160 'controls/native/native_view_host_win.h',
156 'controls/native/native_view_host_views.cc', 161 'controls/native/native_view_host_views.cc',
157 'controls/native/native_view_host_views.h', 162 'controls/native/native_view_host_views.h',
163 'controls/native/native_view_host_wayland.cc',
158 'controls/native/native_view_host_wrapper.h', 164 'controls/native/native_view_host_wrapper.h',
159 'controls/progress_bar.h', 165 'controls/progress_bar.h',
160 'controls/progress_bar.cc', 166 'controls/progress_bar.cc',
161 'controls/resize_area.cc', 167 'controls/resize_area.cc',
162 'controls/resize_area.h', 168 'controls/resize_area.h',
163 'controls/scroll_view.cc', 169 'controls/scroll_view.cc',
164 'controls/scroll_view.h', 170 'controls/scroll_view.h',
165 'controls/scrollbar/bitmap_scroll_bar.cc', 171 'controls/scrollbar/bitmap_scroll_bar.cc',
166 'controls/scrollbar/bitmap_scroll_bar.h', 172 'controls/scrollbar/bitmap_scroll_bar.h',
167 'controls/scrollbar/native_scroll_bar_gtk.cc', 173 'controls/scrollbar/native_scroll_bar_gtk.cc',
168 'controls/scrollbar/native_scroll_bar_gtk.h', 174 'controls/scrollbar/native_scroll_bar_gtk.h',
175 'controls/scrollbar/native_scroll_bar_wayland.cc',
176 'controls/scrollbar/native_scroll_bar_wayland.h',
169 'controls/scrollbar/native_scroll_bar_win.cc', 177 'controls/scrollbar/native_scroll_bar_win.cc',
170 'controls/scrollbar/native_scroll_bar_win.h', 178 'controls/scrollbar/native_scroll_bar_win.h',
171 'controls/scrollbar/native_scroll_bar_wrapper.h', 179 'controls/scrollbar/native_scroll_bar_wrapper.h',
172 'controls/scrollbar/native_scroll_bar.cc', 180 'controls/scrollbar/native_scroll_bar.cc',
173 'controls/scrollbar/native_scroll_bar.h', 181 'controls/scrollbar/native_scroll_bar.h',
174 'controls/scrollbar/scroll_bar.cc', 182 'controls/scrollbar/scroll_bar.cc',
175 'controls/scrollbar/scroll_bar.h', 183 'controls/scrollbar/scroll_bar.h',
176 'controls/separator.cc', 184 'controls/separator.cc',
177 'controls/separator.h', 185 'controls/separator.h',
178 'controls/single_split_view.cc', 186 'controls/single_split_view.cc',
(...skipping 22 matching lines...) Expand all
201 'controls/textfield/gtk_views_entry.h', 209 'controls/textfield/gtk_views_entry.h',
202 'controls/textfield/gtk_views_textview.cc', 210 'controls/textfield/gtk_views_textview.cc',
203 'controls/textfield/gtk_views_textview.h', 211 'controls/textfield/gtk_views_textview.h',
204 'controls/textfield/textfield.cc', 212 'controls/textfield/textfield.cc',
205 'controls/textfield/textfield.h', 213 'controls/textfield/textfield.h',
206 'controls/textfield/textfield_controller.h', 214 'controls/textfield/textfield_controller.h',
207 'controls/textfield/textfield_views_model.cc', 215 'controls/textfield/textfield_views_model.cc',
208 'controls/textfield/textfield_views_model.h', 216 'controls/textfield/textfield_views_model.h',
209 'controls/textfield/native_textfield_gtk.cc', 217 'controls/textfield/native_textfield_gtk.cc',
210 'controls/textfield/native_textfield_gtk.h', 218 'controls/textfield/native_textfield_gtk.h',
219 'controls/textfield/native_textfield_wayland.cc',
211 'controls/textfield/native_textfield_win.cc', 220 'controls/textfield/native_textfield_win.cc',
212 'controls/textfield/native_textfield_win.h', 221 'controls/textfield/native_textfield_win.h',
213 'controls/textfield/native_textfield_wrapper.h', 222 'controls/textfield/native_textfield_wrapper.h',
214 'controls/textfield/native_textfield_views.cc', 223 'controls/textfield/native_textfield_views.cc',
215 'controls/textfield/native_textfield_views.h', 224 'controls/textfield/native_textfield_views.h',
216 'controls/throbber.cc', 225 'controls/throbber.cc',
217 'controls/throbber.h', 226 'controls/throbber.h',
218 'controls/tree/tree_view.cc', 227 'controls/tree/tree_view.cc',
219 'controls/tree/tree_view.h', 228 'controls/tree/tree_view.h',
220 #'debug_utils.cc', 229 #'debug_utils.cc',
221 #'debug_utils.h', 230 #'debug_utils.h',
222 'drag_controller.h', 231 'drag_controller.h',
223 'drag_utils.cc', 232 'drag_utils.cc',
224 'drag_utils.h', 233 'drag_utils.h',
225 'drag_utils_gtk.cc', 234 'drag_utils_gtk.cc',
226 'drag_utils_win.cc', 235 'drag_utils_win.cc',
227 'events/event.cc', 236 'events/event.cc',
228 'events/event.h', 237 'events/event.h',
229 'events/event_gtk.cc', 238 'events/event_gtk.cc',
239 'events/event_wayland.cc',
230 'events/event_win.cc', 240 'events/event_win.cc',
231 'events/event_utils_win.cc', 241 'events/event_utils_win.cc',
232 'events/event_utils_win.h', 242 'events/event_utils_win.h',
233 'events/event_x.cc', 243 'events/event_x.cc',
234 'focus/accelerator_handler.h', 244 'focus/accelerator_handler.h',
235 'focus/accelerator_handler_gtk.cc', 245 'focus/accelerator_handler_gtk.cc',
236 'focus/accelerator_handler_touch.cc', 246 'focus/accelerator_handler_touch.cc',
247 'focus/accelerator_handler_wayland.cc',
237 'focus/accelerator_handler_win.cc', 248 'focus/accelerator_handler_win.cc',
238 'focus/external_focus_tracker.cc', 249 'focus/external_focus_tracker.cc',
239 'focus/external_focus_tracker.h', 250 'focus/external_focus_tracker.h',
240 'focus/focus_manager.cc', 251 'focus/focus_manager.cc',
241 'focus/focus_manager.h', 252 'focus/focus_manager.h',
242 'focus/focus_search.cc', 253 'focus/focus_search.cc',
243 'focus/focus_search.h', 254 'focus/focus_search.h',
244 'focus/focus_util_win.cc', 255 'focus/focus_util_win.cc',
245 'focus/focus_util_win.h', 256 'focus/focus_util_win.h',
246 'focus/view_storage.cc', 257 'focus/view_storage.cc',
247 'focus/view_storage.h', 258 'focus/view_storage.h',
248 'ime/character_composer.cc', 259 'ime/character_composer.cc',
249 'ime/character_composer.h', 260 'ime/character_composer.h',
250 'ime/input_method.h', 261 'ime/input_method.h',
251 'ime/input_method_delegate.h', 262 'ime/input_method_delegate.h',
252 'ime/input_method_base.cc', 263 'ime/input_method_base.cc',
253 'ime/input_method_base.h', 264 'ime/input_method_base.h',
254 'ime/input_method_gtk.cc', 265 'ime/input_method_gtk.cc',
255 'ime/input_method_gtk.h', 266 'ime/input_method_gtk.h',
256 'ime/input_method_ibus.cc', 267 'ime/input_method_ibus.cc',
257 'ime/input_method_ibus.h', 268 'ime/input_method_ibus.h',
269 'ime/input_method_wayland.cc',
270 'ime/input_method_wayland.h',
258 'ime/input_method_win.cc', 271 'ime/input_method_win.cc',
259 'ime/input_method_win.h', 272 'ime/input_method_win.h',
260 'ime/mock_input_method.cc', 273 'ime/mock_input_method.cc',
261 'ime/mock_input_method.h', 274 'ime/mock_input_method.h',
262 'ime/text_input_client.h', 275 'ime/text_input_client.h',
263 'ime/text_input_type_tracker.h', 276 'ime/text_input_type_tracker.h',
264 'ime/text_input_type_tracker.cc', 277 'ime/text_input_type_tracker.cc',
265 'layer_helper.cc', 278 'layer_helper.cc',
266 'layer_helper.h', 279 'layer_helper.h',
267 'layer_property_setter.cc', 280 'layer_property_setter.cc',
268 'layer_property_setter.h', 281 'layer_property_setter.h',
269 'layout/box_layout.cc', 282 'layout/box_layout.cc',
270 'layout/box_layout.h', 283 'layout/box_layout.h',
271 'layout/fill_layout.cc', 284 'layout/fill_layout.cc',
272 'layout/fill_layout.h', 285 'layout/fill_layout.h',
273 'layout/grid_layout.cc', 286 'layout/grid_layout.cc',
274 'layout/grid_layout.h', 287 'layout/grid_layout.h',
275 'layout/layout_constants.h', 288 'layout/layout_constants.h',
276 'layout/layout_manager.cc', 289 'layout/layout_manager.cc',
277 'layout/layout_manager.h', 290 'layout/layout_manager.h',
278 'metrics.cc', 291 'metrics.cc',
279 'metrics.h', 292 'metrics.h',
280 'metrics_gtk.cc', 293 'metrics_gtk.cc',
294 'metrics_wayland.cc',
281 'metrics_win.cc', 295 'metrics_win.cc',
282 'mouse_watcher.cc', 296 'mouse_watcher.cc',
283 'mouse_watcher.h', 297 'mouse_watcher.h',
284 'native_theme_delegate.h', 298 'native_theme_delegate.h',
285 'native_theme_painter.cc', 299 'native_theme_painter.cc',
286 'native_theme_painter.h', 300 'native_theme_painter.h',
287 'painter.cc', 301 'painter.cc',
288 'painter.h', 302 'painter.h',
289 'repeat_controller.cc', 303 'repeat_controller.cc',
290 'repeat_controller.h', 304 'repeat_controller.h',
291 'touchui/gesture_manager.cc', 305 'touchui/gesture_manager.cc',
292 'touchui/gesture_manager.h', 306 'touchui/gesture_manager.h',
293 'touchui/touch_factory.cc', 307 'touchui/touch_factory.cc',
294 'touchui/touch_factory.h', 308 'touchui/touch_factory.h',
295 'touchui/touch_selection_controller.cc', 309 'touchui/touch_selection_controller.cc',
296 'touchui/touch_selection_controller.h', 310 'touchui/touch_selection_controller.h',
297 'touchui/touch_selection_controller_impl.cc', 311 'touchui/touch_selection_controller_impl.cc',
298 'touchui/touch_selection_controller_impl.h', 312 'touchui/touch_selection_controller_impl.h',
299 'view.cc', 313 'view.cc',
300 'view.h', 314 'view.h',
301 'view_constants.cc', 315 'view_constants.cc',
302 'view_constants.h', 316 'view_constants.h',
303 'view_gtk.cc', 317 'view_gtk.cc',
304 'view_text_utils.cc', 318 'view_text_utils.cc',
305 'view_text_utils.h', 319 'view_text_utils.h',
320 'view_wayland.cc',
306 'view_win.cc', 321 'view_win.cc',
307 'views_delegate.h', 322 'views_delegate.h',
308 'widget/aero_tooltip_manager.cc', 323 'widget/aero_tooltip_manager.cc',
309 'widget/aero_tooltip_manager.h', 324 'widget/aero_tooltip_manager.h',
310 'widget/child_window_message_processor.cc', 325 'widget/child_window_message_processor.cc',
311 'widget/child_window_message_processor.h', 326 'widget/child_window_message_processor.h',
312 'widget/default_theme_provider.cc', 327 'widget/default_theme_provider.cc',
313 'widget/default_theme_provider.h', 328 'widget/default_theme_provider.h',
314 'widget/drop_helper.cc', 329 'widget/drop_helper.cc',
315 'widget/drop_helper.h', 330 'widget/drop_helper.h',
(...skipping 17 matching lines...) Expand all
333 'widget/tooltip_manager.h', 348 'widget/tooltip_manager.h',
334 'widget/tooltip_window_gtk.cc', 349 'widget/tooltip_window_gtk.cc',
335 'widget/tooltip_window_gtk.h', 350 'widget/tooltip_window_gtk.h',
336 'widget/monitor_win.cc', 351 'widget/monitor_win.cc',
337 'widget/monitor_win.h', 352 'widget/monitor_win.h',
338 'widget/native_widget.h', 353 'widget/native_widget.h',
339 'widget/native_widget_delegate.h', 354 'widget/native_widget_delegate.h',
340 'widget/native_widget_private.h', 355 'widget/native_widget_private.h',
341 'widget/native_widget_gtk.cc', 356 'widget/native_widget_gtk.cc',
342 'widget/native_widget_gtk.h', 357 'widget/native_widget_gtk.h',
358 'widget/native_widget_wayland.cc',
359 'widget/native_widget_wayland.h',
343 'widget/native_widget_view.cc', 360 'widget/native_widget_view.cc',
344 'widget/native_widget_view.h', 361 'widget/native_widget_view.h',
345 'widget/native_widget_views.cc', 362 'widget/native_widget_views.cc',
346 'widget/native_widget_views.h', 363 'widget/native_widget_views.h',
347 'widget/native_widget_win.cc', 364 'widget/native_widget_win.cc',
348 'widget/native_widget_win.h', 365 'widget/native_widget_win.h',
349 'widget/widget.cc', 366 'widget/widget.cc',
350 'widget/widget.h', 367 'widget/widget.h',
351 'widget/widget_delegate.cc', 368 'widget/widget_delegate.cc',
352 'widget/widget_delegate.h', 369 'widget/widget_delegate.h',
(...skipping 10 matching lines...) Expand all
363 'window/non_client_view.cc', 380 'window/non_client_view.cc',
364 'window/non_client_view.h', 381 'window/non_client_view.h',
365 'window/window_resources.h', 382 'window/window_resources.h',
366 'window/window_shape.cc', 383 'window/window_shape.cc',
367 'window/window_shape.h', 384 'window/window_shape.h',
368 ], 385 ],
369 'include_dirs': [ 386 'include_dirs': [
370 '<(DEPTH)/third_party/wtl/include', 387 '<(DEPTH)/third_party/wtl/include',
371 ], 388 ],
372 'conditions': [ 389 'conditions': [
390 ['use_wayland == 1', {
391 'dependencies': [
392 '../ui/wayland/wayland.gyp:wayland',
393 ],
394 'sources/': [
395 ['exclude', '_(gtk|x)\\.cc$'],
396 ['exclude', '/(gtk|x)_[^/]*\\.cc$'],
397 ['exclude', 'focus/accelerator_handler_touch.cc'],
398 ['exclude', 'touchui/touch_factory.cc'],
399 ['exclude', 'touchui/touch_factory.h'],
400 ['include', 'drag_utils_gtk.cc'],
401 ],
402 }],
373 ['toolkit_uses_gtk == 1', { 403 ['toolkit_uses_gtk == 1', {
374 'dependencies': [ 404 'dependencies': [
375 '../build/linux/system.gyp:gtk', 405 '../build/linux/system.gyp:gtk',
376 '../build/linux/system.gyp:x11', 406 '../build/linux/system.gyp:x11',
377 '../build/linux/system.gyp:xext', 407 '../build/linux/system.gyp:xext',
378 ], 408 ],
379 'sources!': [ 409 'sources!': [
380 'accessibility/native_view_accessibility_win.cc', 410 'accessibility/native_view_accessibility_win.cc',
381 'controls/scrollbar/bitmap_scroll_bar.cc', 411 'controls/scrollbar/bitmap_scroll_bar.cc',
382 'controls/native_control.cc', 412 'controls/native_control.cc',
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'include_dirs': [ 754 'include_dirs': [
725 '<(DEPTH)/third_party/wtl/include', 755 '<(DEPTH)/third_party/wtl/include',
726 ], 756 ],
727 }], 757 }],
728 ], 758 ],
729 }, 759 },
730 760
731 761
732 ], 762 ],
733 } 763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698