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

Side by Side Diff: components/components_tests.gyp

Issue 1305213009: Componentize PrefSyncableService and support classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_service_syncable
Patch Set: Add missing dependency on //sync:test_support_sync_api for unit tests with gn 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
« no previous file with comments | « components/components.gyp ('k') | components/search_engines/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 'sync_driver/non_ui_data_type_controller_unittest.cc', 640 'sync_driver/non_ui_data_type_controller_unittest.cc',
641 'sync_driver/shared_change_processor_unittest.cc', 641 'sync_driver/shared_change_processor_unittest.cc',
642 'sync_driver/sync_policy_handler_unittest.cc', 642 'sync_driver/sync_policy_handler_unittest.cc',
643 'sync_driver/sync_prefs_unittest.cc', 643 'sync_driver/sync_prefs_unittest.cc',
644 'sync_driver/sync_stopped_reporter_unittest.cc', 644 'sync_driver/sync_stopped_reporter_unittest.cc',
645 'sync_driver/sync_util_unittest.cc', 645 'sync_driver/sync_util_unittest.cc',
646 'sync_driver/system_encryptor_unittest.cc', 646 'sync_driver/system_encryptor_unittest.cc',
647 'sync_driver/tab_node_pool_unittest.cc', 647 'sync_driver/tab_node_pool_unittest.cc',
648 'sync_driver/ui_data_type_controller_unittest.cc', 648 'sync_driver/ui_data_type_controller_unittest.cc',
649 ], 649 ],
650 'syncable_prefs_unittest_sources': [
651 'syncable_prefs/pref_model_associator_unittest.cc',
652 'syncable_prefs/pref_service_syncable_unittest.cc',
653 ],
650 'tracing_unittest_sources': [ 654 'tracing_unittest_sources': [
651 'tracing/trace_config_file_unittest.cc', 655 'tracing/trace_config_file_unittest.cc',
652 ], 656 ],
653 'translate_unittest_sources': [ 657 'translate_unittest_sources': [
654 'translate/core/browser/language_state_unittest.cc', 658 'translate/core/browser/language_state_unittest.cc',
655 'translate/core/browser/translate_browser_metrics_unittest.cc', 659 'translate/core/browser/translate_browser_metrics_unittest.cc',
656 'translate/core/browser/translate_language_list_unittest.cc', 660 'translate/core/browser/translate_language_list_unittest.cc',
657 'translate/core/browser/translate_prefs_unittest.cc', 661 'translate/core/browser/translate_prefs_unittest.cc',
658 'translate/core/browser/translate_script_unittest.cc', 662 'translate/core/browser/translate_script_unittest.cc',
659 'translate/core/common/translate_metrics_unittest.cc', 663 'translate/core/common/translate_metrics_unittest.cc',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 '<@(proxy_config_unittest_sources)', 833 '<@(proxy_config_unittest_sources)',
830 '<@(query_parser_unittest_sources)', 834 '<@(query_parser_unittest_sources)',
831 '<@(rappor_unittest_sources)', 835 '<@(rappor_unittest_sources)',
832 '<@(search_engines_unittest_sources)', 836 '<@(search_engines_unittest_sources)',
833 '<@(search_provider_logos_unittest_sources)', 837 '<@(search_provider_logos_unittest_sources)',
834 '<@(search_unittest_sources)', 838 '<@(search_unittest_sources)',
835 '<@(sessions_unittest_sources)', 839 '<@(sessions_unittest_sources)',
836 '<@(signin_unittest_sources)', 840 '<@(signin_unittest_sources)',
837 '<@(suggestions_unittest_sources)', 841 '<@(suggestions_unittest_sources)',
838 '<@(sync_driver_unittest_sources)', 842 '<@(sync_driver_unittest_sources)',
843 '<@(syncable_prefs_unittest_sources)',
839 '<@(translate_unittest_sources)', 844 '<@(translate_unittest_sources)',
840 '<@(undo_unittest_sources)', 845 '<@(undo_unittest_sources)',
841 '<@(update_client_unittest_sources)', 846 '<@(update_client_unittest_sources)',
842 '<@(upload_list_unittest_sources)', 847 '<@(upload_list_unittest_sources)',
843 '<@(url_formatter_unittest_sources)', 848 '<@(url_formatter_unittest_sources)',
844 '<@(url_matcher_unittest_sources)', 849 '<@(url_matcher_unittest_sources)',
845 '<@(user_prefs_unittest_sources)', 850 '<@(user_prefs_unittest_sources)',
846 '<@(variations_unittest_sources)', 851 '<@(variations_unittest_sources)',
847 '<@(wallpaper_unittest_sources)', 852 '<@(wallpaper_unittest_sources)',
848 '<@(web_resource_unittest_sources)', 853 '<@(web_resource_unittest_sources)',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 'components.gyp:rappor_test_support', 950 'components.gyp:rappor_test_support',
946 'components.gyp:search', 951 'components.gyp:search',
947 'components.gyp:search_engines', 952 'components.gyp:search_engines',
948 'components.gyp:search_engines_test_support', 953 'components.gyp:search_engines_test_support',
949 'components.gyp:search_provider_logos', 954 'components.gyp:search_provider_logos',
950 'components.gyp:sessions_test_support', 955 'components.gyp:sessions_test_support',
951 'components.gyp:signin_core_browser', 956 'components.gyp:signin_core_browser',
952 'components.gyp:signin_core_browser_test_support', 957 'components.gyp:signin_core_browser_test_support',
953 'components.gyp:suggestions', 958 'components.gyp:suggestions',
954 'components.gyp:sync_driver_test_support', 959 'components.gyp:sync_driver_test_support',
960 'components.gyp:syncable_prefs_test_support',
955 'components.gyp:translate_core_browser', 961 'components.gyp:translate_core_browser',
956 'components.gyp:translate_core_common', 962 'components.gyp:translate_core_common',
957 'components.gyp:translate_core_language_detection', 963 'components.gyp:translate_core_language_detection',
958 'components.gyp:ui_zoom', 964 'components.gyp:ui_zoom',
959 'components.gyp:undo_component', 965 'components.gyp:undo_component',
960 'components.gyp:update_client', 966 'components.gyp:update_client',
961 'components.gyp:update_client_test_support', 967 'components.gyp:update_client_test_support',
962 'components.gyp:upload_list', 968 'components.gyp:upload_list',
963 'components.gyp:user_prefs_tracked', 969 'components.gyp:user_prefs_tracked',
964 'components.gyp:user_prefs_tracked_test_support', 970 'components.gyp:user_prefs_tracked_test_support',
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 'invalidation/impl/android/junit/', 1697 'invalidation/impl/android/junit/',
1692 'policy/android/junit/' 1698 'policy/android/junit/'
1693 ], 1699 ],
1694 }, 1700 },
1695 'includes': [ '../build/host_jar.gypi' ], 1701 'includes': [ '../build/host_jar.gypi' ],
1696 }, 1702 },
1697 ], 1703 ],
1698 }], 1704 }],
1699 ], 1705 ],
1700 } 1706 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/search_engines/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698