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

Side by Side Diff: components/subresource_filter.gypi

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: Comment to SubresourceFilterNavigationThrotle explaining its purpose. 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/subresource_filter/core/browser 8 # GN version: //components/subresource_filter/core/browser
9 'target_name': 'subresource_filter_core_browser', 9 'target_name': 'subresource_filter_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 '..', 129 '..',
130 ], 130 ],
131 'sources': [ 131 'sources': [
132 # Note: sources list duplicated in GN build. 132 # Note: sources list duplicated in GN build.
133 'subresource_filter/content/browser/content_ruleset_distributor.cc', 133 'subresource_filter/content/browser/content_ruleset_distributor.cc',
134 'subresource_filter/content/browser/content_ruleset_distributor.h', 134 'subresource_filter/content/browser/content_ruleset_distributor.h',
135 'subresource_filter/content/browser/content_subresource_filter_drive r.cc', 135 'subresource_filter/content/browser/content_subresource_filter_drive r.cc',
136 'subresource_filter/content/browser/content_subresource_filter_drive r.h', 136 'subresource_filter/content/browser/content_subresource_filter_drive r.h',
137 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc', 137 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc',
138 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h', 138 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h',
139 'subresource_filter/content/browser/subresource_filter_navigation_th rottle.cc',
140 'subresource_filter/content/browser/subresource_filter_navigation_th rottle.h',
139 ], 141 ],
140 }, 142 },
141 ], 143 ],
142 }], 144 }],
143 ], 145 ],
144 } 146 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698