Chromium Code Reviews| 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_window_obj_wrapper.cc', | 367 'accessibility/ax_window_obj_wrapper.cc', |
| 368 'accessibility/ax_window_obj_wrapper.h', | 368 'accessibility/ax_window_obj_wrapper.h', |
| 369 'bubble/bubble_window_targeter.cc', | 369 'bubble/bubble_window_targeter.cc', |
| 370 'bubble/bubble_window_targeter.h', | 370 'bubble/bubble_window_targeter.h', |
| 371 'bubble/tray_bubble_view.cc', | 371 'bubble/tray_bubble_view.cc', |
| 372 'bubble/tray_bubble_view.h', | 372 'bubble/tray_bubble_view.h', |
| 373 'controls/menu/display_change_listener_aura.cc', | 373 'controls/menu/display_change_listener_aura.cc', |
| 374 'controls/menu/menu_config_aura.cc', | 374 'controls/menu/menu_config_aura.cc', |
| 375 'controls/menu/menu_event_dispatcher.cc', | 375 'controls/menu/menu_event_dispatcher.cc', |
| 376 'controls/menu/menu_event_dispatcher.h', | 376 'controls/menu/menu_event_dispatcher.h', |
| 377 'controls/menu/menu_event_handler.cc', | |
|
sky
2015/09/09 15:44:52
Isn't this only appropriate for non-windows?
afakhry
2015/09/09 20:21:33
The intend is to use it for windows too in a follo
| |
| 378 'controls/menu/menu_event_handler.h', | |
| 377 'controls/menu/menu_message_loop_aura.cc', | 379 'controls/menu/menu_message_loop_aura.cc', |
| 378 'controls/menu/menu_message_loop_aura.h', | 380 'controls/menu/menu_message_loop_aura.h', |
| 379 'controls/native/native_view_host_aura.cc', | 381 'controls/native/native_view_host_aura.cc', |
| 380 'controls/native/native_view_host_aura.h', | 382 'controls/native/native_view_host_aura.h', |
| 381 'corewm/cursor_height_provider_win.cc', | 383 'corewm/cursor_height_provider_win.cc', |
| 382 'corewm/cursor_height_provider_win.h', | 384 'corewm/cursor_height_provider_win.h', |
| 383 'corewm/tooltip.h', | 385 'corewm/tooltip.h', |
| 384 'corewm/tooltip_aura.cc', | 386 'corewm/tooltip_aura.cc', |
| 385 'corewm/tooltip_aura.h', | 387 'corewm/tooltip_aura.h', |
| 386 'corewm/tooltip_controller.cc', | 388 'corewm/tooltip_controller.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 948 '../aura/aura.gyp:aura', | 950 '../aura/aura.gyp:aura', |
| 949 '../wm/wm.gyp:wm', | 951 '../wm/wm.gyp:wm', |
| 950 ], | 952 ], |
| 951 }], | 953 }], |
| 952 ], | 954 ], |
| 953 }, # target_name: macviews_interactive_ui_tests | 955 }, # target_name: macviews_interactive_ui_tests |
| 954 ], # targets | 956 ], # targets |
| 955 }], | 957 }], |
| 956 ], # conditions | 958 ], # conditions |
| 957 } | 959 } |
| OLD | NEW |