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/test_widget_observer.cc', | 620 'test/test_widget_observer.cc', |
621 'test/test_widget_observer.h', | 621 'test/test_widget_observer.h', |
622 'test/ui_controls_factory_desktop_aurax11.cc', | 622 'test/ui_controls_factory_desktop_aurax11.cc', |
623 'test/ui_controls_factory_desktop_aurax11.h', | 623 'test/ui_controls_factory_desktop_aurax11.h', |
624 'test/views_test_base.cc', | 624 'test/views_test_base.cc', |
625 'test/views_test_base.h', | 625 'test/views_test_base.h', |
626 'test/views_test_helper.cc', | 626 'test/views_test_helper.cc', |
627 'test/views_test_helper.h', | 627 'test/views_test_helper.h', |
628 'test/views_test_helper_aura.cc', | 628 'test/views_test_helper_aura.cc', |
629 'test/views_test_helper_aura.h', | 629 'test/views_test_helper_aura.h', |
| 630 'test/views_test_helper_mac.h', |
| 631 'test/views_test_helper_mac.mm', |
630 'test/widget_test.cc', | 632 'test/widget_test.cc', |
631 'test/widget_test.h', | 633 'test/widget_test.h', |
632 'test/widget_test_aura.cc', | 634 'test/widget_test_aura.cc', |
633 'test/widget_test_mac.mm', | 635 'test/widget_test_mac.mm', |
634 'test/x11_property_change_waiter.cc', | 636 'test/x11_property_change_waiter.cc', |
635 'test/x11_property_change_waiter.h', | 637 'test/x11_property_change_waiter.h', |
636 ], | 638 ], |
637 'conditions': [ | 639 'conditions': [ |
638 ['chromeos==1', { | 640 ['chromeos==1', { |
639 'sources!': [ | 641 'sources!': [ |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 ], | 848 ], |
847 'sources': [ | 849 'sources': [ |
848 'run_all_unittests.cc', | 850 'run_all_unittests.cc', |
849 'widget/native_widget_mac_interactive_uitest.mm', | 851 'widget/native_widget_mac_interactive_uitest.mm', |
850 ], | 852 ], |
851 }, # target_name: macviews_interactive_ui_tests | 853 }, # target_name: macviews_interactive_ui_tests |
852 ], # targets | 854 ], # targets |
853 }], | 855 }], |
854 ], # conditions | 856 ], # conditions |
855 } | 857 } |
OLD | NEW |