| 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 2669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2680 'sources': [ | 2680 'sources': [ |
| 2681 'browser/ui/app_list/extension_app_model_builder_unittest.cc', | 2681 'browser/ui/app_list/extension_app_model_builder_unittest.cc', |
| 2682 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2682 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2683 ], | 2683 ], |
| 2684 }], | 2684 }], |
| 2685 ['use_ozone==1', { | 2685 ['use_ozone==1', { |
| 2686 'sources!': [ | 2686 'sources!': [ |
| 2687 # crbug.com/362698 | 2687 # crbug.com/362698 |
| 2688 'browser/chromeos/input_method/input_method_engine_unittest.cc', | 2688 'browser/chromeos/input_method/input_method_engine_unittest.cc', |
| 2689 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc
', | 2689 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc
', |
| 2690 ], | 2690 |
| 2691 'sources/': [ | 2691 # crbug.com/354036 |
| 2692 ['exclude', '^browser/chromeos/events/'], # crbug.com/354036 | 2692 'browser/chromeos/events/event_rewriter_unittest.cc', |
| 2693 ], | 2693 ], |
| 2694 }], | 2694 }], |
| 2695 ['enable_plugin_installation==0', { | 2695 ['enable_plugin_installation==0', { |
| 2696 'sources!': [ | 2696 'sources!': [ |
| 2697 'browser/plugins/plugin_installer_unittest.cc', | 2697 'browser/plugins/plugin_installer_unittest.cc', |
| 2698 ], | 2698 ], |
| 2699 }], | 2699 }], |
| 2700 ], | 2700 ], |
| 2701 }, | 2701 }, |
| 2702 { | 2702 { |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2857 'browser/ui/app_list/test/fake_profile_store.h', | 2857 'browser/ui/app_list/test/fake_profile_store.h', |
| 2858 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2858 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
| 2859 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2859 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
| 2860 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2860 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
| 2861 ], | 2861 ], |
| 2862 }, | 2862 }, |
| 2863 ], | 2863 ], |
| 2864 }], | 2864 }], |
| 2865 ], # 'conditions' | 2865 ], # 'conditions' |
| 2866 } | 2866 } |
| OLD | NEW |