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 'variables': { | 5 'variables': { |
6 'chrome_unit_tests_sources': [ | 6 'chrome_unit_tests_sources': [ |
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this | 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this |
8 # dependency is needed to make commit bots run unit_tests on | 8 # dependency is needed to make commit bots run unit_tests on |
9 # histograms.xml changes. | 9 # histograms.xml changes. |
10 '../tools/metrics/histograms/histograms.xml', | 10 '../tools/metrics/histograms/histograms.xml', |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', | 156 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', |
157 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', | 157 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', |
158 'browser/net/ssl_config_service_manager_pref_unittest.cc', | 158 'browser/net/ssl_config_service_manager_pref_unittest.cc', |
159 'browser/net/url_info_unittest.cc', | 159 'browser/net/url_info_unittest.cc', |
160 'browser/password_manager/chrome_password_manager_client_unittest.cc', | 160 'browser/password_manager/chrome_password_manager_client_unittest.cc', |
161 'browser/password_manager/password_manager_internals_service_unittest.cc', | 161 'browser/password_manager/password_manager_internals_service_unittest.cc', |
162 'browser/password_manager/password_store_mac_unittest.cc', | 162 'browser/password_manager/password_store_mac_unittest.cc', |
163 'browser/password_manager/password_store_proxy_mac_unittest.cc', | 163 'browser/password_manager/password_store_proxy_mac_unittest.cc', |
164 'browser/password_manager/password_store_win_unittest.cc', | 164 'browser/password_manager/password_store_win_unittest.cc', |
165 'browser/password_manager/password_store_x_unittest.cc', | 165 'browser/password_manager/password_store_x_unittest.cc', |
166 'browser/password_manager/save_password_infobar_delegate_unittest.cc', | |
167 'browser/password_manager/simple_password_store_mac_unittest.cc', | 166 'browser/password_manager/simple_password_store_mac_unittest.cc', |
168 'browser/permissions/permission_context_base_unittest.cc', | 167 'browser/permissions/permission_context_base_unittest.cc', |
169 'browser/permissions/permission_manager_unittest.cc', | 168 'browser/permissions/permission_manager_unittest.cc', |
170 'browser/permissions/permission_queue_controller_unittest.cc', | 169 'browser/permissions/permission_queue_controller_unittest.cc', |
171 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', | 170 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', |
172 'browser/predictors/autocomplete_action_predictor_unittest.cc', | 171 'browser/predictors/autocomplete_action_predictor_unittest.cc', |
173 'browser/predictors/resource_prefetch_common_unittest.cc', | 172 'browser/predictors/resource_prefetch_common_unittest.cc', |
174 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', | 173 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', |
175 'browser/predictors/resource_prefetch_predictor_unittest.cc', | 174 'browser/predictors/resource_prefetch_predictor_unittest.cc', |
176 'browser/predictors/resource_prefetcher_unittest.cc', | 175 'browser/predictors/resource_prefetcher_unittest.cc', |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 '../tools/json_schema_compiler/test/choices_unittest.cc', | 550 '../tools/json_schema_compiler/test/choices_unittest.cc', |
552 '../tools/json_schema_compiler/test/crossref_unittest.cc', | 551 '../tools/json_schema_compiler/test/crossref_unittest.cc', |
553 '../tools/json_schema_compiler/test/enums_unittest.cc', | 552 '../tools/json_schema_compiler/test/enums_unittest.cc', |
554 '../tools/json_schema_compiler/test/error_generation_unittest.cc', | 553 '../tools/json_schema_compiler/test/error_generation_unittest.cc', |
555 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', | 554 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', |
556 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', | 555 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', |
557 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', | 556 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', |
558 '../tools/json_schema_compiler/test/objects_unittest.cc', | 557 '../tools/json_schema_compiler/test/objects_unittest.cc', |
559 '../tools/json_schema_compiler/test/simple_api_unittest.cc', | 558 '../tools/json_schema_compiler/test/simple_api_unittest.cc', |
560 ], | 559 ], |
| 560 'chrome_unit_tests_mac_android_sources': [ |
| 561 'browser/password_manager/save_password_infobar_delegate_unittest.cc', |
| 562 ], |
561 'chrome_unit_tests_spellchecker_sources': [ | 563 'chrome_unit_tests_spellchecker_sources': [ |
562 'browser/spellchecker/feedback_sender_unittest.cc', | 564 'browser/spellchecker/feedback_sender_unittest.cc', |
563 'browser/spellchecker/feedback_unittest.cc', | 565 'browser/spellchecker/feedback_unittest.cc', |
564 'browser/spellchecker/misspelling_unittest.cc', | 566 'browser/spellchecker/misspelling_unittest.cc', |
565 'browser/spellchecker/spellcheck_action_unittest.cc', | 567 'browser/spellchecker/spellcheck_action_unittest.cc', |
566 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', | 568 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', |
567 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', | 569 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', |
568 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', | 570 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', |
569 'browser/spellchecker/spellcheck_message_filter_unittest.cc', | 571 'browser/spellchecker/spellcheck_message_filter_unittest.cc', |
570 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', | 572 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', |
(...skipping 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2520 # This tests Chrome's spellchecker which Mac doesn't use. | 2522 # This tests Chrome's spellchecker which Mac doesn't use. |
2521 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', | 2523 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', |
2522 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', | 2524 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', |
2523 'tools/convert_dict/convert_dict_unittest.cc', | 2525 'tools/convert_dict/convert_dict_unittest.cc', |
2524 ], | 2526 ], |
2525 # TODO(mark): We really want this for all non-static library targets, | 2527 # TODO(mark): We really want this for all non-static library targets, |
2526 # but when we tried to pull it up to the common.gypi level, it broke | 2528 # but when we tried to pull it up to the common.gypi level, it broke |
2527 # other things like the ui and startup tests. *shrug* | 2529 # other things like the ui and startup tests. *shrug* |
2528 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2530 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2529 }], | 2531 }], |
| 2532 ['OS=="mac" or OS=="android"', { |
| 2533 'sources': [ '<@(chrome_unit_tests_mac_android_sources)' ], |
| 2534 }], |
2530 ['OS!="mac" and OS!="ios"', { | 2535 ['OS!="mac" and OS!="ios"', { |
2531 'dependencies': [ | 2536 'dependencies': [ |
2532 '../third_party/hunspell/hunspell.gyp:hunspell', | 2537 '../third_party/hunspell/hunspell.gyp:hunspell', |
2533 'chrome_resources.gyp:packed_extra_resources', | 2538 'chrome_resources.gyp:packed_extra_resources', |
2534 'chrome_resources.gyp:packed_resources', | 2539 'chrome_resources.gyp:packed_resources', |
2535 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', | 2540 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', |
2536 ], | 2541 ], |
2537 }], | 2542 }], |
2538 ['OS=="win" or OS=="mac"', { | 2543 ['OS=="win" or OS=="mac"', { |
2539 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], | 2544 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2927 'dependencies': [ | 2932 'dependencies': [ |
2928 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2933 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2929 ], | 2934 ], |
2930 }], | 2935 }], |
2931 ], | 2936 ], |
2932 }, | 2937 }, |
2933 ], | 2938 ], |
2934 }], | 2939 }], |
2935 ], # 'conditions' | 2940 ], # 'conditions' |
2936 } | 2941 } |
OLD | NEW |