| 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 388 'widget/desktop_aura/desktop_capture_client.h', | 388 'widget/desktop_aura/desktop_capture_client.h', |
| 389 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 389 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 390 'widget/desktop_aura/desktop_dispatcher_client.cc', | 390 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 391 'widget/desktop_aura/desktop_dispatcher_client.h', | 391 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 392 'widget/desktop_aura/desktop_drop_target_win.cc', | 392 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 393 'widget/desktop_aura/desktop_drop_target_win.h', | 393 'widget/desktop_aura/desktop_drop_target_win.h', |
| 394 'widget/desktop_aura/desktop_event_client.cc', | 394 'widget/desktop_aura/desktop_event_client.cc', |
| 395 'widget/desktop_aura/desktop_event_client.h', | 395 'widget/desktop_aura/desktop_event_client.h', |
| 396 'widget/desktop_aura/desktop_focus_rules.cc', | 396 'widget/desktop_aura/desktop_focus_rules.cc', |
| 397 'widget/desktop_aura/desktop_focus_rules.h', | 397 'widget/desktop_aura/desktop_focus_rules.h', |
| 398 'widget/desktop_aura/desktop_keyboard_capture_win.cc', |
| 399 'widget/desktop_aura/desktop_keyboard_capture_win.h', |
| 398 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 400 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 399 'widget/desktop_aura/desktop_native_cursor_manager.h', | 401 'widget/desktop_aura/desktop_native_cursor_manager.h', |
| 400 'widget/desktop_aura/desktop_native_widget_aura.cc', | 402 'widget/desktop_aura/desktop_native_widget_aura.cc', |
| 401 'widget/desktop_aura/desktop_native_widget_aura.h', | 403 'widget/desktop_aura/desktop_native_widget_aura.h', |
| 402 'widget/desktop_aura/desktop_window_tree_host.h', | 404 'widget/desktop_aura/desktop_window_tree_host.h', |
| 403 'widget/desktop_aura/desktop_screen.h', | 405 'widget/desktop_aura/desktop_screen.h', |
| 404 'widget/desktop_aura/desktop_screen_position_client.cc', | 406 'widget/desktop_aura/desktop_screen_position_client.cc', |
| 405 'widget/desktop_aura/desktop_screen_position_client.h', | 407 'widget/desktop_aura/desktop_screen_position_client.h', |
| 406 ], | 408 ], |
| 407 'views_desktop_aura_x11_sources': [ | 409 'views_desktop_aura_x11_sources': [ |
| (...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 871 '../aura/aura.gyp:aura', | 873 '../aura/aura.gyp:aura', |
| 872 '../wm/wm.gyp:wm', | 874 '../wm/wm.gyp:wm', |
| 873 ], | 875 ], |
| 874 }], | 876 }], |
| 875 ], | 877 ], |
| 876 }, # target_name: macviews_interactive_ui_tests | 878 }, # target_name: macviews_interactive_ui_tests |
| 877 ], # targets | 879 ], # targets |
| 878 }], | 880 }], |
| 879 ], # conditions | 881 ], # conditions |
| 880 } | 882 } |
| OLD | NEW |