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

Side by Side Diff: components/components_tests.gyp

Issue 1843383002: Safe Browsing: CheckApiBlacklist request implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review Comments Created 4 years, 8 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 | « no previous file | components/safe_browsing_db/BUILD.gn » ('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 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'rappor/sampler_unittest.cc', 629 'rappor/sampler_unittest.cc',
630 ], 630 ],
631 'rlz_unittest_sources': [ 631 'rlz_unittest_sources': [
632 'rlz/rlz_tracker_unittest.cc', 632 'rlz/rlz_tracker_unittest.cc',
633 ], 633 ],
634 'safe_browsing_db_mobile_unittest_sources': [ 634 'safe_browsing_db_mobile_unittest_sources': [
635 'safe_browsing_db/remote_database_manager_unittest.cc', 635 'safe_browsing_db/remote_database_manager_unittest.cc',
636 'safe_browsing_db/safe_browsing_api_handler_unittest.cc', 636 'safe_browsing_db/safe_browsing_api_handler_unittest.cc',
637 ], 637 ],
638 'safe_browsing_db_unittest_sources': [ 638 'safe_browsing_db_unittest_sources': [
639 'safe_browsing_db/database_manager_unittest.cc',
639 'safe_browsing_db/prefix_set_unittest.cc', 640 'safe_browsing_db/prefix_set_unittest.cc',
640 'safe_browsing_db/testing_util.h', 641 'safe_browsing_db/testing_util.h',
641 'safe_browsing_db/util_unittest.cc', 642 'safe_browsing_db/util_unittest.cc',
642 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc', 643 'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
643 'safe_browsing_db/v4_protocol_manager_util_unittest.cc', 644 'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
644 'safe_browsing_db/v4_update_protocol_manager_unittest.cc', 645 'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
645 ], 646 ],
646 'safe_json_unittest_sources': [ 647 'safe_json_unittest_sources': [
647 'safe_json/json_sanitizer_unittest.cc', 648 'safe_json/json_sanitizer_unittest.cc',
648 'safe_json/testing_json_parser_unittest.cc', 649 'safe_json/testing_json_parser_unittest.cc',
(...skipping 612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1261 'components.gyp:password_manager_content_browser', 1262 'components.gyp:password_manager_content_browser',
1262 'components.gyp:password_manager_content_common', 1263 'components.gyp:password_manager_content_common',
1263 'components.gyp:power', 1264 'components.gyp:power',
1264 'components.gyp:precache_content', 1265 'components.gyp:precache_content',
1265 'components.gyp:safe_browsing_db', 1266 'components.gyp:safe_browsing_db',
1266 'components.gyp:safe_json', 1267 'components.gyp:safe_json',
1267 'components.gyp:safe_json_test_support', 1268 'components.gyp:safe_json_test_support',
1268 'components.gyp:sessions_content', 1269 'components.gyp:sessions_content',
1269 'components.gyp:storage_monitor', 1270 'components.gyp:storage_monitor',
1270 'components.gyp:storage_monitor_test_support', 1271 'components.gyp:storage_monitor_test_support',
1272 'components.gyp:test_database_manager',
1271 'components.gyp:ui_zoom', 1273 'components.gyp:ui_zoom',
1272 'components.gyp:url_matcher', 1274 'components.gyp:url_matcher',
1273 'components.gyp:visitedlink_browser', 1275 'components.gyp:visitedlink_browser',
1274 'components.gyp:visitedlink_renderer', 1276 'components.gyp:visitedlink_renderer',
1275 'components.gyp:wallpaper', 1277 'components.gyp:wallpaper',
1276 'components.gyp:web_cache_browser', 1278 'components.gyp:web_cache_browser',
1277 'components.gyp:web_modal', 1279 'components.gyp:web_modal',
1278 'components.gyp:web_modal_test_support', 1280 'components.gyp:web_modal_test_support',
1279 'scheduler/scheduler.gyp:scheduler', 1281 'scheduler/scheduler.gyp:scheduler',
1280 'test_runner/test_runner.gyp:test_runner', 1282 'test_runner/test_runner.gyp:test_runner',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1923 'dependencies': [ 1925 'dependencies': [
1924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1925 ], 1927 ],
1926 }], 1928 }],
1927 ], 1929 ],
1928 }, 1930 },
1929 ], 1931 ],
1930 }], 1932 }],
1931 ], 1933 ],
1932 } 1934 }
OLDNEW
« no previous file with comments | « no previous file | components/safe_browsing_db/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698