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 1708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1719 'common/policy/policy_schema_unittest.cc', | 1719 'common/policy/policy_schema_unittest.cc', |
1720 'common/pref_names_util_unittest.cc', | 1720 'common/pref_names_util_unittest.cc', |
1721 'common/service_process_util_unittest.cc', | 1721 'common/service_process_util_unittest.cc', |
1722 'common/switch_utils_unittest.cc', | 1722 'common/switch_utils_unittest.cc', |
1723 'common/thumbnail_score_unittest.cc', | 1723 'common/thumbnail_score_unittest.cc', |
1724 'common/time_format_unittest.cc', | 1724 'common/time_format_unittest.cc', |
1725 'common/translate/language_detection_util_unittest.cc', | 1725 'common/translate/language_detection_util_unittest.cc', |
1726 'common/translate/translate_common_metrics_unittest.cc', | 1726 'common/translate/translate_common_metrics_unittest.cc', |
1727 'common/translate/translate_util_unittest.cc', | 1727 'common/translate/translate_util_unittest.cc', |
1728 'common/worker_thread_ticker_unittest.cc', | 1728 'common/worker_thread_ticker_unittest.cc', |
1729 'nacl/nacl_ipc_adapter_unittest.cc', | |
1730 'nacl/nacl_validation_query_unittest.cc', | |
1731 'renderer/chrome_content_renderer_client_unittest.cc', | 1729 'renderer/chrome_content_renderer_client_unittest.cc', |
1732 'renderer/content_settings_observer_unittest.cc', | 1730 'renderer/content_settings_observer_unittest.cc', |
1733 'renderer/extensions/chrome_v8_context_set_unittest.cc', | 1731 'renderer/extensions/chrome_v8_context_set_unittest.cc', |
1734 'renderer/extensions/event_unittest.cc', | 1732 'renderer/extensions/event_unittest.cc', |
1735 'renderer/extensions/extension_localization_peer_unittest.cc', | 1733 'renderer/extensions/extension_localization_peer_unittest.cc', |
1736 'renderer/extensions/json_schema_unittest.cc', | 1734 'renderer/extensions/json_schema_unittest.cc', |
1737 'renderer/extensions/module_system_unittest.cc', | 1735 'renderer/extensions/module_system_unittest.cc', |
1738 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', | 1736 'renderer/extensions/renderer_permissions_policy_delegate_unittest.cc', |
1739 'renderer/extensions/safe_builtins_unittest.cc', | 1737 'renderer/extensions/safe_builtins_unittest.cc', |
1740 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', | 1738 'renderer/media/chrome_webrtc_log_message_delegate_unittest.cc', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1831 '../components/autofill/core/browser/phone_number_unittest.cc', | 1829 '../components/autofill/core/browser/phone_number_unittest.cc', |
1832 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', | 1830 '../components/autofill/core/browser/phone_number_i18n_unittest.cc', |
1833 '../components/autofill/core/browser/validation_unittest.cc', | 1831 '../components/autofill/core/browser/validation_unittest.cc', |
1834 | 1832 |
1835 # TODO(caitkp): Move to //components/components_tests.gypi once | 1833 # TODO(caitkp): Move to //components/components_tests.gypi once |
1836 # remaining dependencies back to //chrome are eliminated. | 1834 # remaining dependencies back to //chrome are eliminated. |
1837 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc' , | 1835 '../components/autofill/core/browser/webdata/autofill_entry_unittest.cc' , |
1838 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' , | 1836 '../components/autofill/core/browser/webdata/autofill_table_unittest.cc' , |
1839 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c', | 1837 '../components/autofill/core/browser/webdata/web_data_service_unittest.c c', |
1840 '../components/autofill/core/common/password_form_fill_data_unittest.cc' , | 1838 '../components/autofill/core/common/password_form_fill_data_unittest.cc' , |
1839 | |
1840 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', | |
Mark Seaborn
2013/07/26 17:04:40
Please add a TODO comment here as described in my
| |
1841 '../components/nacl/loader/nacl_validation_query_unittest.cc', | |
1842 | |
1841 '../components/webdata/common/web_database_migration_unittest.cc', | 1843 '../components/webdata/common/web_database_migration_unittest.cc', |
1842 '../components/webdata/common/web_data_service_test_util.cc', | 1844 '../components/webdata/common/web_data_service_test_util.cc', |
1843 '../components/webdata/common/web_data_service_test_util.h', | 1845 '../components/webdata/common/web_data_service_test_util.h', |
1844 '../components/webdata/encryptor/ie7_password_unittest_win.cc', | 1846 '../components/webdata/encryptor/ie7_password_unittest_win.cc', |
1845 | 1847 |
1846 # TODO(joi): Move the google_apis tests to a separate | 1848 # TODO(joi): Move the google_apis tests to a separate |
1847 # google_apis_unittests executable. | 1849 # google_apis_unittests executable. |
1848 '../google_apis/google_api_keys_unittest.cc', | 1850 '../google_apis/google_api_keys_unittest.cc', |
1849 '../google_apis/cup/client_update_protocol_unittest.cc', | 1851 '../google_apis/cup/client_update_protocol_unittest.cc', |
1850 '../google_apis/gaia/mock_url_fetcher_factory.h', | 1852 '../google_apis/gaia/mock_url_fetcher_factory.h', |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1966 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', | 1968 'browser/ui/cocoa/one_click_signin_bubble_controller_unittest.mm', |
1967 'browser/ui/sync/one_click_signin_helper_unittest.cc', | 1969 'browser/ui/sync/one_click_signin_helper_unittest.cc', |
1968 ] | 1970 ] |
1969 }], | 1971 }], |
1970 ['disable_nacl==1', { | 1972 ['disable_nacl==1', { |
1971 'sources!':[ | 1973 'sources!':[ |
1972 'browser/nacl_host/nacl_file_host_unittest.cc', | 1974 'browser/nacl_host/nacl_file_host_unittest.cc', |
1973 'browser/nacl_host/nacl_validation_cache_unittest.cc', | 1975 'browser/nacl_host/nacl_validation_cache_unittest.cc', |
1974 'browser/nacl_host/pnacl_host_unittest.cc', | 1976 'browser/nacl_host/pnacl_host_unittest.cc', |
1975 'browser/nacl_host/pnacl_translation_cache_unittest.cc', | 1977 'browser/nacl_host/pnacl_translation_cache_unittest.cc', |
1976 'nacl/nacl_ipc_adapter_unittest.cc', | 1978 '../components/nacl/loader/nacl_ipc_adapter_unittest.cc', |
Mark Seaborn
2013/07/26 17:04:40
And add a similar TODO comment here too so that th
| |
1977 'nacl/nacl_validation_query_unittest.cc', | 1979 '../components/nacl/loader/nacl_validation_query_unittest.cc', |
1978 ], | 1980 ], |
1979 }], | 1981 }], |
1980 ['enable_extensions==0', { | 1982 ['enable_extensions==0', { |
1981 'sources/': [ | 1983 'sources/': [ |
1982 ['exclude', '^../extensions/'], | 1984 ['exclude', '^../extensions/'], |
1983 ['exclude', '^browser/extensions/activity_log/'], | 1985 ['exclude', '^browser/extensions/activity_log/'], |
1984 ['exclude', '^browser/extensions/api/'], | 1986 ['exclude', '^browser/extensions/api/'], |
1985 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'], | 1987 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u nittest.cc'], |
1986 ['exclude', '^common/extensions/api/'], | 1988 ['exclude', '^common/extensions/api/'], |
1987 ['exclude', '^common/extensions/manifest_handlers/'], | 1989 ['exclude', '^common/extensions/manifest_handlers/'], |
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2651 # more details. | 2653 # more details. |
2652 'DebugInformationFormat': '3', | 2654 'DebugInformationFormat': '3', |
2653 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2655 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2654 }, | 2656 }, |
2655 }, | 2657 }, |
2656 }, | 2658 }, |
2657 ], | 2659 ], |
2658 }], | 2660 }], |
2659 ], # 'conditions' | 2661 ], # 'conditions' |
2660 } | 2662 } |
OLD | NEW |