| 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 'test/views_test_base.h', | 546 'test/views_test_base.h', |
| 547 'test/views_test_helper.cc', | 547 'test/views_test_helper.cc', |
| 548 'test/views_test_helper.h', | 548 'test/views_test_helper.h', |
| 549 'test/views_test_helper_mac.h', | 549 'test/views_test_helper_mac.h', |
| 550 'test/views_test_helper_mac.mm', | 550 'test/views_test_helper_mac.mm', |
| 551 'test/widget_test.cc', | 551 'test/widget_test.cc', |
| 552 'test/widget_test.h', | 552 'test/widget_test.h', |
| 553 'test/widget_test_mac.mm', | 553 'test/widget_test_mac.mm', |
| 554 'test/x11_property_change_waiter.cc', | 554 'test/x11_property_change_waiter.cc', |
| 555 'test/x11_property_change_waiter.h', | 555 'test/x11_property_change_waiter.h', |
| 556 'views_test_suite.cc', |
| 557 'views_test_suite.h', |
| 556 ], | 558 ], |
| 557 'views_test_support_aura_sources': [ | 559 'views_test_support_aura_sources': [ |
| 558 'corewm/tooltip_controller_test_helper.cc', | 560 'corewm/tooltip_controller_test_helper.cc', |
| 559 'corewm/tooltip_controller_test_helper.h', | 561 'corewm/tooltip_controller_test_helper.h', |
| 560 'test/desktop_test_views_delegate_aura.cc', | 562 'test/desktop_test_views_delegate_aura.cc', |
| 561 'test/test_views_delegate_aura.cc', | 563 'test/test_views_delegate_aura.cc', |
| 562 'test/views_test_helper_aura.cc', | 564 'test/views_test_helper_aura.cc', |
| 563 'test/views_test_helper_aura.h', | 565 'test/views_test_helper_aura.h', |
| 564 'test/widget_test_aura.cc', | 566 'test/widget_test_aura.cc', |
| 565 ], | 567 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 623 'focus/focus_traversal_unittest.cc', | 625 'focus/focus_traversal_unittest.cc', |
| 624 'layout/box_layout_unittest.cc', | 626 'layout/box_layout_unittest.cc', |
| 625 'layout/grid_layout_unittest.cc', | 627 'layout/grid_layout_unittest.cc', |
| 626 'rect_based_targeting_utils_unittest.cc', | 628 'rect_based_targeting_utils_unittest.cc', |
| 627 'run_all_unittests_main.cc', | 629 'run_all_unittests_main.cc', |
| 628 'style/mac/dialog_button_border_mac_unittest.cc', | 630 'style/mac/dialog_button_border_mac_unittest.cc', |
| 629 'view_model_unittest.cc', | 631 'view_model_unittest.cc', |
| 630 'view_model_utils_unittest.cc', | 632 'view_model_utils_unittest.cc', |
| 631 'view_targeter_unittest.cc', | 633 'view_targeter_unittest.cc', |
| 632 'view_unittest.cc', | 634 'view_unittest.cc', |
| 633 'views_test_suite.cc', | |
| 634 'views_test_suite.h', | |
| 635 'widget/native_widget_mac_unittest.mm', | 635 'widget/native_widget_mac_unittest.mm', |
| 636 'widget/native_widget_unittest.cc', | 636 'widget/native_widget_unittest.cc', |
| 637 'widget/root_view_unittest.cc', | 637 'widget/root_view_unittest.cc', |
| 638 'widget/widget_unittest.cc', | 638 'widget/widget_unittest.cc', |
| 639 'widget/window_reorderer_unittest.cc', | 639 'widget/window_reorderer_unittest.cc', |
| 640 'window/custom_frame_view_unittest.cc', | 640 'window/custom_frame_view_unittest.cc', |
| 641 'window/dialog_client_view_unittest.cc', | 641 'window/dialog_client_view_unittest.cc', |
| 642 'window/dialog_delegate_unittest.cc', | 642 'window/dialog_delegate_unittest.cc', |
| 643 ], | 643 ], |
| 644 'views_unittests_desktop_sources': [ | 644 'views_unittests_desktop_sources': [ |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 '../aura/aura.gyp:aura', | 1044 '../aura/aura.gyp:aura', |
| 1045 '../wm/wm.gyp:wm', | 1045 '../wm/wm.gyp:wm', |
| 1046 ], | 1046 ], |
| 1047 }], | 1047 }], |
| 1048 ], | 1048 ], |
| 1049 }, # target_name: macviews_interactive_ui_tests | 1049 }, # target_name: macviews_interactive_ui_tests |
| 1050 ], # targets | 1050 ], # targets |
| 1051 }], | 1051 }], |
| 1052 ], # conditions | 1052 ], # conditions |
| 1053 } | 1053 } |
| OLD | NEW |