Index: components/enhanced_bookmarks/BUILD.gn |
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn |
index 869a9c83e37722ae06173d0137bea6b989871bf0..b762ae795a6cf7eb6e4a7426177231050a02ab43 100644 |
--- a/components/enhanced_bookmarks/BUILD.gn |
+++ b/components/enhanced_bookmarks/BUILD.gn |
@@ -79,9 +79,23 @@ source_set("test_support") { |
"test_image_store.h", |
] |
- deps = [ |
+ public_deps = [ |
":enhanced_bookmarks", |
"//skia", |
"//testing/gtest", |
] |
} |
+ |
+source_set("unit_tests") { |
+ testonly = true |
+ sources = [ |
+ "enhanced_bookmark_model_unittest.cc", |
+ "image_store_ios_unittest.mm", |
+ "image_store_unittest.cc", |
+ "item_position_unittest.cc", |
+ ] |
+ deps = [ |
+ ":test_support", |
+ "//components/enhanced_bookmarks/proto", |
+ ] |
+} |