| OLD | NEW |
| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 '..', | 136 '..', |
| 137 ], | 137 ], |
| 138 'sources': [ | 138 'sources': [ |
| 139 # Note: sources list duplicated in GN build. | 139 # Note: sources list duplicated in GN build. |
| 140 'subresource_filter/content/browser/content_ruleset_distributor.cc', | 140 'subresource_filter/content/browser/content_ruleset_distributor.cc', |
| 141 'subresource_filter/content/browser/content_ruleset_distributor.h', | 141 'subresource_filter/content/browser/content_ruleset_distributor.h', |
| 142 'subresource_filter/content/browser/content_subresource_filter_drive
r.cc', | 142 'subresource_filter/content/browser/content_subresource_filter_drive
r.cc', |
| 143 'subresource_filter/content/browser/content_subresource_filter_drive
r.h', | 143 'subresource_filter/content/browser/content_subresource_filter_drive
r.h', |
| 144 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.cc', | 144 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.cc', |
| 145 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.h', | 145 'subresource_filter/content/browser/content_subresource_filter_drive
r_factory.h', |
| 146 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.cc', |
| 147 'subresource_filter/content/browser/subresource_filter_navigation_th
rottle.h', |
| 146 ], | 148 ], |
| 147 }, | 149 }, |
| 148 ], | 150 ], |
| 149 }], | 151 }], |
| 150 ], | 152 ], |
| 151 } | 153 } |
| OLD | NEW |