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 }, | 7 }, |
8 'target_defaults': { | 8 'target_defaults': { |
9 'conditions': [ | 9 'conditions': [ |
10 ['use_aura==1', { | 10 ['use_aura==1', { |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 'test/ui_controls_factory_desktop_aurax11.cc', | 620 'test/ui_controls_factory_desktop_aurax11.cc', |
621 'test/ui_controls_factory_desktop_aurax11.h', | 621 'test/ui_controls_factory_desktop_aurax11.h', |
622 'test/views_test_base.cc', | 622 'test/views_test_base.cc', |
623 'test/views_test_base.h', | 623 'test/views_test_base.h', |
624 'test/views_test_helper.cc', | 624 'test/views_test_helper.cc', |
625 'test/views_test_helper.h', | 625 'test/views_test_helper.h', |
626 'test/views_test_helper_aura.cc', | 626 'test/views_test_helper_aura.cc', |
627 'test/views_test_helper_aura.h', | 627 'test/views_test_helper_aura.h', |
628 'test/widget_test.cc', | 628 'test/widget_test.cc', |
629 'test/widget_test.h', | 629 'test/widget_test.h', |
| 630 'test/widget_test_aura.cc', |
| 631 'test/widget_test_mac.mm', |
630 'test/x11_property_change_waiter.cc', | 632 'test/x11_property_change_waiter.cc', |
631 'test/x11_property_change_waiter.h', | 633 'test/x11_property_change_waiter.h', |
632 ], | 634 ], |
633 'conditions': [ | 635 'conditions': [ |
634 ['chromeos==1', { | 636 ['chromeos==1', { |
635 'sources!': [ | 637 'sources!': [ |
636 'test/ui_controls_factory_desktop_aurax11.cc', | 638 'test/ui_controls_factory_desktop_aurax11.cc', |
637 'test/ui_controls_factory_desktop_aurax11.h', | 639 'test/ui_controls_factory_desktop_aurax11.h', |
638 ], | 640 ], |
639 }], | 641 }], |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 'ime/input_method_bridge_unittest.cc', | 818 'ime/input_method_bridge_unittest.cc', |
817 'focus/focus_manager_unittest.cc', | 819 'focus/focus_manager_unittest.cc', |
818 'widget/window_reorderer_unittest.cc', | 820 'widget/window_reorderer_unittest.cc', |
819 'widget/widget_unittest.cc', | 821 'widget/widget_unittest.cc', |
820 ] | 822 ] |
821 }], | 823 }], |
822 ], | 824 ], |
823 }, # target_name: views_unittests | 825 }, # target_name: views_unittests |
824 ], | 826 ], |
825 } | 827 } |
OLD | NEW |