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

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: rebase && 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 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 'storage_monitor/storage_info_unittest.cc', 797 'storage_monitor/storage_info_unittest.cc',
798 'storage_monitor/storage_monitor_chromeos_unittest.cc', 798 'storage_monitor/storage_monitor_chromeos_unittest.cc',
799 'storage_monitor/storage_monitor_linux_unittest.cc', 799 'storage_monitor/storage_monitor_linux_unittest.cc',
800 'storage_monitor/storage_monitor_mac_unittest.mm', 800 'storage_monitor/storage_monitor_mac_unittest.mm',
801 'storage_monitor/storage_monitor_unittest.cc', 801 'storage_monitor/storage_monitor_unittest.cc',
802 'storage_monitor/storage_monitor_win_unittest.cc', 802 'storage_monitor/storage_monitor_win_unittest.cc',
803 ], 803 ],
804 'subresource_filter_content_browser_unittest_sources': [ 804 'subresource_filter_content_browser_unittest_sources': [
805 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c', 805 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c',
806 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc', 806 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc',
807 'subresource_filter/content/browser/subresource_filter_navigation_throttle _unittests.cc',
807 ], 808 ],
808 'subresource_filter_core_browser_unittest_sources': [ 809 'subresource_filter_core_browser_unittest_sources': [
809 'subresource_filter/core/browser/ruleset_service_unittest.cc', 810 'subresource_filter/core/browser/ruleset_service_unittest.cc',
810 'subresource_filter/core/browser/subresource_filter_features_unittest.cc', 811 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
811 ], 812 ],
812 'subresource_filter_core_common_unittest_sources': [ 813 'subresource_filter_core_common_unittest_sources': [
813 'subresource_filter/core/common/closed_hash_map_unittest.cc', 814 'subresource_filter/core/common/closed_hash_map_unittest.cc',
814 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc', 815 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc',
815 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc', 816 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc',
816 'subresource_filter/core/common/ngram_extractor_unittest.cc', 817 'subresource_filter/core/common/ngram_extractor_unittest.cc',
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 'components.gyp:power', 1367 'components.gyp:power',
1367 'components.gyp:precache_content', 1368 'components.gyp:precache_content',
1368 'components.gyp:safe_browsing_db', 1369 'components.gyp:safe_browsing_db',
1369 'components.gyp:safe_json', 1370 'components.gyp:safe_json',
1370 'components.gyp:safe_json_test_support', 1371 'components.gyp:safe_json_test_support',
1371 'components.gyp:sessions_content', 1372 'components.gyp:sessions_content',
1372 'components.gyp:storage_monitor', 1373 'components.gyp:storage_monitor',
1373 'components.gyp:storage_monitor_test_support', 1374 'components.gyp:storage_monitor_test_support',
1374 'components.gyp:subresource_filter_content_browser', 1375 'components.gyp:subresource_filter_content_browser',
1375 'components.gyp:subresource_filter_content_common', 1376 'components.gyp:subresource_filter_content_common',
1377 'components.gyp:subresource_filter_core_browser',
1376 'components.gyp:test_database_manager', 1378 'components.gyp:test_database_manager',
1377 'components.gyp:url_matcher', 1379 'components.gyp:url_matcher',
1378 'components.gyp:visitedlink_browser', 1380 'components.gyp:visitedlink_browser',
1379 'components.gyp:visitedlink_renderer', 1381 'components.gyp:visitedlink_renderer',
1380 'components.gyp:wallpaper', 1382 'components.gyp:wallpaper',
1381 'components.gyp:web_cache_browser', 1383 'components.gyp:web_cache_browser',
1382 'components.gyp:web_modal', 1384 'components.gyp:web_modal',
1383 'components.gyp:web_modal_test_support', 1385 'components.gyp:web_modal_test_support',
1384 'components.gyp:zoom', 1386 'components.gyp:zoom',
1385 'scheduler/scheduler.gyp:scheduler', 1387 'scheduler/scheduler.gyp:scheduler',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 'dependencies': [ 2042 'dependencies': [
2041 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2043 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2042 ], 2044 ],
2043 }], 2045 }],
2044 ], 2046 ],
2045 }, 2047 },
2046 ], 2048 ],
2047 }], 2049 }],
2048 ], 2050 ],
2049 } 2051 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698