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

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: adressing engedy@ 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/subresource_filter.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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'storage_monitor/storage_info_unittest.cc', 792 'storage_monitor/storage_info_unittest.cc',
793 'storage_monitor/storage_monitor_chromeos_unittest.cc', 793 'storage_monitor/storage_monitor_chromeos_unittest.cc',
794 'storage_monitor/storage_monitor_linux_unittest.cc', 794 'storage_monitor/storage_monitor_linux_unittest.cc',
795 'storage_monitor/storage_monitor_mac_unittest.mm', 795 'storage_monitor/storage_monitor_mac_unittest.mm',
796 'storage_monitor/storage_monitor_unittest.cc', 796 'storage_monitor/storage_monitor_unittest.cc',
797 'storage_monitor/storage_monitor_win_unittest.cc', 797 'storage_monitor/storage_monitor_win_unittest.cc',
798 ], 798 ],
799 'subresource_filter_content_browser_unittest_sources': [ 799 'subresource_filter_content_browser_unittest_sources': [
800 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c', 800 'subresource_filter/content/browser/content_ruleset_distributor_unittest.c c',
801 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc', 801 'subresource_filter/content/browser/content_subresource_filter_driver_fact ory_unittest.cc',
802 'subresource_filter/content/browser/subresource_filter_navigation_throttle _unittests.cc',
802 ], 803 ],
803 'subresource_filter_content_renderer_unittest_sources': [ 804 'subresource_filter_content_renderer_unittest_sources': [
804 'subresource_filter/content/renderer/document_subresource_filter_unittest. cc', 805 'subresource_filter/content/renderer/document_subresource_filter_unittest. cc',
805 'subresource_filter/content/renderer/subresource_filter_agent_unittest.cc' , 806 'subresource_filter/content/renderer/subresource_filter_agent_unittest.cc' ,
806 ], 807 ],
807 'subresource_filter_core_browser_unittest_sources': [ 808 'subresource_filter_core_browser_unittest_sources': [
808 'subresource_filter/core/browser/ruleset_service_unittest.cc', 809 'subresource_filter/core/browser/ruleset_service_unittest.cc',
809 'subresource_filter/core/browser/subresource_filter_features_unittest.cc', 810 'subresource_filter/core/browser/subresource_filter_features_unittest.cc',
810 ], 811 ],
811 'subresource_filter_core_common_unittest_sources': [ 812 'subresource_filter_core_common_unittest_sources': [
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
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',
1382 'components.gyp:subresource_filter_content_renderer', 1383 'components.gyp:subresource_filter_content_renderer',
1384 'components.gyp:subresource_filter_core_browser',
1383 'components.gyp:test_database_manager', 1385 'components.gyp:test_database_manager',
1384 'components.gyp:url_matcher', 1386 'components.gyp:url_matcher',
1385 'components.gyp:visitedlink_browser', 1387 'components.gyp:visitedlink_browser',
1386 'components.gyp:visitedlink_renderer', 1388 'components.gyp:visitedlink_renderer',
1387 'components.gyp:wallpaper', 1389 'components.gyp:wallpaper',
1388 'components.gyp:web_cache_browser', 1390 'components.gyp:web_cache_browser',
1389 'components.gyp:web_modal', 1391 'components.gyp:web_modal',
1390 'components.gyp:web_modal_test_support', 1392 'components.gyp:web_modal_test_support',
1391 'components.gyp:zoom', 1393 'components.gyp:zoom',
1392 'scheduler/scheduler.gyp:scheduler', 1394 'scheduler/scheduler.gyp:scheduler',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 'dependencies': [ 2041 'dependencies': [
2040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2042 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2041 ], 2043 ],
2042 }], 2044 }],
2043 ], 2045 ],
2044 }, 2046 },
2045 ], 2047 ],
2046 }], 2048 }],
2047 ], 2049 ],
2048 } 2050 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/subresource_filter.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698