| 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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 'controls/textfield/textfield_model_unittest.cc', | 575 'controls/textfield/textfield_model_unittest.cc', |
| 576 'controls/textfield/textfield_unittest.cc', | 576 'controls/textfield/textfield_unittest.cc', |
| 577 'controls/tree/tree_view_unittest.cc', | 577 'controls/tree/tree_view_unittest.cc', |
| 578 'event_monitor_unittest.cc', | 578 'event_monitor_unittest.cc', |
| 579 'focus/focus_manager_unittest.cc', | 579 'focus/focus_manager_unittest.cc', |
| 580 'focus/focus_traversal_unittest.cc', | 580 'focus/focus_traversal_unittest.cc', |
| 581 'layout/box_layout_unittest.cc', | 581 'layout/box_layout_unittest.cc', |
| 582 'layout/grid_layout_unittest.cc', | 582 'layout/grid_layout_unittest.cc', |
| 583 'rect_based_targeting_utils_unittest.cc', | 583 'rect_based_targeting_utils_unittest.cc', |
| 584 'run_all_unittests.cc', | 584 'run_all_unittests.cc', |
| 585 'run_all_unittests.h', |
| 586 'run_all_unittests_main.cc', |
| 585 'style/mac/dialog_button_border_mac_unittest.cc', | 587 'style/mac/dialog_button_border_mac_unittest.cc', |
| 586 'view_model_unittest.cc', | 588 'view_model_unittest.cc', |
| 587 'view_model_utils_unittest.cc', | 589 'view_model_utils_unittest.cc', |
| 588 'view_targeter_unittest.cc', | 590 'view_targeter_unittest.cc', |
| 589 'view_unittest.cc', | 591 'view_unittest.cc', |
| 590 'widget/native_widget_mac_unittest.mm', | 592 'widget/native_widget_mac_unittest.mm', |
| 591 'widget/native_widget_unittest.cc', | 593 'widget/native_widget_unittest.cc', |
| 592 'widget/root_view_unittest.cc', | 594 'widget/root_view_unittest.cc', |
| 593 'widget/widget_unittest.cc', | 595 'widget/widget_unittest.cc', |
| 594 'widget/window_reorderer_unittest.cc', | 596 'widget/window_reorderer_unittest.cc', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 946 '../compositor/compositor.gyp:compositor_test_support', | 948 '../compositor/compositor.gyp:compositor_test_support', |
| 947 '../resources/ui_resources.gyp:ui_resources', | 949 '../resources/ui_resources.gyp:ui_resources', |
| 948 '../resources/ui_resources.gyp:ui_test_pak', | 950 '../resources/ui_resources.gyp:ui_test_pak', |
| 949 '../strings/ui_strings.gyp:ui_strings', | 951 '../strings/ui_strings.gyp:ui_strings', |
| 950 'views', | 952 'views', |
| 951 'views_test_support', | 953 'views_test_support', |
| 952 ], | 954 ], |
| 953 'sources': [ | 955 'sources': [ |
| 954 'cocoa/bridged_native_widget_interactive_uitest.mm', | 956 'cocoa/bridged_native_widget_interactive_uitest.mm', |
| 955 'run_all_unittests.cc', | 957 'run_all_unittests.cc', |
| 958 'run_all_unittests.h', |
| 959 'run_all_unittests_main.cc', |
| 956 'widget/native_widget_mac_interactive_uitest.mm', | 960 'widget/native_widget_mac_interactive_uitest.mm', |
| 957 ], | 961 ], |
| 958 'conditions': [ | 962 'conditions': [ |
| 959 ['use_aura == 1', { | 963 ['use_aura == 1', { |
| 960 'dependencies': [ | 964 'dependencies': [ |
| 961 '../aura/aura.gyp:aura', | 965 '../aura/aura.gyp:aura', |
| 962 '../wm/wm.gyp:wm', | 966 '../wm/wm.gyp:wm', |
| 963 ], | 967 ], |
| 964 }], | 968 }], |
| 965 ], | 969 ], |
| 966 }, # target_name: macviews_interactive_ui_tests | 970 }, # target_name: macviews_interactive_ui_tests |
| 967 ], # targets | 971 ], # targets |
| 968 }], | 972 }], |
| 969 ], # conditions | 973 ], # conditions |
| 970 } | 974 } |
| OLD | NEW |