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