| 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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'views_desktop_aura_win_sources': [ | 431 'views_desktop_aura_win_sources': [ |
| 432 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', | 432 'widget/desktop_aura/desktop_cursor_loader_updater_aurawin.cc', |
| 433 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 433 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
| 434 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 434 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
| 435 'widget/desktop_aura/desktop_screen_win.cc', | 435 'widget/desktop_aura/desktop_screen_win.cc', |
| 436 'widget/desktop_aura/desktop_screen_win.h', | 436 'widget/desktop_aura/desktop_screen_win.h', |
| 437 'widget/desktop_aura/desktop_window_tree_host_win.cc', | 437 'widget/desktop_aura/desktop_window_tree_host_win.cc', |
| 438 'widget/desktop_aura/desktop_window_tree_host_win.h', | 438 'widget/desktop_aura/desktop_window_tree_host_win.h', |
| 439 ], | 439 ], |
| 440 'views_desktop_aura_ozone_sources': [ | 440 'views_desktop_aura_ozone_sources': [ |
| 441 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.cc', | |
| 442 'widget/desktop_aura/desktop_cursor_loader_updater_auralinux.h', | |
| 443 'widget/desktop_aura/desktop_factory_ozone.cc', | 441 'widget/desktop_aura/desktop_factory_ozone.cc', |
| 444 'widget/desktop_aura/desktop_factory_ozone.h', | 442 'widget/desktop_aura/desktop_factory_ozone.h', |
| 445 'widget/desktop_aura/desktop_screen_ozone.cc', | 443 'widget/desktop_aura/desktop_screen_ozone.cc', |
| 446 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', | 444 'widget/desktop_aura/desktop_window_tree_host_ozone.cc', |
| 447 ], | 445 ], |
| 448 'views_test_support_sources': [ | 446 'views_test_support_sources': [ |
| 449 'controls/textfield/textfield_test_api.cc', | 447 'controls/textfield/textfield_test_api.cc', |
| 450 'controls/textfield/textfield_test_api.h', | 448 'controls/textfield/textfield_test_api.h', |
| 451 'test/capture_tracking_view.cc', | 449 'test/capture_tracking_view.cc', |
| 452 'test/capture_tracking_view.h', | 450 'test/capture_tracking_view.h', |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 875 '../aura/aura.gyp:aura', | 873 '../aura/aura.gyp:aura', |
| 876 '../wm/wm.gyp:wm', | 874 '../wm/wm.gyp:wm', |
| 877 ], | 875 ], |
| 878 }], | 876 }], |
| 879 ], | 877 ], |
| 880 }, # target_name: macviews_interactive_ui_tests | 878 }, # target_name: macviews_interactive_ui_tests |
| 881 ], # targets | 879 ], # targets |
| 882 }], | 880 }], |
| 883 ], # conditions | 881 ], # conditions |
| 884 } | 882 } |
| OLD | NEW |