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

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: move to static library 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 'search_engines/keyword_table_unittest.cc', 533 'search_engines/keyword_table_unittest.cc',
534 'search_engines/search_host_to_urls_map_unittest.cc', 534 'search_engines/search_host_to_urls_map_unittest.cc',
535 'search_engines/template_url_prepopulate_data_unittest.cc', 535 'search_engines/template_url_prepopulate_data_unittest.cc',
536 'search_engines/template_url_service_util_unittest.cc', 536 'search_engines/template_url_service_util_unittest.cc',
537 'search_engines/template_url_unittest.cc', 537 'search_engines/template_url_unittest.cc',
538 ], 538 ],
539 'search_provider_logos_unittest_sources': [ 539 'search_provider_logos_unittest_sources': [
540 'search_provider_logos/logo_cache_unittest.cc', 540 'search_provider_logos/logo_cache_unittest.cc',
541 'search_provider_logos/logo_tracker_unittest.cc', 541 'search_provider_logos/logo_tracker_unittest.cc',
542 ], 542 ],
543 'secure_display_unittest_sources': [
544 'secure_display/elide_url_unittest.cc',
545 ],
543 'sessions_unittest_sources': [ 546 'sessions_unittest_sources': [
544 'sessions/content/content_serialized_navigation_builder_unittest.cc', 547 'sessions/content/content_serialized_navigation_builder_unittest.cc',
545 'sessions/content/content_serialized_navigation_driver_unittest.cc', 548 'sessions/content/content_serialized_navigation_driver_unittest.cc',
546 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 549 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
547 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 550 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
548 'sessions/serialized_navigation_entry_unittest.cc', 551 'sessions/serialized_navigation_entry_unittest.cc',
549 'sessions/session_backend_unittest.cc', 552 'sessions/session_backend_unittest.cc',
550 'sessions/session_types_unittest.cc', 553 'sessions/session_types_unittest.cc',
551 ], 554 ],
552 'signin_unittest_sources': [ 555 'signin_unittest_sources': [
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 '<@(os_crypt_unittest_sources)', 743 '<@(os_crypt_unittest_sources)',
741 '<@(packed_ct_ev_whitelist_unittest_sources)', 744 '<@(packed_ct_ev_whitelist_unittest_sources)',
742 '<@(password_manager_unittest_sources)', 745 '<@(password_manager_unittest_sources)',
743 '<@(precache_unittest_sources)', 746 '<@(precache_unittest_sources)',
744 '<@(proxy_config_unittest_sources)', 747 '<@(proxy_config_unittest_sources)',
745 '<@(query_parser_unittest_sources)', 748 '<@(query_parser_unittest_sources)',
746 '<@(rappor_unittest_sources)', 749 '<@(rappor_unittest_sources)',
747 '<@(search_unittest_sources)', 750 '<@(search_unittest_sources)',
748 '<@(search_engines_unittest_sources)', 751 '<@(search_engines_unittest_sources)',
749 '<@(search_provider_logos_unittest_sources)', 752 '<@(search_provider_logos_unittest_sources)',
753 '<@(secure_display_unittest_sources)',
750 '<@(sessions_unittest_sources)', 754 '<@(sessions_unittest_sources)',
751 '<@(signin_unittest_sources)', 755 '<@(signin_unittest_sources)',
752 '<@(suggestions_unittest_sources)', 756 '<@(suggestions_unittest_sources)',
753 '<@(sync_driver_unittest_sources)', 757 '<@(sync_driver_unittest_sources)',
754 '<@(translate_unittest_sources)', 758 '<@(translate_unittest_sources)',
755 '<@(undo_unittest_sources)', 759 '<@(undo_unittest_sources)',
756 '<@(update_client_unittest_sources)', 760 '<@(update_client_unittest_sources)',
757 '<@(url_fixer_unittest_sources)', 761 '<@(url_fixer_unittest_sources)',
758 '<@(url_matcher_unittest_sources)', 762 '<@(url_matcher_unittest_sources)',
759 '<@(variations_unittest_sources)', 763 '<@(variations_unittest_sources)',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 'components.gyp:precache_core', 856 'components.gyp:precache_core',
853 'components.gyp:pref_registry_test_support', 857 'components.gyp:pref_registry_test_support',
854 'components.gyp:proxy_config', 858 'components.gyp:proxy_config',
855 'components.gyp:query_parser', 859 'components.gyp:query_parser',
856 'components.gyp:rappor', 860 'components.gyp:rappor',
857 'components.gyp:rappor_test_support', 861 'components.gyp:rappor_test_support',
858 'components.gyp:search', 862 'components.gyp:search',
859 'components.gyp:search_engines', 863 'components.gyp:search_engines',
860 'components.gyp:search_engines_test_support', 864 'components.gyp:search_engines_test_support',
861 'components.gyp:search_provider_logos', 865 'components.gyp:search_provider_logos',
866 'components.gyp:secure_display',
862 'components.gyp:sessions_test_support', 867 'components.gyp:sessions_test_support',
863 'components.gyp:signin_core_browser', 868 'components.gyp:signin_core_browser',
864 'components.gyp:signin_core_browser_test_support', 869 'components.gyp:signin_core_browser_test_support',
865 'components.gyp:suggestions', 870 'components.gyp:suggestions',
866 'components.gyp:sync_driver_test_support', 871 'components.gyp:sync_driver_test_support',
867 'components.gyp:translate_core_browser', 872 'components.gyp:translate_core_browser',
868 'components.gyp:translate_core_common', 873 'components.gyp:translate_core_common',
869 'components.gyp:translate_core_language_detection', 874 'components.gyp:translate_core_language_detection',
870 'components.gyp:ui_zoom', 875 'components.gyp:ui_zoom',
871 'components.gyp:undo_component', 876 'components.gyp:undo_component',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1545 ], 1550 ],
1546 'variables': { 1551 'variables': {
1547 'test_suite_name': 'components_unittests', 1552 'test_suite_name': 'components_unittests',
1548 }, 1553 },
1549 'includes': [ '../build/apk_test.gypi' ], 1554 'includes': [ '../build/apk_test.gypi' ],
1550 }, 1555 },
1551 ], 1556 ],
1552 }], 1557 }],
1553 ], 1558 ],
1554 } 1559 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698