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

Side by Side Diff: components/subresource_filter.gypi

Issue 2098233002: Implement matching of URL patterns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ruleset
Patch Set: Fix another cast warning. 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/core/common/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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'subresource_filter/core/common/activation_state.h', 65 'subresource_filter/core/common/activation_state.h',
66 'subresource_filter/core/common/closed_hash_map.h', 66 'subresource_filter/core/common/closed_hash_map.h',
67 'subresource_filter/core/common/fuzzy_pattern_matching.cc', 67 'subresource_filter/core/common/fuzzy_pattern_matching.cc',
68 'subresource_filter/core/common/fuzzy_pattern_matching.h', 68 'subresource_filter/core/common/fuzzy_pattern_matching.h',
69 'subresource_filter/core/common/knuth_morris_pratt.h', 69 'subresource_filter/core/common/knuth_morris_pratt.h',
70 'subresource_filter/core/common/memory_mapped_ruleset.cc', 70 'subresource_filter/core/common/memory_mapped_ruleset.cc',
71 'subresource_filter/core/common/memory_mapped_ruleset.h', 71 'subresource_filter/core/common/memory_mapped_ruleset.h',
72 'subresource_filter/core/common/ngram_extractor.h', 72 'subresource_filter/core/common/ngram_extractor.h',
73 'subresource_filter/core/common/string_splitter.h', 73 'subresource_filter/core/common/string_splitter.h',
74 'subresource_filter/core/common/uint64_hasher.h', 74 'subresource_filter/core/common/uint64_hasher.h',
75 'subresource_filter/core/common/url_pattern.cc',
76 'subresource_filter/core/common/url_pattern.h',
77 'subresource_filter/core/common/url_pattern_matching.cc',
78 'subresource_filter/core/common/url_pattern_matching.h',
75 ], 79 ],
76 'export_dependent_settings': [ 80 'export_dependent_settings': [
77 'subresource_filter_core_common_ruleset_flatbuffer', 81 'subresource_filter_core_common_ruleset_flatbuffer',
78 'subresource_filter_core_common_ruleset_proto', 82 'subresource_filter_core_common_ruleset_proto',
79 ], 83 ],
80 }, 84 },
81 { 85 {
82 # GN version: //components/subresource_filter/core/common/flat:flatbuffer 86 # GN version: //components/subresource_filter/core/common/flat:flatbuffer
83 'target_name': 'subresource_filter_core_common_ruleset_flatbuffer', 87 'target_name': 'subresource_filter_core_common_ruleset_flatbuffer',
84 'type': 'none', 88 'type': 'none',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'subresource_filter/content/browser/content_subresource_filter_drive r.cc', 182 'subresource_filter/content/browser/content_subresource_filter_drive r.cc',
179 'subresource_filter/content/browser/content_subresource_filter_drive r.h', 183 'subresource_filter/content/browser/content_subresource_filter_drive r.h',
180 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc', 184 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc',
181 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h', 185 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h',
182 ], 186 ],
183 }, 187 },
184 ], 188 ],
185 }], 189 }],
186 ], 190 ],
187 } 191 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/subresource_filter/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698