| 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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 'widget/native_widget_aura.h', | 407 'widget/native_widget_aura.h', |
| 408 'widget/tooltip_manager_aura.cc', | 408 'widget/tooltip_manager_aura.cc', |
| 409 'widget/tooltip_manager_aura.h', | 409 'widget/tooltip_manager_aura.h', |
| 410 'widget/window_reorderer.cc', | 410 'widget/window_reorderer.cc', |
| 411 'widget/window_reorderer.h', | 411 'widget/window_reorderer.h', |
| 412 ], | 412 ], |
| 413 'views_desktop_aura_sources': [ | 413 'views_desktop_aura_sources': [ |
| 414 'widget/desktop_aura/desktop_capture_client.cc', | 414 'widget/desktop_aura/desktop_capture_client.cc', |
| 415 'widget/desktop_aura/desktop_capture_client.h', | 415 'widget/desktop_aura/desktop_capture_client.h', |
| 416 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 416 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 417 'widget/desktop_aura/desktop_dispatcher_client.cc', | |
| 418 'widget/desktop_aura/desktop_dispatcher_client.h', | |
| 419 'widget/desktop_aura/desktop_drop_target_win.cc', | 417 'widget/desktop_aura/desktop_drop_target_win.cc', |
| 420 'widget/desktop_aura/desktop_drop_target_win.h', | 418 'widget/desktop_aura/desktop_drop_target_win.h', |
| 421 'widget/desktop_aura/desktop_event_client.cc', | 419 'widget/desktop_aura/desktop_event_client.cc', |
| 422 'widget/desktop_aura/desktop_event_client.h', | 420 'widget/desktop_aura/desktop_event_client.h', |
| 423 'widget/desktop_aura/desktop_focus_rules.cc', | 421 'widget/desktop_aura/desktop_focus_rules.cc', |
| 424 'widget/desktop_aura/desktop_focus_rules.h', | 422 'widget/desktop_aura/desktop_focus_rules.h', |
| 425 'widget/desktop_aura/desktop_native_cursor_manager.cc', | 423 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 426 'widget/desktop_aura/desktop_native_cursor_manager.h', | 424 'widget/desktop_aura/desktop_native_cursor_manager.h', |
| 427 'widget/desktop_aura/desktop_native_widget_aura.cc', | 425 'widget/desktop_aura/desktop_native_widget_aura.cc', |
| 428 'widget/desktop_aura/desktop_native_widget_aura.h', | 426 'widget/desktop_aura/desktop_native_widget_aura.h', |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 '../aura/aura.gyp:aura', | 971 '../aura/aura.gyp:aura', |
| 974 '../wm/wm.gyp:wm', | 972 '../wm/wm.gyp:wm', |
| 975 ], | 973 ], |
| 976 }], | 974 }], |
| 977 ], | 975 ], |
| 978 }, # target_name: macviews_interactive_ui_tests | 976 }, # target_name: macviews_interactive_ui_tests |
| 979 ], # targets | 977 ], # targets |
| 980 }], | 978 }], |
| 981 ], # conditions | 979 ], # conditions |
| 982 } | 980 } |
| OLD | NEW |