OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2652 }], | 2652 }], |
2653 ['enable_app_list==1', { | 2653 ['enable_app_list==1', { |
2654 'dependencies': [ | 2654 'dependencies': [ |
2655 '../ui/app_list/app_list.gyp:app_list_test_support', | 2655 '../ui/app_list/app_list.gyp:app_list_test_support', |
2656 ], | 2656 ], |
2657 'sources': [ | 2657 'sources': [ |
2658 'browser/ui/app_list/extension_app_model_builder_unittest.cc', | 2658 'browser/ui/app_list/extension_app_model_builder_unittest.cc', |
2659 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2659 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2660 ], | 2660 ], |
2661 }], | 2661 }], |
| 2662 ['use_ozone==1', { |
| 2663 'sources!': [ |
| 2664 # crbug.com/362698 |
| 2665 'browser/chromeos/input_method/input_method_engine_unittest.cc', |
| 2666 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc
', |
| 2667 ], |
| 2668 'sources/': [ |
| 2669 ['exclude', '^browser/chromeos/events/'], # crbug.com/354036 |
| 2670 ], |
| 2671 }], |
2662 ], | 2672 ], |
2663 }, | 2673 }, |
2664 { | 2674 { |
2665 'target_name': 'chrome_app_unittests', | 2675 'target_name': 'chrome_app_unittests', |
2666 'type': 'executable', | 2676 'type': 'executable', |
2667 'dependencies': [ | 2677 'dependencies': [ |
2668 # unit tests should only depend on | 2678 # unit tests should only depend on |
2669 # 1) everything that the chrome binaries depend on: | 2679 # 1) everything that the chrome binaries depend on: |
2670 '<@(chromium_browser_dependencies)', | 2680 '<@(chromium_browser_dependencies)', |
2671 '<@(chromium_child_dependencies)', | 2681 '<@(chromium_child_dependencies)', |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2822 'browser/ui/app_list/test/fake_profile_store.h', | 2832 'browser/ui/app_list/test/fake_profile_store.h', |
2823 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2833 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2824 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2834 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2825 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2835 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2826 ], | 2836 ], |
2827 }, | 2837 }, |
2828 ], | 2838 ], |
2829 }], | 2839 }], |
2830 ], # 'conditions' | 2840 ], # 'conditions' |
2831 } | 2841 } |
OLD | NEW |