Index: components/bookmarks/common/BUILD.gn |
diff --git a/components/bookmarks/common/BUILD.gn b/components/bookmarks/common/BUILD.gn |
index 283b85be724ed6d8d2211e9cfe03f86baac13aea..320d463ffb7e6d2db0b9e1b957bf6c33251b9c2b 100644 |
--- a/components/bookmarks/common/BUILD.gn |
+++ b/components/bookmarks/common/BUILD.gn |
@@ -13,4 +13,9 @@ source_set("common") { |
deps = [ |
"//base", |
] |
+ if (is_android) { |
+ deps += [ |
+ "//components/bookmarks/common/android", |
+ ] |
+ } |
} |