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

Unified Diff: ios/chrome/browser/reading_list/BUILD.gn

Issue 2506993002: Create offline_url_utils (Closed)
Patch Set: feedback Created 4 years, 1 month 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 | ios/chrome/browser/reading_list/offline_url_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/reading_list/BUILD.gn
diff --git a/ios/chrome/browser/reading_list/BUILD.gn b/ios/chrome/browser/reading_list/BUILD.gn
index 97045e57ee6851995afe859a5c25a3d2ab0787c7..9dc3842e5788b38e38f0f0a7f91e3512abe83a33 100644
--- a/ios/chrome/browser/reading_list/BUILD.gn
+++ b/ios/chrome/browser/reading_list/BUILD.gn
@@ -4,6 +4,8 @@
source_set("reading_list") {
sources = [
+ "offline_url_utils.cc",
+ "offline_url_utils.h",
"reading_list_download_service.cc",
"reading_list_download_service.h",
"reading_list_download_service_factory.cc",
@@ -49,6 +51,7 @@ source_set("reading_list") {
source_set("unit_tests") {
testonly = true
sources = [
+ "offline_url_utils_unittest.cc",
"reading_list_entry_unittest.cc",
"reading_list_model_storage_unittest.mm",
"reading_list_model_unittest.cc",
@@ -62,5 +65,6 @@ source_set("unit_tests") {
"//ios/chrome/browser/dom_distiller",
"//ios/web:test_support",
"//testing/gtest",
+ "//url",
]
}
« no previous file with comments | « no previous file | ios/chrome/browser/reading_list/offline_url_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698