| OLD | NEW |
| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../third_party/flatbuffers/flatbuffers.gyp:flatbuffers', | 57 '../third_party/flatbuffers/flatbuffers.gyp:flatbuffers', |
| 58 '../url/url.gyp:url_lib', | 58 '../url/url.gyp:url_lib', |
| 59 'subresource_filter_core_common_ruleset_flatbuffer', | 59 'subresource_filter_core_common_ruleset_flatbuffer', |
| 60 'subresource_filter_core_common_ruleset_proto', | 60 'subresource_filter_core_common_ruleset_proto', |
| 61 ], | 61 ], |
| 62 'include_dirs': [ | 62 'include_dirs': [ |
| 63 '..', | 63 '..', |
| 64 ], | 64 ], |
| 65 'sources': [ | 65 'sources': [ |
| 66 # Note: sources list duplicated in GN build. | 66 # Note: sources list duplicated in GN build. |
| 67 'subresource_filter/core/common/activation_scope.cc', |
| 68 'subresource_filter/core/common/activation_scope.h', |
| 67 'subresource_filter/core/common/activation_state.cc', | 69 'subresource_filter/core/common/activation_state.cc', |
| 68 'subresource_filter/core/common/activation_state.h', | 70 'subresource_filter/core/common/activation_state.h', |
| 69 'subresource_filter/core/common/closed_hash_map.h', | 71 'subresource_filter/core/common/closed_hash_map.h', |
| 70 'subresource_filter/core/common/fuzzy_pattern_matching.cc', | 72 'subresource_filter/core/common/fuzzy_pattern_matching.cc', |
| 71 'subresource_filter/core/common/fuzzy_pattern_matching.h', | 73 'subresource_filter/core/common/fuzzy_pattern_matching.h', |
| 72 'subresource_filter/core/common/indexed_ruleset.cc', | 74 'subresource_filter/core/common/indexed_ruleset.cc', |
| 73 'subresource_filter/core/common/indexed_ruleset.h', | 75 'subresource_filter/core/common/indexed_ruleset.h', |
| 74 'subresource_filter/core/common/knuth_morris_pratt.h', | 76 'subresource_filter/core/common/knuth_morris_pratt.h', |
| 75 'subresource_filter/core/common/memory_mapped_ruleset.cc', | 77 'subresource_filter/core/common/memory_mapped_ruleset.cc', |
| 76 'subresource_filter/core/common/memory_mapped_ruleset.h', | 78 'subresource_filter/core/common/memory_mapped_ruleset.h', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.cc', | 210 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.cc', |
| 209 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.h', | 211 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.h', |
| 210 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.cc', | 212 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.cc', |
| 211 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.h', | 213 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.h', |
| 212 ], | 214 ], |
| 213 }, | 215 }, |
| 214 ], | 216 ], |
| 215 }], | 217 }], |
| 216 ], | 218 ], |
| 217 } | 219 } |
| OLD | NEW |