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

Side by Side Diff: components/subresource_filter.gypi

Issue 2153743002: Save failure function to FlatBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add newline. 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 | « no previous file | 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'subresource_filter/core/common/indexed_ruleset.cc', 72 'subresource_filter/core/common/indexed_ruleset.cc',
73 'subresource_filter/core/common/indexed_ruleset.h', 73 'subresource_filter/core/common/indexed_ruleset.h',
74 'subresource_filter/core/common/knuth_morris_pratt.h', 74 'subresource_filter/core/common/knuth_morris_pratt.h',
75 'subresource_filter/core/common/memory_mapped_ruleset.cc', 75 'subresource_filter/core/common/memory_mapped_ruleset.cc',
76 'subresource_filter/core/common/memory_mapped_ruleset.h', 76 'subresource_filter/core/common/memory_mapped_ruleset.h',
77 'subresource_filter/core/common/ngram_extractor.h', 77 'subresource_filter/core/common/ngram_extractor.h',
78 'subresource_filter/core/common/string_splitter.h', 78 'subresource_filter/core/common/string_splitter.h',
79 'subresource_filter/core/common/uint64_hasher.h', 79 'subresource_filter/core/common/uint64_hasher.h',
80 'subresource_filter/core/common/url_pattern.cc', 80 'subresource_filter/core/common/url_pattern.cc',
81 'subresource_filter/core/common/url_pattern.h', 81 'subresource_filter/core/common/url_pattern.h',
82 'subresource_filter/core/common/url_pattern_matching.cc',
83 'subresource_filter/core/common/url_pattern_matching.h', 82 'subresource_filter/core/common/url_pattern_matching.h',
84 ], 83 ],
85 'export_dependent_settings': [ 84 'export_dependent_settings': [
86 'subresource_filter_core_common_ruleset_flatbuffer', 85 'subresource_filter_core_common_ruleset_flatbuffer',
87 'subresource_filter_core_common_ruleset_proto', 86 'subresource_filter_core_common_ruleset_proto',
88 ], 87 ],
89 }, 88 },
90 { 89 {
91 # GN version: //components/subresource_filter/core/common/flat:flatbuffer 90 # GN version: //components/subresource_filter/core/common/flat:flatbuffer
92 'target_name': 'subresource_filter_core_common_ruleset_flatbuffer', 91 'target_name': 'subresource_filter_core_common_ruleset_flatbuffer',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'subresource_filter/content/browser/content_subresource_filter_drive r.cc', 186 'subresource_filter/content/browser/content_subresource_filter_drive r.cc',
188 'subresource_filter/content/browser/content_subresource_filter_drive r.h', 187 'subresource_filter/content/browser/content_subresource_filter_drive r.h',
189 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc', 188 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.cc',
190 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h', 189 'subresource_filter/content/browser/content_subresource_filter_drive r_factory.h',
191 ], 190 ],
192 }, 191 },
193 ], 192 ],
194 }], 193 }],
195 ], 194 ],
196 } 195 }
OLDNEW
« no previous file with comments | « no previous file | components/subresource_filter/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698