| 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'widget/native_widget_mac_unittest.mm', | 554 'widget/native_widget_mac_unittest.mm', |
| 555 'widget/native_widget_unittest.cc', | 555 'widget/native_widget_unittest.cc', |
| 556 'widget/root_view_unittest.cc', | 556 'widget/root_view_unittest.cc', |
| 557 'widget/widget_unittest.cc', | 557 'widget/widget_unittest.cc', |
| 558 'widget/window_reorderer_unittest.cc', | 558 'widget/window_reorderer_unittest.cc', |
| 559 'window/custom_frame_view_unittest.cc', | 559 'window/custom_frame_view_unittest.cc', |
| 560 'window/dialog_client_view_unittest.cc', | 560 'window/dialog_client_view_unittest.cc', |
| 561 'window/dialog_delegate_unittest.cc', | 561 'window/dialog_delegate_unittest.cc', |
| 562 ], | 562 ], |
| 563 'views_unittests_aura_sources': [ | 563 'views_unittests_aura_sources': [ |
| 564 'corewm/capture_controller_unittest.cc', | |
| 565 'corewm/tooltip_aura_unittest.cc', | 564 'corewm/tooltip_aura_unittest.cc', |
| 566 'corewm/tooltip_controller_unittest.cc', | 565 'corewm/tooltip_controller_unittest.cc', |
| 567 'touchui/touch_selection_controller_impl_unittest.cc', | 566 'touchui/touch_selection_controller_impl_unittest.cc', |
| 568 ], | 567 ], |
| 569 'views_unittests_desktop_aura_sources': [ | 568 'views_unittests_desktop_aura_sources': [ |
| 570 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', | 569 'widget/desktop_aura/desktop_drag_drop_client_aurax11_unittest.cc', |
| 571 'widget/desktop_aura/desktop_focus_rules_unittest.cc', | 570 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 572 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 571 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 573 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 572 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 574 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 573 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 '../aura/aura.gyp:aura', | 889 '../aura/aura.gyp:aura', |
| 891 '../wm/wm.gyp:wm', | 890 '../wm/wm.gyp:wm', |
| 892 ], | 891 ], |
| 893 }], | 892 }], |
| 894 ], | 893 ], |
| 895 }, # target_name: macviews_interactive_ui_tests | 894 }, # target_name: macviews_interactive_ui_tests |
| 896 ], # targets | 895 ], # targets |
| 897 }], | 896 }], |
| 898 ], # conditions | 897 ], # conditions |
| 899 } | 898 } |
| OLD | NEW |