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 1856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1867 'common/mac/mock_launchd.h', | 1867 'common/mac/mock_launchd.h', |
1868 'common/mac/objc_method_swizzle_unittest.mm', | 1868 'common/mac/objc_method_swizzle_unittest.mm', |
1869 'common/mac/objc_zombie_unittest.mm', | 1869 'common/mac/objc_zombie_unittest.mm', |
1870 'common/metrics/caching_permuted_entropy_provider_unittest.cc', | 1870 'common/metrics/caching_permuted_entropy_provider_unittest.cc', |
1871 'common/metrics/variations/experiment_labels_unittest.cc', | 1871 'common/metrics/variations/experiment_labels_unittest.cc', |
1872 'common/metrics/variations/variations_util_unittest.cc', | 1872 'common/metrics/variations/variations_util_unittest.cc', |
1873 'common/multi_process_lock_unittest.cc', | 1873 'common/multi_process_lock_unittest.cc', |
1874 'common/net/url_fixer_upper_unittest.cc', | 1874 'common/net/url_fixer_upper_unittest.cc', |
1875 'common/net/x509_certificate_model_unittest.cc', | 1875 'common/net/x509_certificate_model_unittest.cc', |
1876 'common/partial_circular_buffer_unittest.cc', | 1876 'common/partial_circular_buffer_unittest.cc', |
| 1877 'common/pepper_permission_util_unittest.cc', |
1877 'common/pref_names_util_unittest.cc', | 1878 'common/pref_names_util_unittest.cc', |
1878 'common/search_urls_unittest.cc', | 1879 'common/search_urls_unittest.cc', |
1879 'common/service_process_util_unittest.cc', | 1880 'common/service_process_util_unittest.cc', |
1880 'common/switch_utils_unittest.cc', | 1881 'common/switch_utils_unittest.cc', |
1881 'common/thumbnail_score_unittest.cc', | 1882 'common/thumbnail_score_unittest.cc', |
1882 'common/worker_thread_ticker_unittest.cc', | 1883 'common/worker_thread_ticker_unittest.cc', |
1883 'renderer/chrome_content_renderer_client_unittest.cc', | 1884 'renderer/chrome_content_renderer_client_unittest.cc', |
1884 'renderer/content_settings_observer_unittest.cc', | 1885 'renderer/content_settings_observer_unittest.cc', |
1885 'renderer/extensions/event_unittest.cc', | 1886 'renderer/extensions/event_unittest.cc', |
1886 'renderer/extensions/extension_localization_peer_unittest.cc', | 1887 'renderer/extensions/extension_localization_peer_unittest.cc', |
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2845 # more details. | 2846 # more details. |
2846 'DebugInformationFormat': '3', | 2847 'DebugInformationFormat': '3', |
2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2848 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2848 }, | 2849 }, |
2849 }, | 2850 }, |
2850 }, | 2851 }, |
2851 ], | 2852 ], |
2852 }], | 2853 }], |
2853 ], # 'conditions' | 2854 ], # 'conditions' |
2854 } | 2855 } |
OLD | NEW |