| 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 'accessibility/ax_window_obj_wrapper.cc', | 363 'accessibility/ax_window_obj_wrapper.cc', |
| 364 'accessibility/ax_window_obj_wrapper.h', | 364 'accessibility/ax_window_obj_wrapper.h', |
| 365 'bubble/bubble_window_targeter.cc', | 365 'bubble/bubble_window_targeter.cc', |
| 366 'bubble/bubble_window_targeter.h', | 366 'bubble/bubble_window_targeter.h', |
| 367 'bubble/tray_bubble_view.cc', | 367 'bubble/tray_bubble_view.cc', |
| 368 'bubble/tray_bubble_view.h', | 368 'bubble/tray_bubble_view.h', |
| 369 'controls/menu/display_change_listener_aura.cc', | 369 'controls/menu/display_change_listener_aura.cc', |
| 370 'controls/menu/menu_config_aura.cc', | 370 'controls/menu/menu_config_aura.cc', |
| 371 'controls/menu/menu_event_dispatcher.cc', | 371 'controls/menu/menu_event_dispatcher.cc', |
| 372 'controls/menu/menu_event_dispatcher.h', | 372 'controls/menu/menu_event_dispatcher.h', |
| 373 'controls/menu/menu_event_filter.cc', |
| 374 'controls/menu/menu_event_filter.h', |
| 373 'controls/menu/menu_message_loop_aura.cc', | 375 'controls/menu/menu_message_loop_aura.cc', |
| 374 'controls/menu/menu_message_loop_aura.h', | 376 'controls/menu/menu_message_loop_aura.h', |
| 375 'controls/native/native_view_host_aura.cc', | 377 'controls/native/native_view_host_aura.cc', |
| 376 'controls/native/native_view_host_aura.h', | 378 'controls/native/native_view_host_aura.h', |
| 377 'corewm/cursor_height_provider_win.cc', | 379 'corewm/cursor_height_provider_win.cc', |
| 378 'corewm/cursor_height_provider_win.h', | 380 'corewm/cursor_height_provider_win.h', |
| 379 'corewm/tooltip.h', | 381 'corewm/tooltip.h', |
| 380 'corewm/tooltip_aura.cc', | 382 'corewm/tooltip_aura.cc', |
| 381 'corewm/tooltip_aura.h', | 383 'corewm/tooltip_aura.h', |
| 382 'corewm/tooltip_controller.cc', | 384 'corewm/tooltip_controller.cc', |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 '../aura/aura.gyp:aura', | 934 '../aura/aura.gyp:aura', |
| 933 '../wm/wm.gyp:wm', | 935 '../wm/wm.gyp:wm', |
| 934 ], | 936 ], |
| 935 }], | 937 }], |
| 936 ], | 938 ], |
| 937 }, # target_name: macviews_interactive_ui_tests | 939 }, # target_name: macviews_interactive_ui_tests |
| 938 ], # targets | 940 ], # targets |
| 939 }], | 941 }], |
| 940 ], # conditions | 942 ], # conditions |
| 941 } | 943 } |
| OLD | NEW |