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

Side by Side Diff: components/components_tests.gyp

Issue 1808653003: Move the supervised user error page to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix compile problem Created 4 years, 9 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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 'storage_monitor/storage_monitor_mac_unittest.mm', 733 'storage_monitor/storage_monitor_mac_unittest.mm',
734 'storage_monitor/storage_monitor_unittest.cc', 734 'storage_monitor/storage_monitor_unittest.cc',
735 'storage_monitor/storage_monitor_win_unittest.cc', 735 'storage_monitor/storage_monitor_win_unittest.cc',
736 ], 736 ],
737 'suggestions_unittest_sources': [ 737 'suggestions_unittest_sources': [
738 'suggestions/blacklist_store_unittest.cc', 738 'suggestions/blacklist_store_unittest.cc',
739 'suggestions/image_manager_unittest.cc', 739 'suggestions/image_manager_unittest.cc',
740 'suggestions/suggestions_service_unittest.cc', 740 'suggestions/suggestions_service_unittest.cc',
741 'suggestions/suggestions_store_unittest.cc', 741 'suggestions/suggestions_store_unittest.cc',
742 ], 742 ],
743 'supervised_user_error_page_unittest_sources': [
744 'supervised_user_error_page/supervised_user_error_page_unittest.cc',
745 ],
743 'sync_bookmarks_unittest_sources': [ 746 'sync_bookmarks_unittest_sources': [
744 'sync_bookmarks/bookmark_data_type_controller_unittest.cc', 747 'sync_bookmarks/bookmark_data_type_controller_unittest.cc',
745 ], 748 ],
746 'sync_driver_unittest_sources': [ 749 'sync_driver_unittest_sources': [
747 'sync_driver/about_sync_util_unittest.cc', 750 'sync_driver/about_sync_util_unittest.cc',
748 'sync_driver/backend_migrator_unittest.cc', 751 'sync_driver/backend_migrator_unittest.cc',
749 'sync_driver/data_type_manager_impl_unittest.cc', 752 'sync_driver/data_type_manager_impl_unittest.cc',
750 'sync_driver/device_count_metrics_provider_unittest.cc', 753 'sync_driver/device_count_metrics_provider_unittest.cc',
751 'sync_driver/device_info_data_type_controller_unittest.cc', 754 'sync_driver/device_info_data_type_controller_unittest.cc',
752 'sync_driver/device_info_service_unittest.cc', 755 'sync_driver/device_info_service_unittest.cc',
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 '<@(rappor_unittest_sources)', 991 '<@(rappor_unittest_sources)',
989 '<@(search_engines_unittest_sources)', 992 '<@(search_engines_unittest_sources)',
990 '<@(search_provider_logos_unittest_sources)', 993 '<@(search_provider_logos_unittest_sources)',
991 '<@(search_unittest_sources)', 994 '<@(search_unittest_sources)',
992 '<@(security_state_unittest_sources)', 995 '<@(security_state_unittest_sources)',
993 '<@(sessions_unittest_sources)', 996 '<@(sessions_unittest_sources)',
994 '<@(signin_unittest_sources)', 997 '<@(signin_unittest_sources)',
995 '<@(ssl_config_unittest_sources)', 998 '<@(ssl_config_unittest_sources)',
996 '<@(ssl_errors_unittest_sources)', 999 '<@(ssl_errors_unittest_sources)',
997 '<@(suggestions_unittest_sources)', 1000 '<@(suggestions_unittest_sources)',
1001 '<@(supervised_user_error_page_unittest_sources)',
998 '<@(sync_bookmarks_unittest_sources)', 1002 '<@(sync_bookmarks_unittest_sources)',
999 '<@(sync_driver_unittest_sources)', 1003 '<@(sync_driver_unittest_sources)',
1000 '<@(sync_sessions_unittest_sources)', 1004 '<@(sync_sessions_unittest_sources)',
1001 '<@(syncable_prefs_unittest_sources)', 1005 '<@(syncable_prefs_unittest_sources)',
1002 '<@(translate_unittest_sources)', 1006 '<@(translate_unittest_sources)',
1003 '<@(undo_unittest_sources)', 1007 '<@(undo_unittest_sources)',
1004 '<@(update_client_unittest_sources)', 1008 '<@(update_client_unittest_sources)',
1005 '<@(upload_list_unittest_sources)', 1009 '<@(upload_list_unittest_sources)',
1006 '<@(url_formatter_unittest_sources)', 1010 '<@(url_formatter_unittest_sources)',
1007 '<@(url_matcher_unittest_sources)', 1011 '<@(url_matcher_unittest_sources)',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1115 'components.gyp:search_engines', 1119 'components.gyp:search_engines',
1116 'components.gyp:search_engines_test_support', 1120 'components.gyp:search_engines_test_support',
1117 'components.gyp:search_provider_logos', 1121 'components.gyp:search_provider_logos',
1118 'components.gyp:security_state', 1122 'components.gyp:security_state',
1119 'components.gyp:sessions_test_support', 1123 'components.gyp:sessions_test_support',
1120 'components.gyp:signin_core_browser', 1124 'components.gyp:signin_core_browser',
1121 'components.gyp:signin_core_browser_test_support', 1125 'components.gyp:signin_core_browser_test_support',
1122 'components.gyp:ssl_config', 1126 'components.gyp:ssl_config',
1123 'components.gyp:ssl_errors', 1127 'components.gyp:ssl_errors',
1124 'components.gyp:suggestions', 1128 'components.gyp:suggestions',
1129 'components.gyp:supervised_user_error_page',
1125 'components.gyp:sync_bookmarks', 1130 'components.gyp:sync_bookmarks',
1126 'components.gyp:sync_driver', 1131 'components.gyp:sync_driver',
1127 'components.gyp:sync_driver_test_support', 1132 'components.gyp:sync_driver_test_support',
1128 'components.gyp:sync_sessions', 1133 'components.gyp:sync_sessions',
1129 'components.gyp:sync_sessions_test_support', 1134 'components.gyp:sync_sessions_test_support',
1130 'components.gyp:syncable_prefs_test_support', 1135 'components.gyp:syncable_prefs_test_support',
1131 'components.gyp:toolbar_test_support', 1136 'components.gyp:toolbar_test_support',
1132 'components.gyp:translate_core_browser', 1137 'components.gyp:translate_core_browser',
1133 'components.gyp:translate_core_common', 1138 'components.gyp:translate_core_common',
1134 'components.gyp:translate_core_language_detection', 1139 'components.gyp:translate_core_language_detection',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1917 'dependencies': [ 1922 'dependencies': [
1918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1919 ], 1924 ],
1920 }], 1925 }],
1921 ], 1926 ],
1922 }, 1927 },
1923 ], 1928 ],
1924 }], 1929 }],
1925 ], 1930 ],
1926 } 1931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698