| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 'widget/desktop_aura/desktop_drop_target_win.cc', | 405 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 406 'widget/desktop_aura/desktop_drop_target_win.h', | 406 'widget/desktop_aura/desktop_drop_target_win.h', |
| 407 'widget/desktop_aura/desktop_event_client.cc', | 407 'widget/desktop_aura/desktop_event_client.cc', |
| 408 'widget/desktop_aura/desktop_event_client.h', | 408 'widget/desktop_aura/desktop_event_client.h', |
| 409 'widget/desktop_aura/desktop_focus_rules.cc', | 409 'widget/desktop_aura/desktop_focus_rules.cc', |
| 410 'widget/desktop_aura/desktop_focus_rules.h', | 410 'widget/desktop_aura/desktop_focus_rules.h', |
| 411 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 411 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 412 'widget/desktop_aura/desktop_native_cursor_manager.h', | 412 'widget/desktop_aura/desktop_native_cursor_manager.h', |
| 413 'widget/desktop_aura/desktop_native_widget_aura.cc', | 413 'widget/desktop_aura/desktop_native_widget_aura.cc', |
| 414 'widget/desktop_aura/desktop_native_widget_aura.h', | 414 'widget/desktop_aura/desktop_native_widget_aura.h', |
| 415 'widget/desktop_aura/desktop_native_widget_property.cc', |
| 415 'widget/desktop_aura/desktop_window_tree_host.h', | 416 'widget/desktop_aura/desktop_window_tree_host.h', |
| 416 'widget/desktop_aura/desktop_screen.h', | 417 'widget/desktop_aura/desktop_screen.h', |
| 417 'widget/desktop_aura/desktop_screen_position_client.cc', | 418 'widget/desktop_aura/desktop_screen_position_client.cc', |
| 418 'widget/desktop_aura/desktop_screen_position_client.h', | 419 'widget/desktop_aura/desktop_screen_position_client.h', |
| 419 ], | 420 ], |
| 420 'views_desktop_aura_x11_sources': [ | 421 'views_desktop_aura_x11_sources': [ |
| 421 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', | 422 'widget/desktop_aura/desktop_drag_drop_client_aurax11.cc', |
| 422 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', | 423 'widget/desktop_aura/desktop_drag_drop_client_aurax11.h', |
| 423 'widget/desktop_aura/desktop_window_tree_host_x11.cc', | 424 'widget/desktop_aura/desktop_window_tree_host_x11.cc', |
| 424 'widget/desktop_aura/desktop_window_tree_host_x11.h', | 425 'widget/desktop_aura/desktop_window_tree_host_x11.h', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 '../aura/aura.gyp:aura', | 891 '../aura/aura.gyp:aura', |
| 891 '../wm/wm.gyp:wm', | 892 '../wm/wm.gyp:wm', |
| 892 ], | 893 ], |
| 893 }], | 894 }], |
| 894 ], | 895 ], |
| 895 }, # target_name: macviews_interactive_ui_tests | 896 }, # target_name: macviews_interactive_ui_tests |
| 896 ], # targets | 897 ], # targets |
| 897 }], | 898 }], |
| 898 ], # conditions | 899 ], # conditions |
| 899 } | 900 } |
| OLD | NEW |