| Index: components/reading_list/ios/BUILD.gn
|
| diff --git a/components/reading_list/ios/BUILD.gn b/components/reading_list/ios/BUILD.gn
|
| index 683640ef929994b76118df43f8ee0a45dc97b56c..3f1f0a445d2deba7587675178818af8733366d37 100644
|
| --- a/components/reading_list/ios/BUILD.gn
|
| +++ b/components/reading_list/ios/BUILD.gn
|
| @@ -43,8 +43,8 @@ source_set("unit_tests") {
|
| sources = [
|
| "offline_url_utils_unittest.cc",
|
| "reading_list_entry_unittest.cc",
|
| - "reading_list_model_unittest.mm",
|
| - "reading_list_store_unittest.mm",
|
| + "reading_list_model_unittest.cc",
|
| + "reading_list_store_unittest.cc",
|
| ]
|
| deps = [
|
| ":ios",
|
|
|