| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 'corewm/tooltip_win.cc', | 383 'corewm/tooltip_win.cc', |
| 384 'corewm/tooltip_win.h', | 384 'corewm/tooltip_win.h', |
| 385 'mouse_watcher_view_host.cc', | 385 'mouse_watcher_view_host.cc', |
| 386 'mouse_watcher_view_host.h', | 386 'mouse_watcher_view_host.h', |
| 387 'touchui/touch_editing_menu.cc', | 387 'touchui/touch_editing_menu.cc', |
| 388 'touchui/touch_editing_menu.h', | 388 'touchui/touch_editing_menu.h', |
| 389 'touchui/touch_selection_controller_impl.cc', | 389 'touchui/touch_selection_controller_impl.cc', |
| 390 'touchui/touch_selection_controller_impl.h', | 390 'touchui/touch_selection_controller_impl.h', |
| 391 'widget/window_reorderer.cc', | 391 'widget/window_reorderer.cc', |
| 392 'widget/window_reorderer.h', | 392 'widget/window_reorderer.h', |
| 393 'widget/window_visibility_animation_aura.cc', |
| 394 'widget/window_visibility_animation_aura.h', |
| 393 ], | 395 ], |
| 394 'views_desktop_aura_sources': [ | 396 'views_desktop_aura_sources': [ |
| 395 'widget/desktop_aura/desktop_capture_client.cc', | 397 'widget/desktop_aura/desktop_capture_client.cc', |
| 396 'widget/desktop_aura/desktop_capture_client.h', | 398 'widget/desktop_aura/desktop_capture_client.h', |
| 397 'widget/desktop_aura/desktop_cursor_loader_updater.h', | 399 'widget/desktop_aura/desktop_cursor_loader_updater.h', |
| 398 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | 400 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', |
| 399 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | 401 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', |
| 400 'widget/desktop_aura/desktop_dispatcher_client.cc', | 402 'widget/desktop_aura/desktop_dispatcher_client.cc', |
| 401 'widget/desktop_aura/desktop_dispatcher_client.h', | 403 'widget/desktop_aura/desktop_dispatcher_client.h', |
| 402 'widget/desktop_aura/desktop_drop_target_win.cc', | 404 'widget/desktop_aura/desktop_drop_target_win.cc', |
| (...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 '../aura/aura.gyp:aura', | 885 '../aura/aura.gyp:aura', |
| 884 '../wm/wm.gyp:wm', | 886 '../wm/wm.gyp:wm', |
| 885 ], | 887 ], |
| 886 }], | 888 }], |
| 887 ], | 889 ], |
| 888 }, # target_name: macviews_interactive_ui_tests | 890 }, # target_name: macviews_interactive_ui_tests |
| 889 ], # targets | 891 ], # targets |
| 890 }], | 892 }], |
| 891 ], # conditions | 893 ], # conditions |
| 892 } | 894 } |
| OLD | NEW |