| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 'widget/widget_unittest.cc', | 595 'widget/widget_unittest.cc', |
| 596 'widget/window_reorderer_unittest.cc', | 596 'widget/window_reorderer_unittest.cc', |
| 597 'window/custom_frame_view_unittest.cc', | 597 'window/custom_frame_view_unittest.cc', |
| 598 'window/dialog_client_view_unittest.cc', | 598 'window/dialog_client_view_unittest.cc', |
| 599 'window/dialog_delegate_unittest.cc', | 599 'window/dialog_delegate_unittest.cc', |
| 600 ], | 600 ], |
| 601 'views_unittests_desktop_sources': [ | 601 'views_unittests_desktop_sources': [ |
| 602 'widget/desktop_widget_unittest.cc', | 602 'widget/desktop_widget_unittest.cc', |
| 603 ], | 603 ], |
| 604 'views_unittests_aura_sources': [ | 604 'views_unittests_aura_sources': [ |
| 605 'accessibility/ax_aura_obj_cache_unittest.cc', | |
| 606 'controls/native/native_view_host_aura_unittest.cc', | 605 'controls/native/native_view_host_aura_unittest.cc', |
| 607 'corewm/tooltip_controller_unittest.cc', | 606 'corewm/tooltip_controller_unittest.cc', |
| 608 'touchui/touch_selection_controller_impl_unittest.cc', | 607 'touchui/touch_selection_controller_impl_unittest.cc', |
| 609 'touchui/touch_selection_menu_runner_views_unittest.cc', | 608 'touchui/touch_selection_menu_runner_views_unittest.cc', |
| 610 'view_unittest_aura.cc', | 609 'view_unittest_aura.cc', |
| 611 'widget/native_widget_aura_unittest.cc', | 610 'widget/native_widget_aura_unittest.cc', |
| 612 ], | 611 ], |
| 613 'views_unittests_desktop_aura_sources': [ | 612 'views_unittests_desktop_aura_sources': [ |
| 614 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 613 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 615 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 614 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| (...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 '../aura/aura.gyp:aura', | 973 '../aura/aura.gyp:aura', |
| 975 '../wm/wm.gyp:wm', | 974 '../wm/wm.gyp:wm', |
| 976 ], | 975 ], |
| 977 }], | 976 }], |
| 978 ], | 977 ], |
| 979 }, # target_name: macviews_interactive_ui_tests | 978 }, # target_name: macviews_interactive_ui_tests |
| 980 ], # targets | 979 ], # targets |
| 981 }], | 980 }], |
| 982 ], # conditions | 981 ], # conditions |
| 983 } | 982 } |
| OLD | NEW |