Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: components/reading_list/ios/BUILD.gn

Issue 2764533002: Reading List iOS: Use external clock in ReadingListEntry. (Closed)
Patch Set: jitter Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | components/reading_list/ios/reading_list_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698