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 1b38ff528e762d78401f59eb90249a2653b9a9ca..d8c3659866f1596c9355b83d8009d7b441e9604d 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. |
@@ -16,6 +16,12 @@ source_set("common") { |
"string_splitter.h", |
"uint64_hasher.h", |
] |
+ |
+ public_deps = [ |
+ "//components/subresource_filter/core/common/flat:flatbuffer", |
+ "//components/subresource_filter/core/common/proto:proto", |
+ ] |
+ |
deps = [ |
"//base", |
] |