| 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 'accessibility/native_view_accessibility_win_unittest.cc', | 554 'accessibility/native_view_accessibility_win_unittest.cc', |
| 555 'accessible_pane_view_unittest.cc', | 555 'accessible_pane_view_unittest.cc', |
| 556 'animation/bounds_animator_unittest.cc', | 556 'animation/bounds_animator_unittest.cc', |
| 557 'animation/ink_drop_animation_controller_factory_unittest.cc', | 557 'animation/ink_drop_animation_controller_factory_unittest.cc', |
| 558 'animation/ink_drop_animation_controller_impl_unittest.cc', | 558 'animation/ink_drop_animation_controller_impl_unittest.cc', |
| 559 'animation/ink_drop_animation_unittest.cc', | 559 'animation/ink_drop_animation_unittest.cc', |
| 560 'animation/ink_drop_hover_unittest.cc', | 560 'animation/ink_drop_hover_unittest.cc', |
| 561 'animation/square_ink_drop_animation_unittest.cc', | 561 'animation/square_ink_drop_animation_unittest.cc', |
| 562 'bubble/bubble_border_unittest.cc', | 562 'bubble/bubble_border_unittest.cc', |
| 563 'bubble/bubble_delegate_unittest.cc', | 563 'bubble/bubble_delegate_unittest.cc', |
| 564 'bubble/bubble_dialog_delegate_unittest.cc', |
| 564 'bubble/bubble_frame_view_unittest.cc', | 565 'bubble/bubble_frame_view_unittest.cc', |
| 565 'bubble/bubble_window_targeter_unittest.cc', | 566 'bubble/bubble_window_targeter_unittest.cc', |
| 566 'cocoa/bridged_native_widget_unittest.mm', | 567 'cocoa/bridged_native_widget_unittest.mm', |
| 567 'cocoa/cocoa_mouse_capture_unittest.mm', | 568 'cocoa/cocoa_mouse_capture_unittest.mm', |
| 568 'controls/button/blue_button_unittest.cc', | 569 'controls/button/blue_button_unittest.cc', |
| 569 'controls/button/custom_button_unittest.cc', | 570 'controls/button/custom_button_unittest.cc', |
| 570 'controls/button/image_button_unittest.cc', | 571 'controls/button/image_button_unittest.cc', |
| 571 'controls/button/label_button_unittest.cc', | 572 'controls/button/label_button_unittest.cc', |
| 572 'controls/button/menu_button_unittest.cc', | 573 'controls/button/menu_button_unittest.cc', |
| 573 'controls/combobox/combobox_unittest.cc', | 574 'controls/combobox/combobox_unittest.cc', |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1014 '../aura/aura.gyp:aura', | 1015 '../aura/aura.gyp:aura', |
| 1015 '../wm/wm.gyp:wm', | 1016 '../wm/wm.gyp:wm', |
| 1016 ], | 1017 ], |
| 1017 }], | 1018 }], |
| 1018 ], | 1019 ], |
| 1019 }, # target_name: macviews_interactive_ui_tests | 1020 }, # target_name: macviews_interactive_ui_tests |
| 1020 ], # targets | 1021 ], # targets |
| 1021 }], | 1022 }], |
| 1022 ], # conditions | 1023 ], # conditions |
| 1023 } | 1024 } |
| OLD | NEW |