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

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: 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 | « components/components_tests.gyp ('k') | components/subresource_filter/content/browser/BUILD.gn » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 '..', 199 '..',
200 ], 200 ],
201 'sources': [ 201 'sources': [
202 # Note: sources list duplicated in GN build. 202 # Note: sources list duplicated in GN build.
203 'subresource_filter/content/browser/content_ruleset_distributor.cc', 203 'subresource_filter/content/browser/content_ruleset_distributor.cc',
204 'subresource_filter/content/browser/content_ruleset_distributor.h', 204 'subresource_filter/content/browser/content_ruleset_distributor.h',
205 'subresource_filter/content/browser/content_subresource_filter_drive r.cc', 205 'subresource_filter/content/browser/content_subresource_filter_drive r.cc',
206 'subresource_filter/content/browser/content_subresource_filter_drive r.h', 206 'subresource_filter/content/browser/content_subresource_filter_drive r.h',
207 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc', 207 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc',
208 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h', 208 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h',
209 'subresource_filter/content/browser/subresource_filter_navigation_th rottle.cc',
210 'subresource_filter/content/browser/subresource_filter_navigation_th rottle.h',
209 ], 211 ],
210 }, 212 },
211 ], 213 ],
212 }], 214 }],
213 ], 215 ],
214 } 216 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/subresource_filter/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698