Chromium Code Reviews| Index: components/subresource_filter/core/common/BUILD.gn |
| diff --git a/chromecast/service/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn |
| similarity index 73% |
| copy from chromecast/service/BUILD.gn |
| copy to components/subresource_filter/core/common/BUILD.gn |
| index 5334998c2bad5257a8fa47f01bb9e62289d1656a..5d4a76b996ffa21e767f2f79657f19bdaf399c55 100644 |
| --- a/chromecast/service/BUILD.gn |
| +++ b/components/subresource_filter/core/common/BUILD.gn |
| @@ -2,12 +2,11 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -source_set("service") { |
| +source_set("common") { |
| sources = [ |
| - "cast_service.cc", |
| - "cast_service.h", |
| + "activation_state.cc", |
| + "activation_state.h", |
| ] |
| - |
| deps = [ |
| "//base", |
| ] |