| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 # Sources lists shared with GN build. | 7 # Sources lists shared with GN build. |
| 8 'views_sources': [ | 8 'views_sources': [ |
| 9 'accessibility/native_view_accessibility.cc', | 9 'accessibility/native_view_accessibility.cc', |
| 10 'accessibility/native_view_accessibility.h', | 10 'accessibility/native_view_accessibility.h', |
| (...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'accessibility/ax_view_obj_wrapper.h', | 387 'accessibility/ax_view_obj_wrapper.h', |
| 388 'accessibility/ax_widget_obj_wrapper.cc', | 388 'accessibility/ax_widget_obj_wrapper.cc', |
| 389 'accessibility/ax_widget_obj_wrapper.h', | 389 'accessibility/ax_widget_obj_wrapper.h', |
| 390 'accessibility/ax_window_obj_wrapper.cc', | 390 'accessibility/ax_window_obj_wrapper.cc', |
| 391 'accessibility/ax_window_obj_wrapper.h', | 391 'accessibility/ax_window_obj_wrapper.h', |
| 392 'bubble/bubble_window_targeter.cc', | 392 'bubble/bubble_window_targeter.cc', |
| 393 'bubble/bubble_window_targeter.h', | 393 'bubble/bubble_window_targeter.h', |
| 394 'bubble/tray_bubble_view.cc', | 394 'bubble/tray_bubble_view.cc', |
| 395 'bubble/tray_bubble_view.h', | 395 'bubble/tray_bubble_view.h', |
| 396 'controls/menu/display_change_listener_aura.cc', | 396 'controls/menu/display_change_listener_aura.cc', |
| 397 'controls/menu/menu_key_event_handler.cc', | |
| 398 'controls/menu/menu_key_event_handler.h', | |
| 399 'controls/menu/menu_message_loop_aura.cc', | 397 'controls/menu/menu_message_loop_aura.cc', |
| 400 'controls/menu/menu_message_loop_aura.h', | 398 'controls/menu/menu_message_loop_aura.h', |
| 399 'controls/menu/menu_pre_target_handler.cc', |
| 400 'controls/menu/menu_pre_target_handler.h', |
| 401 'controls/native/native_view_host_aura.cc', | 401 'controls/native/native_view_host_aura.cc', |
| 402 'controls/native/native_view_host_aura.h', | 402 'controls/native/native_view_host_aura.h', |
| 403 'corewm/cursor_height_provider_win.cc', | 403 'corewm/cursor_height_provider_win.cc', |
| 404 'corewm/cursor_height_provider_win.h', | 404 'corewm/cursor_height_provider_win.h', |
| 405 'corewm/tooltip.h', | 405 'corewm/tooltip.h', |
| 406 'corewm/tooltip_aura.cc', | 406 'corewm/tooltip_aura.cc', |
| 407 'corewm/tooltip_aura.h', | 407 'corewm/tooltip_aura.h', |
| 408 'corewm/tooltip_controller.cc', | 408 'corewm/tooltip_controller.cc', |
| 409 'corewm/tooltip_controller.h', | 409 'corewm/tooltip_controller.h', |
| 410 'corewm/tooltip_win.cc', | 410 'corewm/tooltip_win.cc', |
| (...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 '../aura/aura.gyp:aura', | 1047 '../aura/aura.gyp:aura', |
| 1048 '../wm/wm.gyp:wm', | 1048 '../wm/wm.gyp:wm', |
| 1049 ], | 1049 ], |
| 1050 }], | 1050 }], |
| 1051 ], | 1051 ], |
| 1052 }, # target_name: macviews_interactive_ui_tests | 1052 }, # target_name: macviews_interactive_ui_tests |
| 1053 ], # targets | 1053 ], # targets |
| 1054 }], | 1054 }], |
| 1055 ], # conditions | 1055 ], # conditions |
| 1056 } | 1056 } |
| OLD | NEW |