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", |
] |