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

Side by Side Diff: components/components_tests.gyp

Issue 1399843003: Move prefix_set and parts of s_b_util into a new component safe_browsing_db. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use group instead of a static_library for targets that have no sources. 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
« no previous file with comments | « components/components.gyp ('k') | components/safe_browsing_db.gypi » ('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 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 ['OS != "ios"', { 1091 ['OS != "ios"', {
1088 'sources': [ 1092 'sources': [
1089 '<@(certificate_transparency_unittest_sources)', 1093 '<@(certificate_transparency_unittest_sources)',
1090 '<@(devtools_http_handler_unittest_sources)', 1094 '<@(devtools_http_handler_unittest_sources)',
1091 '<@(error_page_unittest_sources)', 1095 '<@(error_page_unittest_sources)',
1092 '<@(guest_view_unittest_sources)', 1096 '<@(guest_view_unittest_sources)',
1093 '<@(navigation_interception_unittest_sources)', 1097 '<@(navigation_interception_unittest_sources)',
1094 '<@(network_hints_unittest_sources)', 1098 '<@(network_hints_unittest_sources)',
1095 '<@(page_load_metrics_unittest_sources)', 1099 '<@(page_load_metrics_unittest_sources)',
1096 '<@(power_unittest_sources)', 1100 '<@(power_unittest_sources)',
1101 '<@(safe_browsing_db_unittest_sources)',
1097 '<@(safe_json_unittest_sources)', 1102 '<@(safe_json_unittest_sources)',
1098 '<@(scheduler_unittest_sources)', 1103 '<@(scheduler_unittest_sources)',
1099 '<@(storage_monitor_unittest_sources)', 1104 '<@(storage_monitor_unittest_sources)',
1100 '<@(tracing_unittest_sources)', 1105 '<@(tracing_unittest_sources)',
1101 '<@(ui_unittest_sources)', 1106 '<@(ui_unittest_sources)',
1102 '<@(visitedlink_unittest_sources)', 1107 '<@(visitedlink_unittest_sources)',
1103 '<@(web_cache_unittest_sources)', 1108 '<@(web_cache_unittest_sources)',
1104 '<@(webcrypto_unittest_sources)', 1109 '<@(webcrypto_unittest_sources)',
1105 '<@(web_modal_unittest_sources)', 1110 '<@(web_modal_unittest_sources)',
1106 ], 1111 ],
(...skipping 19 matching lines...) Expand all
1126 'components.gyp:keyed_service_content', 1131 'components.gyp:keyed_service_content',
1127 'components.gyp:navigation_interception', 1132 'components.gyp:navigation_interception',
1128 'components.gyp:network_hints_renderer', 1133 'components.gyp:network_hints_renderer',
1129 'components.gyp:metrics_gpu', 1134 'components.gyp:metrics_gpu',
1130 'components.gyp:page_load_metrics_browser', 1135 'components.gyp:page_load_metrics_browser',
1131 'components.gyp:page_load_metrics_renderer', 1136 'components.gyp:page_load_metrics_renderer',
1132 'components.gyp:password_manager_content_browser', 1137 'components.gyp:password_manager_content_browser',
1133 'components.gyp:password_manager_content_common', 1138 'components.gyp:password_manager_content_common',
1134 'components.gyp:power', 1139 'components.gyp:power',
1135 'components.gyp:precache_content', 1140 'components.gyp:precache_content',
1141 'components.gyp:safe_browsing_db',
1136 'components.gyp:safe_json', 1142 'components.gyp:safe_json',
1137 'components.gyp:safe_json_test_support', 1143 'components.gyp:safe_json_test_support',
1138 'components.gyp:sessions_content', 1144 'components.gyp:sessions_content',
1139 'components.gyp:storage_monitor', 1145 'components.gyp:storage_monitor',
1140 'components.gyp:storage_monitor_test_support', 1146 'components.gyp:storage_monitor_test_support',
1141 'components.gyp:url_matcher', 1147 'components.gyp:url_matcher',
1142 'components.gyp:visitedlink_browser', 1148 'components.gyp:visitedlink_browser',
1143 'components.gyp:visitedlink_renderer', 1149 'components.gyp:visitedlink_renderer',
1144 'components.gyp:web_cache_browser', 1150 'components.gyp:web_cache_browser',
1145 'components.gyp:web_modal', 1151 'components.gyp:web_modal',
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
1786 'dependencies': [ 1792 'dependencies': [
1787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1793 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1788 ], 1794 ],
1789 }], 1795 }],
1790 ], 1796 ],
1791 }, 1797 },
1792 ], 1798 ],
1793 }], 1799 }],
1794 ], 1800 ],
1795 } 1801 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/safe_browsing_db.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698