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

Side by Side Diff: components/components_tests.gyp

Issue 2060313002: Navigation throttle for the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pre-tab-activation
Patch Set: comments Created 4 years, 5 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 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 'storage_monitor/storage_info_unittest.cc', 790 'storage_monitor/storage_info_unittest.cc',
791 'storage_monitor/storage_monitor_chromeos_unittest.cc', 791 'storage_monitor/storage_monitor_chromeos_unittest.cc',
792 'storage_monitor/storage_monitor_linux_unittest.cc', 792 'storage_monitor/storage_monitor_linux_unittest.cc',
793 'storage_monitor/storage_monitor_mac_unittest.mm', 793 'storage_monitor/storage_monitor_mac_unittest.mm',
794 'storage_monitor/storage_monitor_unittest.cc', 794 'storage_monitor/storage_monitor_unittest.cc',
795 'storage_monitor/storage_monitor_win_unittest.cc', 795 'storage_monitor/storage_monitor_win_unittest.cc',
796 ], 796 ],
797 'subresource_filter_content_browser_unittest_sources': [ 797 'subresource_filter_content_browser_unittest_sources': [
798 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c', 798 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c',
799 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc', 799 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc',
800 'subresource_filter/content/browser/subresource_filter_navigation_throttle _unittests.cc',
800 ], 801 ],
801 'subresource_filter_core_browser_unittest_sources': [ 802 'subresource_filter_core_browser_unittest_sources': [
802 'subresource_filter/core/browser/ruleset_service_unittest.cc', 803 'subresource_filter/core/browser/ruleset_service_unittest.cc',
803 'subresource_filter/core/browser/subresource_filter_features_unittest.cc', 804 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
804 ], 805 ],
805 'subresource_filter_core_common_unittest_sources': [ 806 'subresource_filter_core_common_unittest_sources': [
806 'subresource_filter/core/common/closed_hash_map_unittest.cc', 807 'subresource_filter/core/common/closed_hash_map_unittest.cc',
807 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc', 808 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc',
808 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc', 809 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc',
809 'subresource_filter/core/common/ngram_extractor_unittest.cc', 810 'subresource_filter/core/common/ngram_extractor_unittest.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 'components.gyp:power', 1360 'components.gyp:power',
1360 'components.gyp:precache_content', 1361 'components.gyp:precache_content',
1361 'components.gyp:safe_browsing_db', 1362 'components.gyp:safe_browsing_db',
1362 'components.gyp:safe_json', 1363 'components.gyp:safe_json',
1363 'components.gyp:safe_json_test_support', 1364 'components.gyp:safe_json_test_support',
1364 'components.gyp:sessions_content', 1365 'components.gyp:sessions_content',
1365 'components.gyp:storage_monitor', 1366 'components.gyp:storage_monitor',
1366 'components.gyp:storage_monitor_test_support', 1367 'components.gyp:storage_monitor_test_support',
1367 'components.gyp:subresource_filter_content_browser', 1368 'components.gyp:subresource_filter_content_browser',
1368 'components.gyp:subresource_filter_content_common', 1369 'components.gyp:subresource_filter_content_common',
1370 'components.gyp:subresource_filter_core_browser',
1369 'components.gyp:test_database_manager', 1371 'components.gyp:test_database_manager',
1370 'components.gyp:url_matcher', 1372 'components.gyp:url_matcher',
1371 'components.gyp:visitedlink_browser', 1373 'components.gyp:visitedlink_browser',
1372 'components.gyp:visitedlink_renderer', 1374 'components.gyp:visitedlink_renderer',
1373 'components.gyp:wallpaper', 1375 'components.gyp:wallpaper',
1374 'components.gyp:web_cache_browser', 1376 'components.gyp:web_cache_browser',
1375 'components.gyp:web_modal', 1377 'components.gyp:web_modal',
1376 'components.gyp:web_modal_test_support', 1378 'components.gyp:web_modal_test_support',
1377 'components.gyp:zoom', 1379 'components.gyp:zoom',
1378 'scheduler/scheduler.gyp:scheduler', 1380 'scheduler/scheduler.gyp:scheduler',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2033 'dependencies': [ 2035 'dependencies': [
2034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2035 ], 2037 ],
2036 }], 2038 }],
2037 ], 2039 ],
2038 }, 2040 },
2039 ], 2041 ],
2040 }], 2042 }],
2041 ], 2043 ],
2042 } 2044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698