Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1313383006: Don't compile save_password_infobar_delegate.cc everywhere but Mac and Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make a bit refactoring Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc', 159 'browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc',
160 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc', 160 'browser/net/spdyproxy/data_reduction_proxy_settings_unittest_android.cc',
161 'browser/net/ssl_config_service_manager_pref_unittest.cc', 161 'browser/net/ssl_config_service_manager_pref_unittest.cc',
162 'browser/net/url_info_unittest.cc', 162 'browser/net/url_info_unittest.cc',
163 'browser/password_manager/chrome_password_manager_client_unittest.cc', 163 'browser/password_manager/chrome_password_manager_client_unittest.cc',
164 'browser/password_manager/password_manager_internals_service_unittest.cc', 164 'browser/password_manager/password_manager_internals_service_unittest.cc',
165 'browser/password_manager/password_store_mac_unittest.cc', 165 'browser/password_manager/password_store_mac_unittest.cc',
166 'browser/password_manager/password_store_proxy_mac_unittest.cc', 166 'browser/password_manager/password_store_proxy_mac_unittest.cc',
167 'browser/password_manager/password_store_win_unittest.cc', 167 'browser/password_manager/password_store_win_unittest.cc',
168 'browser/password_manager/password_store_x_unittest.cc', 168 'browser/password_manager/password_store_x_unittest.cc',
169 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
170 'browser/password_manager/simple_password_store_mac_unittest.cc', 169 'browser/password_manager/simple_password_store_mac_unittest.cc',
171 'browser/permissions/permission_context_base_unittest.cc', 170 'browser/permissions/permission_context_base_unittest.cc',
172 'browser/permissions/permission_manager_unittest.cc', 171 'browser/permissions/permission_manager_unittest.cc',
173 'browser/permissions/permission_queue_controller_unittest.cc', 172 'browser/permissions/permission_queue_controller_unittest.cc',
174 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 173 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
175 'browser/predictors/autocomplete_action_predictor_unittest.cc', 174 'browser/predictors/autocomplete_action_predictor_unittest.cc',
176 'browser/predictors/resource_prefetch_common_unittest.cc', 175 'browser/predictors/resource_prefetch_common_unittest.cc',
177 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 176 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
178 'browser/predictors/resource_prefetch_predictor_unittest.cc', 177 'browser/predictors/resource_prefetch_predictor_unittest.cc',
179 'browser/predictors/resource_prefetcher_unittest.cc', 178 'browser/predictors/resource_prefetcher_unittest.cc',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 '../tools/json_schema_compiler/test/choices_unittest.cc', 558 '../tools/json_schema_compiler/test/choices_unittest.cc',
560 '../tools/json_schema_compiler/test/crossref_unittest.cc', 559 '../tools/json_schema_compiler/test/crossref_unittest.cc',
561 '../tools/json_schema_compiler/test/enums_unittest.cc', 560 '../tools/json_schema_compiler/test/enums_unittest.cc',
562 '../tools/json_schema_compiler/test/error_generation_unittest.cc', 561 '../tools/json_schema_compiler/test/error_generation_unittest.cc',
563 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc', 562 '../tools/json_schema_compiler/test/functions_as_parameters_unittest.cc',
564 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc', 563 '../tools/json_schema_compiler/test/functions_on_types_unittest.cc',
565 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc', 564 '../tools/json_schema_compiler/test/idl_schemas_unittest.cc',
566 '../tools/json_schema_compiler/test/objects_unittest.cc', 565 '../tools/json_schema_compiler/test/objects_unittest.cc',
567 '../tools/json_schema_compiler/test/simple_api_unittest.cc', 566 '../tools/json_schema_compiler/test/simple_api_unittest.cc',
568 ], 567 ],
568 'chrome_unit_tests_mac_android_sources': [
569 'browser/password_manager/save_password_infobar_delegate_unittest.cc',
570 ],
569 'chrome_unit_tests_spellchecker_sources': [ 571 'chrome_unit_tests_spellchecker_sources': [
570 'browser/spellchecker/feedback_sender_unittest.cc', 572 'browser/spellchecker/feedback_sender_unittest.cc',
571 'browser/spellchecker/feedback_unittest.cc', 573 'browser/spellchecker/feedback_unittest.cc',
572 'browser/spellchecker/misspelling_unittest.cc', 574 'browser/spellchecker/misspelling_unittest.cc',
573 'browser/spellchecker/spellcheck_action_unittest.cc', 575 'browser/spellchecker/spellcheck_action_unittest.cc',
574 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc', 576 'browser/spellchecker/spellcheck_custom_dictionary_unittest.cc',
575 'browser/spellchecker/spellcheck_host_metrics_unittest.cc', 577 'browser/spellchecker/spellcheck_host_metrics_unittest.cc',
576 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc', 578 'browser/spellchecker/spellcheck_message_filter_platform_mac_unittest.cc',
577 'browser/spellchecker/spellcheck_message_filter_unittest.cc', 579 'browser/spellchecker/spellcheck_message_filter_unittest.cc',
578 'browser/spellchecker/spellcheck_platform_mac_unittest.cc', 580 'browser/spellchecker/spellcheck_platform_mac_unittest.cc',
(...skipping 1943 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # This tests Chrome's spellchecker which Mac doesn't use. 2524 # This tests Chrome's spellchecker which Mac doesn't use.
2523 'renderer/spellchecker/spellcheck_multilingual_unittest.cc', 2525 'renderer/spellchecker/spellcheck_multilingual_unittest.cc',
2524 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc', 2526 'renderer/spellchecker/spellcheck_provider_hunspell_unittest.cc',
2525 'tools/convert_dict/convert_dict_unittest.cc', 2527 'tools/convert_dict/convert_dict_unittest.cc',
2526 ], 2528 ],
2527 # TODO(mark): We really want this for all non-static library targets, 2529 # TODO(mark): We really want this for all non-static library targets,
2528 # but when we tried to pull it up to the common.gypi level, it broke 2530 # but when we tried to pull it up to the common.gypi level, it broke
2529 # other things like the ui and startup tests. *shrug* 2531 # other things like the ui and startup tests. *shrug*
2530 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2532 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2531 }], 2533 }],
2534 ['OS=="mac" or OS=="android"', {
2535 'sources': [ '<@(chrome_unit_tests_mac_android_sources)' ],
tapted 2015/09/14 07:07:05 Structural changes like this need a corresponding
ki.stfu 2015/09/15 07:19:05 Done.
2536 }],
2532 ['OS!="mac" and OS!="ios"', { 2537 ['OS!="mac" and OS!="ios"', {
2533 'dependencies': [ 2538 'dependencies': [
2534 '../third_party/hunspell/hunspell.gyp:hunspell', 2539 '../third_party/hunspell/hunspell.gyp:hunspell',
2535 'chrome_resources.gyp:packed_extra_resources', 2540 'chrome_resources.gyp:packed_extra_resources',
2536 'chrome_resources.gyp:packed_resources', 2541 'chrome_resources.gyp:packed_resources',
2537 'tools/convert_dict/convert_dict.gyp:convert_dict_lib', 2542 'tools/convert_dict/convert_dict.gyp:convert_dict_lib',
2538 ], 2543 ],
2539 }], 2544 }],
2540 ['OS=="win" or OS=="mac"', { 2545 ['OS=="win" or OS=="mac"', {
2541 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ], 2546 'sources': [ '<@(chrome_unit_tests_win_mac_sources)' ],
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
2928 'dependencies': [ 2933 'dependencies': [
2929 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2934 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2930 ], 2935 ],
2931 }], 2936 }],
2932 ], 2937 ],
2933 }, 2938 },
2934 ], 2939 ],
2935 }], 2940 }],
2936 ], # 'conditions' 2941 ], # 'conditions'
2937 } 2942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698