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

Side by Side Diff: components/components_tests.gyp

Issue 1233313005: Move elide_url to its own component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add cast to fix windows bot Created 5 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 'search_engines/keyword_table_unittest.cc', 532 'search_engines/keyword_table_unittest.cc',
533 'search_engines/search_host_to_urls_map_unittest.cc', 533 'search_engines/search_host_to_urls_map_unittest.cc',
534 'search_engines/template_url_prepopulate_data_unittest.cc', 534 'search_engines/template_url_prepopulate_data_unittest.cc',
535 'search_engines/template_url_service_util_unittest.cc', 535 'search_engines/template_url_service_util_unittest.cc',
536 'search_engines/template_url_unittest.cc', 536 'search_engines/template_url_unittest.cc',
537 ], 537 ],
538 'search_provider_logos_unittest_sources': [ 538 'search_provider_logos_unittest_sources': [
539 'search_provider_logos/logo_cache_unittest.cc', 539 'search_provider_logos/logo_cache_unittest.cc',
540 'search_provider_logos/logo_tracker_unittest.cc', 540 'search_provider_logos/logo_tracker_unittest.cc',
541 ], 541 ],
542 'secure_display_unittest_sources': [
543 'secure_display/elide_url_unittest.cc',
544 ],
542 'sessions_unittest_sources': [ 545 'sessions_unittest_sources': [
543 'sessions/content/content_serialized_navigation_builder_unittest.cc', 546 'sessions/content/content_serialized_navigation_builder_unittest.cc',
544 'sessions/content/content_serialized_navigation_driver_unittest.cc', 547 'sessions/content/content_serialized_navigation_driver_unittest.cc',
545 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 548 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
546 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 549 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
547 'sessions/serialized_navigation_entry_unittest.cc', 550 'sessions/serialized_navigation_entry_unittest.cc',
548 'sessions/session_backend_unittest.cc', 551 'sessions/session_backend_unittest.cc',
549 'sessions/session_types_unittest.cc', 552 'sessions/session_types_unittest.cc',
550 ], 553 ],
551 'signin_unittest_sources': [ 554 'signin_unittest_sources': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 '<@(os_crypt_unittest_sources)', 742 '<@(os_crypt_unittest_sources)',
740 '<@(packed_ct_ev_whitelist_unittest_sources)', 743 '<@(packed_ct_ev_whitelist_unittest_sources)',
741 '<@(password_manager_unittest_sources)', 744 '<@(password_manager_unittest_sources)',
742 '<@(precache_unittest_sources)', 745 '<@(precache_unittest_sources)',
743 '<@(proxy_config_unittest_sources)', 746 '<@(proxy_config_unittest_sources)',
744 '<@(query_parser_unittest_sources)', 747 '<@(query_parser_unittest_sources)',
745 '<@(rappor_unittest_sources)', 748 '<@(rappor_unittest_sources)',
746 '<@(search_unittest_sources)', 749 '<@(search_unittest_sources)',
747 '<@(search_engines_unittest_sources)', 750 '<@(search_engines_unittest_sources)',
748 '<@(search_provider_logos_unittest_sources)', 751 '<@(search_provider_logos_unittest_sources)',
752 '<@(secure_display_unittest_sources)',
749 '<@(sessions_unittest_sources)', 753 '<@(sessions_unittest_sources)',
750 '<@(signin_unittest_sources)', 754 '<@(signin_unittest_sources)',
751 '<@(suggestions_unittest_sources)', 755 '<@(suggestions_unittest_sources)',
752 '<@(sync_driver_unittest_sources)', 756 '<@(sync_driver_unittest_sources)',
753 '<@(translate_unittest_sources)', 757 '<@(translate_unittest_sources)',
754 '<@(undo_unittest_sources)', 758 '<@(undo_unittest_sources)',
755 '<@(update_client_unittest_sources)', 759 '<@(update_client_unittest_sources)',
756 '<@(url_fixer_unittest_sources)', 760 '<@(url_fixer_unittest_sources)',
757 '<@(url_matcher_unittest_sources)', 761 '<@(url_matcher_unittest_sources)',
758 '<@(variations_unittest_sources)', 762 '<@(variations_unittest_sources)',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'components.gyp:precache_core', 855 'components.gyp:precache_core',
852 'components.gyp:pref_registry_test_support', 856 'components.gyp:pref_registry_test_support',
853 'components.gyp:proxy_config', 857 'components.gyp:proxy_config',
854 'components.gyp:query_parser', 858 'components.gyp:query_parser',
855 'components.gyp:rappor', 859 'components.gyp:rappor',
856 'components.gyp:rappor_test_support', 860 'components.gyp:rappor_test_support',
857 'components.gyp:search', 861 'components.gyp:search',
858 'components.gyp:search_engines', 862 'components.gyp:search_engines',
859 'components.gyp:search_engines_test_support', 863 'components.gyp:search_engines_test_support',
860 'components.gyp:search_provider_logos', 864 'components.gyp:search_provider_logos',
865 'components.gyp:secure_display',
861 'components.gyp:sessions_test_support', 866 'components.gyp:sessions_test_support',
862 'components.gyp:signin_core_browser', 867 'components.gyp:signin_core_browser',
863 'components.gyp:signin_core_browser_test_support', 868 'components.gyp:signin_core_browser_test_support',
864 'components.gyp:suggestions', 869 'components.gyp:suggestions',
865 'components.gyp:sync_driver_test_support', 870 'components.gyp:sync_driver_test_support',
866 'components.gyp:translate_core_browser', 871 'components.gyp:translate_core_browser',
867 'components.gyp:translate_core_common', 872 'components.gyp:translate_core_common',
868 'components.gyp:translate_core_language_detection', 873 'components.gyp:translate_core_language_detection',
869 'components.gyp:ui_zoom', 874 'components.gyp:ui_zoom',
870 'components.gyp:undo_component', 875 'components.gyp:undo_component',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1544 ], 1549 ],
1545 'variables': { 1550 'variables': {
1546 'test_suite_name': 'components_unittests', 1551 'test_suite_name': 'components_unittests',
1547 }, 1552 },
1548 'includes': [ '../build/apk_test.gypi' ], 1553 'includes': [ '../build/apk_test.gypi' ],
1549 }, 1554 },
1550 ], 1555 ],
1551 }], 1556 }],
1552 ], 1557 ],
1553 } 1558 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698