| 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 'controls/native/native_view_host_aura_unittest.cc', | 651 'controls/native/native_view_host_aura_unittest.cc', |
| 652 'corewm/tooltip_controller_unittest.cc', | 652 'corewm/tooltip_controller_unittest.cc', |
| 653 'touchui/touch_selection_controller_impl_unittest.cc', | 653 'touchui/touch_selection_controller_impl_unittest.cc', |
| 654 'touchui/touch_selection_menu_runner_views_unittest.cc', | 654 'touchui/touch_selection_menu_runner_views_unittest.cc', |
| 655 'view_unittest_aura.cc', | 655 'view_unittest_aura.cc', |
| 656 'widget/native_widget_aura_unittest.cc', | 656 'widget/native_widget_aura_unittest.cc', |
| 657 ], | 657 ], |
| 658 'views_unittests_desktop_aura_sources': [ | 658 'views_unittests_desktop_aura_sources': [ |
| 659 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 659 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 660 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 660 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 661 'widget/desktop_aura/desktop_screen_unittest.cc', |
| 661 ], | 662 ], |
| 662 'views_unittests_desktop_aurax11_sources': [ | 663 'views_unittests_desktop_aurax11_sources': [ |
| 663 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', | 664 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
| 664 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 665 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 665 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', | 666 'widget/desktop_aura/desktop_window_tree_host_x11_unittest.cc', |
| 666 ], | 667 ], |
| 667 }, | 668 }, |
| 668 'targets': [ | 669 'targets': [ |
| 669 { | 670 { |
| 670 # GN version: //ui/views | 671 # GN version: //ui/views |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1046 '../aura/aura.gyp:aura', | 1047 '../aura/aura.gyp:aura', |
| 1047 '../wm/wm.gyp:wm', | 1048 '../wm/wm.gyp:wm', |
| 1048 ], | 1049 ], |
| 1049 }], | 1050 }], |
| 1050 ], | 1051 ], |
| 1051 }, # target_name: macviews_interactive_ui_tests | 1052 }, # target_name: macviews_interactive_ui_tests |
| 1052 ], # targets | 1053 ], # targets |
| 1053 }], | 1054 }], |
| 1054 ], # conditions | 1055 ], # conditions |
| 1055 } | 1056 } |
| OLD | NEW |