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