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