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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'test/ui_controls_factory_desktop_aurax11.cc', | 539 'test/ui_controls_factory_desktop_aurax11.cc', |
540 'test/ui_controls_factory_desktop_aurax11.h', | 540 'test/ui_controls_factory_desktop_aurax11.h', |
541 ], | 541 ], |
542 'views_unittests_sources': [ | 542 'views_unittests_sources': [ |
543 'accessibility/native_view_accessibility_unittest.cc', | 543 'accessibility/native_view_accessibility_unittest.cc', |
544 'accessibility/native_view_accessibility_win_unittest.cc', | 544 'accessibility/native_view_accessibility_win_unittest.cc', |
545 'accessible_pane_view_unittest.cc', | 545 'accessible_pane_view_unittest.cc', |
546 'animation/bounds_animator_unittest.cc', | 546 'animation/bounds_animator_unittest.cc', |
547 'animation/ink_drop_animation_controller_factory_unittest.cc', | 547 'animation/ink_drop_animation_controller_factory_unittest.cc', |
548 'animation/ink_drop_animation_unittest.cc', | 548 'animation/ink_drop_animation_unittest.cc', |
| 549 'animation/ink_drop_delegate_unittest.cc', |
549 'bubble/bubble_border_unittest.cc', | 550 'bubble/bubble_border_unittest.cc', |
550 'bubble/bubble_delegate_unittest.cc', | 551 'bubble/bubble_delegate_unittest.cc', |
551 'bubble/bubble_frame_view_unittest.cc', | 552 'bubble/bubble_frame_view_unittest.cc', |
552 'bubble/bubble_window_targeter_unittest.cc', | 553 'bubble/bubble_window_targeter_unittest.cc', |
553 'cocoa/bridged_native_widget_unittest.mm', | 554 'cocoa/bridged_native_widget_unittest.mm', |
554 'cocoa/cocoa_mouse_capture_unittest.mm', | 555 'cocoa/cocoa_mouse_capture_unittest.mm', |
555 'controls/button/blue_button_unittest.cc', | 556 'controls/button/blue_button_unittest.cc', |
556 'controls/button/custom_button_unittest.cc', | 557 'controls/button/custom_button_unittest.cc', |
557 'controls/button/image_button_unittest.cc', | 558 'controls/button/image_button_unittest.cc', |
558 'controls/button/label_button_unittest.cc', | 559 'controls/button/label_button_unittest.cc', |
(...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
972 '../aura/aura.gyp:aura', | 973 '../aura/aura.gyp:aura', |
973 '../wm/wm.gyp:wm', | 974 '../wm/wm.gyp:wm', |
974 ], | 975 ], |
975 }], | 976 }], |
976 ], | 977 ], |
977 }, # target_name: macviews_interactive_ui_tests | 978 }, # target_name: macviews_interactive_ui_tests |
978 ], # targets | 979 ], # targets |
979 }], | 980 }], |
980 ], # conditions | 981 ], # conditions |
981 } | 982 } |
OLD | NEW |