Index: components/enhanced_bookmarks/BUILD.gn |
diff --git a/components/enhanced_bookmarks/BUILD.gn b/components/enhanced_bookmarks/BUILD.gn |
index b762ae795a6cf7eb6e4a7426177231050a02ab43..869a9c83e37722ae06173d0137bea6b989871bf0 100644 |
--- a/components/enhanced_bookmarks/BUILD.gn |
+++ b/components/enhanced_bookmarks/BUILD.gn |
@@ -79,23 +79,9 @@ |
"test_image_store.h", |
] |
- public_deps = [ |
+ 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", |
- ] |
-} |