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

Unified Diff: components/subresource_filter/core/common/BUILD.gn

Issue 2094803003: Reland of Data structures for Safe Browsing subresource filtering rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « components/subresource_filter.gypi ('k') | components/subresource_filter/core/common/flat/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/core/common/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index 3352ab63e716ab7ae59a207bef008960a57e8b68..488b67454c339810787ba430f7094c18cdd0220a 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2015 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.
@@ -9,6 +9,12 @@
"memory_mapped_ruleset.cc",
"memory_mapped_ruleset.h",
]
+
+ public_deps = [
+ "//components/subresource_filter/core/common/flat:flatbuffer",
+ "//components/subresource_filter/core/common/proto:proto",
+ ]
+
deps = [
"//base",
]
« no previous file with comments | « components/subresource_filter.gypi ('k') | components/subresource_filter/core/common/flat/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698