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

Unified Diff: components/subresource_filter/content/renderer/BUILD.gn

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from battre@. Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698