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

Side by Side Diff: components/components_tests.gyp

Issue 1415923004: Move prefix_set and parts of safe_browsing_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'rappor/log_uploader_unittest.cc', 564 'rappor/log_uploader_unittest.cc',
565 'rappor/rappor_metric_unittest.cc', 565 'rappor/rappor_metric_unittest.cc',
566 'rappor/rappor_prefs_unittest.cc', 566 'rappor/rappor_prefs_unittest.cc',
567 'rappor/rappor_service_unittest.cc', 567 'rappor/rappor_service_unittest.cc',
568 'rappor/rappor_utils_unittest.cc', 568 'rappor/rappor_utils_unittest.cc',
569 'rappor/sampler_unittest.cc', 569 'rappor/sampler_unittest.cc',
570 ], 570 ],
571 'rlz_unittest_sources': [ 571 'rlz_unittest_sources': [
572 'rlz/rlz_tracker_unittest.cc', 572 'rlz/rlz_tracker_unittest.cc',
573 ], 573 ],
574 'safe_browsing_db_unittest_sources': [
575 'safe_browsing_db/prefix_set_unittest.cc',
576 'safe_browsing_db/safe_browsing_db_util_unittest.cc',
577 ],
574 'safe_json_unittest_sources': [ 578 'safe_json_unittest_sources': [
575 'safe_json/json_sanitizer_unittest.cc', 579 'safe_json/json_sanitizer_unittest.cc',
576 ], 580 ],
577 'scheduler_unittest_sources': [ 581 'scheduler_unittest_sources': [
578 'scheduler/base/nestable_task_runner_for_test.cc', 582 'scheduler/base/nestable_task_runner_for_test.cc',
579 'scheduler/base/nestable_task_runner_for_test.h', 583 'scheduler/base/nestable_task_runner_for_test.h',
580 'scheduler/base/task_queue_manager_unittest.cc', 584 'scheduler/base/task_queue_manager_unittest.cc',
581 'scheduler/base/task_queue_selector_unittest.cc', 585 'scheduler/base/task_queue_selector_unittest.cc',
582 'scheduler/base/task_queue_sets_unittest.cc', 586 'scheduler/base/task_queue_sets_unittest.cc',
583 'scheduler/base/test_always_fail_time_source.cc', 587 'scheduler/base/test_always_fail_time_source.cc',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
1088 ['OS != "ios"', { 1092 ['OS != "ios"', {
1089 'sources': [ 1093 'sources': [
1090 '<@(certificate_transparency_unittest_sources)', 1094 '<@(certificate_transparency_unittest_sources)',
1091 '<@(devtools_http_handler_unittest_sources)', 1095 '<@(devtools_http_handler_unittest_sources)',
1092 '<@(error_page_unittest_sources)', 1096 '<@(error_page_unittest_sources)',
1093 '<@(guest_view_unittest_sources)', 1097 '<@(guest_view_unittest_sources)',
1094 '<@(navigation_interception_unittest_sources)', 1098 '<@(navigation_interception_unittest_sources)',
1095 '<@(network_hints_unittest_sources)', 1099 '<@(network_hints_unittest_sources)',
1096 '<@(page_load_metrics_unittest_sources)', 1100 '<@(page_load_metrics_unittest_sources)',
1097 '<@(power_unittest_sources)', 1101 '<@(power_unittest_sources)',
1102 '<@(safe_browsing_db_unittest_sources)',
1098 '<@(safe_json_unittest_sources)', 1103 '<@(safe_json_unittest_sources)',
1099 '<@(scheduler_unittest_sources)', 1104 '<@(scheduler_unittest_sources)',
1100 '<@(storage_monitor_unittest_sources)', 1105 '<@(storage_monitor_unittest_sources)',
1101 '<@(tracing_unittest_sources)', 1106 '<@(tracing_unittest_sources)',
1102 '<@(ui_unittest_sources)', 1107 '<@(ui_unittest_sources)',
1103 '<@(visitedlink_unittest_sources)', 1108 '<@(visitedlink_unittest_sources)',
1104 '<@(web_cache_unittest_sources)', 1109 '<@(web_cache_unittest_sources)',
1105 '<@(webcrypto_unittest_sources)', 1110 '<@(webcrypto_unittest_sources)',
1106 '<@(web_modal_unittest_sources)', 1111 '<@(web_modal_unittest_sources)',
1107 ], 1112 ],
(...skipping 19 matching lines...) Expand all
1127 'components.gyp:keyed_service_content', 1132 'components.gyp:keyed_service_content',
1128 'components.gyp:navigation_interception', 1133 'components.gyp:navigation_interception',
1129 'components.gyp:network_hints_renderer', 1134 'components.gyp:network_hints_renderer',
1130 'components.gyp:metrics_gpu', 1135 'components.gyp:metrics_gpu',
1131 'components.gyp:page_load_metrics_browser', 1136 'components.gyp:page_load_metrics_browser',
1132 'components.gyp:page_load_metrics_renderer', 1137 'components.gyp:page_load_metrics_renderer',
1133 'components.gyp:password_manager_content_browser', 1138 'components.gyp:password_manager_content_browser',
1134 'components.gyp:password_manager_content_common', 1139 'components.gyp:password_manager_content_common',
1135 'components.gyp:power', 1140 'components.gyp:power',
1136 'components.gyp:precache_content', 1141 'components.gyp:precache_content',
1142 'components.gyp:safe_browsing_db',
1137 'components.gyp:safe_json', 1143 'components.gyp:safe_json',
1138 'components.gyp:safe_json_test_support', 1144 'components.gyp:safe_json_test_support',
1139 'components.gyp:sessions_content', 1145 'components.gyp:sessions_content',
1140 'components.gyp:storage_monitor', 1146 'components.gyp:storage_monitor',
1141 'components.gyp:storage_monitor_test_support', 1147 'components.gyp:storage_monitor_test_support',
1142 'components.gyp:url_matcher', 1148 'components.gyp:url_matcher',
1143 'components.gyp:visitedlink_browser', 1149 'components.gyp:visitedlink_browser',
1144 'components.gyp:visitedlink_renderer', 1150 'components.gyp:visitedlink_renderer',
1145 'components.gyp:web_cache_browser', 1151 'components.gyp:web_cache_browser',
1146 'components.gyp:web_modal', 1152 'components.gyp:web_modal',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 'dependencies': [ 1795 'dependencies': [
1790 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1796 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1791 ], 1797 ],
1792 }], 1798 }],
1793 ], 1799 ],
1794 }, 1800 },
1795 ], 1801 ],
1796 }], 1802 }],
1797 ], 1803 ],
1798 } 1804 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698