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

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: clamy@ 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 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 'storage_monitor/storage_info_unittest.cc', 801 'storage_monitor/storage_info_unittest.cc',
802 'storage_monitor/storage_monitor_chromeos_unittest.cc', 802 'storage_monitor/storage_monitor_chromeos_unittest.cc',
803 'storage_monitor/storage_monitor_linux_unittest.cc', 803 'storage_monitor/storage_monitor_linux_unittest.cc',
804 'storage_monitor/storage_monitor_mac_unittest.mm', 804 'storage_monitor/storage_monitor_mac_unittest.mm',
805 'storage_monitor/storage_monitor_unittest.cc', 805 'storage_monitor/storage_monitor_unittest.cc',
806 'storage_monitor/storage_monitor_win_unittest.cc', 806 'storage_monitor/storage_monitor_win_unittest.cc',
807 ], 807 ],
808 'subresource_filter_content_browser_unittest_sources': [ 808 'subresource_filter_content_browser_unittest_sources': [
809 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c', 809 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c',
810 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc', 810 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc',
811 'subresource_filter/content/browser/subresource_filter_navigation_throttle _unittests.cc',
engedy 2016/07/19 11:27:02 nit: s/unittests/unittest/
811 ], 812 ],
812 'subresource_filter_core_browser_unittest_sources': [ 813 'subresource_filter_core_browser_unittest_sources': [
813 'subresource_filter/core/browser/ruleset_service_unittest.cc', 814 'subresource_filter/core/browser/ruleset_service_unittest.cc',
814 'subresource_filter/core/browser/subresource_filter_features_unittest.cc', 815 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
815 ], 816 ],
816 'subresource_filter_core_common_unittest_sources': [ 817 'subresource_filter_core_common_unittest_sources': [
817 'subresource_filter/core/common/closed_hash_map_unittest.cc', 818 'subresource_filter/core/common/closed_hash_map_unittest.cc',
818 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc', 819 'subresource_filter/core/common/fuzzy_pattern_matching_unittest.cc',
819 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc', 820 'subresource_filter/core/common/knuth_morris_pratt_unittest.cc',
820 'subresource_filter/core/common/ngram_extractor_unittest.cc', 821 'subresource_filter/core/common/ngram_extractor_unittest.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 'components.gyp:power', 1373 'components.gyp:power',
1373 'components.gyp:precache_content', 1374 'components.gyp:precache_content',
1374 'components.gyp:safe_browsing_db', 1375 'components.gyp:safe_browsing_db',
1375 'components.gyp:safe_json', 1376 'components.gyp:safe_json',
1376 'components.gyp:safe_json_test_support', 1377 'components.gyp:safe_json_test_support',
1377 'components.gyp:sessions_content', 1378 'components.gyp:sessions_content',
1378 'components.gyp:storage_monitor', 1379 'components.gyp:storage_monitor',
1379 'components.gyp:storage_monitor_test_support', 1380 'components.gyp:storage_monitor_test_support',
1380 'components.gyp:subresource_filter_content_browser', 1381 'components.gyp:subresource_filter_content_browser',
1381 'components.gyp:subresource_filter_content_common', 1382 'components.gyp:subresource_filter_content_common',
1383 'components.gyp:subresource_filter_core_browser',
1382 'components.gyp:test_database_manager', 1384 'components.gyp:test_database_manager',
1383 'components.gyp:url_matcher', 1385 'components.gyp:url_matcher',
1384 'components.gyp:visitedlink_browser', 1386 'components.gyp:visitedlink_browser',
1385 'components.gyp:visitedlink_renderer', 1387 'components.gyp:visitedlink_renderer',
1386 'components.gyp:wallpaper', 1388 'components.gyp:wallpaper',
1387 'components.gyp:web_cache_browser', 1389 'components.gyp:web_cache_browser',
1388 'components.gyp:web_modal', 1390 'components.gyp:web_modal',
1389 'components.gyp:web_modal_test_support', 1391 'components.gyp:web_modal_test_support',
1390 'components.gyp:zoom', 1392 'components.gyp:zoom',
1391 'scheduler/scheduler.gyp:scheduler', 1393 'scheduler/scheduler.gyp:scheduler',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'dependencies': [ 2048 'dependencies': [
2047 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2049 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2048 ], 2050 ],
2049 }], 2051 }],
2050 ], 2052 ],
2051 }, 2053 },
2052 ], 2054 ],
2053 }], 2055 }],
2054 ], 2056 ],
2055 } 2057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698