| 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 'accessibility/ax_view_obj_wrapper.h', | 367 'accessibility/ax_view_obj_wrapper.h', |
| 368 'accessibility/ax_widget_obj_wrapper.cc', | 368 'accessibility/ax_widget_obj_wrapper.cc', |
| 369 'accessibility/ax_widget_obj_wrapper.h', | 369 'accessibility/ax_widget_obj_wrapper.h', |
| 370 'accessibility/ax_window_obj_wrapper.cc', | 370 'accessibility/ax_window_obj_wrapper.cc', |
| 371 'accessibility/ax_window_obj_wrapper.h', | 371 'accessibility/ax_window_obj_wrapper.h', |
| 372 'bubble/bubble_window_targeter.cc', | 372 'bubble/bubble_window_targeter.cc', |
| 373 'bubble/bubble_window_targeter.h', | 373 'bubble/bubble_window_targeter.h', |
| 374 'bubble/tray_bubble_view.cc', | 374 'bubble/tray_bubble_view.cc', |
| 375 'bubble/tray_bubble_view.h', | 375 'bubble/tray_bubble_view.h', |
| 376 'controls/menu/display_change_listener_aura.cc', | 376 'controls/menu/display_change_listener_aura.cc', |
| 377 'controls/menu/menu_event_dispatcher.cc', | |
| 378 'controls/menu/menu_event_dispatcher.h', | |
| 379 'controls/menu/menu_key_event_handler.cc', | 377 'controls/menu/menu_key_event_handler.cc', |
| 380 'controls/menu/menu_key_event_handler.h', | 378 'controls/menu/menu_key_event_handler.h', |
| 381 'controls/menu/menu_message_loop_aura.cc', | 379 'controls/menu/menu_message_loop_aura.cc', |
| 382 'controls/menu/menu_message_loop_aura.h', | 380 'controls/menu/menu_message_loop_aura.h', |
| 383 'controls/native/native_view_host_aura.cc', | 381 'controls/native/native_view_host_aura.cc', |
| 384 'controls/native/native_view_host_aura.h', | 382 'controls/native/native_view_host_aura.h', |
| 385 'corewm/cursor_height_provider_win.cc', | 383 'corewm/cursor_height_provider_win.cc', |
| 386 'corewm/cursor_height_provider_win.h', | 384 'corewm/cursor_height_provider_win.h', |
| 387 'corewm/tooltip.h', | 385 'corewm/tooltip.h', |
| 388 'corewm/tooltip_aura.cc', | 386 'corewm/tooltip_aura.cc', |
| (...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 961 '../aura/aura.gyp:aura', | 959 '../aura/aura.gyp:aura', |
| 962 '../wm/wm.gyp:wm', | 960 '../wm/wm.gyp:wm', |
| 963 ], | 961 ], |
| 964 }], | 962 }], |
| 965 ], | 963 ], |
| 966 }, # target_name: macviews_interactive_ui_tests | 964 }, # target_name: macviews_interactive_ui_tests |
| 967 ], # targets | 965 ], # targets |
| 968 }], | 966 }], |
| 969 ], # conditions | 967 ], # conditions |
| 970 } | 968 } |
| OLD | NEW |