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

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: Suppress the 4267 warning in BUILD.gn Created 5 years, 1 month 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 'rappor/log_uploader_unittest.cc', 566 'rappor/log_uploader_unittest.cc',
567 'rappor/rappor_metric_unittest.cc', 567 'rappor/rappor_metric_unittest.cc',
568 'rappor/rappor_prefs_unittest.cc', 568 'rappor/rappor_prefs_unittest.cc',
569 'rappor/rappor_service_unittest.cc', 569 'rappor/rappor_service_unittest.cc',
570 'rappor/rappor_utils_unittest.cc', 570 'rappor/rappor_utils_unittest.cc',
571 'rappor/sampler_unittest.cc', 571 'rappor/sampler_unittest.cc',
572 ], 572 ],
573 'rlz_unittest_sources': [ 573 'rlz_unittest_sources': [
574 'rlz/rlz_tracker_unittest.cc', 574 'rlz/rlz_tracker_unittest.cc',
575 ], 575 ],
576 'safe_browsing_db_unittest_sources': [
577 'safe_browsing_db/prefix_set_unittest.cc',
578 'safe_browsing_db/safe_browsing_db_util_unittest.cc',
579 ],
576 'safe_json_unittest_sources': [ 580 'safe_json_unittest_sources': [
577 'safe_json/json_sanitizer_unittest.cc', 581 'safe_json/json_sanitizer_unittest.cc',
578 ], 582 ],
579 'scheduler_unittest_sources': [ 583 'scheduler_unittest_sources': [
580 'scheduler/base/nestable_task_runner_for_test.cc', 584 'scheduler/base/nestable_task_runner_for_test.cc',
581 'scheduler/base/nestable_task_runner_for_test.h', 585 'scheduler/base/nestable_task_runner_for_test.h',
582 'scheduler/base/task_queue_manager_unittest.cc', 586 'scheduler/base/task_queue_manager_unittest.cc',
583 'scheduler/base/task_queue_selector_unittest.cc', 587 'scheduler/base/task_queue_selector_unittest.cc',
584 'scheduler/base/task_queue_sets_unittest.cc', 588 'scheduler/base/task_queue_sets_unittest.cc',
585 'scheduler/base/test_always_fail_time_source.cc', 589 'scheduler/base/test_always_fail_time_source.cc',
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '<@(packed_ct_ev_whitelist_unittest_sources)', 1099 '<@(packed_ct_ev_whitelist_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 '<@(wallpaper_unittest_sources)', 1109 '<@(wallpaper_unittest_sources)',
1105 '<@(web_cache_unittest_sources)', 1110 '<@(web_cache_unittest_sources)',
1106 '<@(webcrypto_unittest_sources)', 1111 '<@(webcrypto_unittest_sources)',
1107 '<@(web_modal_unittest_sources)', 1112 '<@(web_modal_unittest_sources)',
(...skipping 21 matching lines...) Expand all
1129 'components.gyp:navigation_interception', 1134 'components.gyp:navigation_interception',
1130 'components.gyp:network_hints_renderer', 1135 'components.gyp:network_hints_renderer',
1131 'components.gyp:metrics_gpu', 1136 'components.gyp:metrics_gpu',
1132 'components.gyp:packed_ct_ev_whitelist', 1137 'components.gyp:packed_ct_ev_whitelist',
1133 'components.gyp:page_load_metrics_browser', 1138 'components.gyp:page_load_metrics_browser',
1134 'components.gyp:page_load_metrics_renderer', 1139 'components.gyp:page_load_metrics_renderer',
1135 'components.gyp:password_manager_content_browser', 1140 'components.gyp:password_manager_content_browser',
1136 'components.gyp:password_manager_content_common', 1141 'components.gyp:password_manager_content_common',
1137 'components.gyp:power', 1142 'components.gyp:power',
1138 'components.gyp:precache_content', 1143 'components.gyp:precache_content',
1144 'components.gyp:safe_browsing_db',
1139 'components.gyp:safe_json', 1145 'components.gyp:safe_json',
1140 'components.gyp:safe_json_test_support', 1146 'components.gyp:safe_json_test_support',
1141 'components.gyp:sessions_content', 1147 'components.gyp:sessions_content',
1142 'components.gyp:storage_monitor', 1148 'components.gyp:storage_monitor',
1143 'components.gyp:storage_monitor_test_support', 1149 'components.gyp:storage_monitor_test_support',
1144 'components.gyp:url_matcher', 1150 'components.gyp:url_matcher',
1145 'components.gyp:visitedlink_browser', 1151 'components.gyp:visitedlink_browser',
1146 'components.gyp:visitedlink_renderer', 1152 'components.gyp:visitedlink_renderer',
1147 'components.gyp:wallpaper', 1153 'components.gyp:wallpaper',
1148 'components.gyp:web_cache_browser', 1154 'components.gyp:web_cache_browser',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 'dependencies': [ 1797 'dependencies': [
1792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1798 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1793 ], 1799 ],
1794 }], 1800 }],
1795 ], 1801 ],
1796 }, 1802 },
1797 ], 1803 ],
1798 }], 1804 }],
1799 ], 1805 ],
1800 } 1806 }
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