| 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 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'accessibility/native_view_accessibility_unittest.cc', | 572 'accessibility/native_view_accessibility_unittest.cc', |
| 573 'accessibility/native_view_accessibility_win_unittest.cc', | 573 'accessibility/native_view_accessibility_win_unittest.cc', |
| 574 'accessible_pane_view_unittest.cc', | 574 'accessible_pane_view_unittest.cc', |
| 575 'animation/bounds_animator_unittest.cc', | 575 'animation/bounds_animator_unittest.cc', |
| 576 'animation/flood_fill_ink_drop_ripple_unittest.cc', | 576 'animation/flood_fill_ink_drop_ripple_unittest.cc', |
| 577 'animation/ink_drop_factory_unittest.cc', | 577 'animation/ink_drop_factory_unittest.cc', |
| 578 'animation/ink_drop_highlight_unittest.cc', | 578 'animation/ink_drop_highlight_unittest.cc', |
| 579 'animation/ink_drop_impl_unittest.cc', | 579 'animation/ink_drop_impl_unittest.cc', |
| 580 'animation/ink_drop_ripple_unittest.cc', | 580 'animation/ink_drop_ripple_unittest.cc', |
| 581 'animation/square_ink_drop_ripple_unittest.cc', | 581 'animation/square_ink_drop_ripple_unittest.cc', |
| 582 'border_unittest.cc', | |
| 583 'bubble/bubble_border_unittest.cc', | 582 'bubble/bubble_border_unittest.cc', |
| 584 'bubble/bubble_dialog_delegate_unittest.cc', | 583 'bubble/bubble_dialog_delegate_unittest.cc', |
| 585 'bubble/bubble_frame_view_unittest.cc', | 584 'bubble/bubble_frame_view_unittest.cc', |
| 586 'bubble/bubble_window_targeter_unittest.cc', | 585 'bubble/bubble_window_targeter_unittest.cc', |
| 587 'cocoa/bridged_native_widget_unittest.mm', | 586 'cocoa/bridged_native_widget_unittest.mm', |
| 588 'cocoa/cocoa_mouse_capture_unittest.mm', | 587 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 589 'cocoa/drag_drop_client_mac_unittest.mm', | 588 'cocoa/drag_drop_client_mac_unittest.mm', |
| 590 'controls/button/blue_button_unittest.cc', | 589 'controls/button/blue_button_unittest.cc', |
| 591 'controls/button/custom_button_unittest.cc', | 590 'controls/button/custom_button_unittest.cc', |
| 592 'controls/button/image_button_unittest.cc', | 591 'controls/button/image_button_unittest.cc', |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1044 '../aura/aura.gyp:aura', | 1043 '../aura/aura.gyp:aura', |
| 1045 '../wm/wm.gyp:wm', | 1044 '../wm/wm.gyp:wm', |
| 1046 ], | 1045 ], |
| 1047 }], | 1046 }], |
| 1048 ], | 1047 ], |
| 1049 }, # target_name: macviews_interactive_ui_tests | 1048 }, # target_name: macviews_interactive_ui_tests |
| 1050 ], # targets | 1049 ], # targets |
| 1051 }], | 1050 }], |
| 1052 ], # conditions | 1051 ], # conditions |
| 1053 } | 1052 } |
| OLD | NEW |