| Index: components/subresource_filter/content/renderer/BUILD.gn
|
| diff --git a/components/web_cache/renderer/BUILD.gn b/components/subresource_filter/content/renderer/BUILD.gn
|
| similarity index 54%
|
| copy from components/web_cache/renderer/BUILD.gn
|
| copy to components/subresource_filter/content/renderer/BUILD.gn
|
| index 624d2b9cbf111fe4e1a21da1da86c64d4d0f8b08..f355e06013a4a1b7e8c6051e51a6703e736b3dff 100644
|
| --- a/components/web_cache/renderer/BUILD.gn
|
| +++ b/components/subresource_filter/content/renderer/BUILD.gn
|
| @@ -1,18 +1,16 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| source_set("renderer") {
|
| sources = [
|
| - "web_cache_impl.cc",
|
| - "web_cache_impl.h",
|
| + "subresource_filter_agent.cc",
|
| + "subresource_filter_agent.h",
|
| ]
|
| -
|
| deps = [
|
| "//base",
|
| - "//components/web_cache/public/interfaces",
|
| + "//components/subresource_filter/content/common",
|
| "//content/public/common",
|
| "//content/public/renderer",
|
| - "//third_party/WebKit/public:blink",
|
| ]
|
| }
|
|
|