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

Unified Diff: ios/chrome/BUILD.gn

Issue 2369303002: Reading List create protobuf store (Closed)
Patch Set: make constructor private Created 4 years, 2 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 | ios/chrome/browser/BUILD.gn » ('j') | ios/chrome/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/BUILD.gn
diff --git a/ios/chrome/BUILD.gn b/ios/chrome/BUILD.gn
index 14e6a75a1fefe7e216962940de445bdbf1b1139e..fa1b96df859861a8eef32e8c505cf33ad895d9b1 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -60,8 +60,8 @@ test("ios_chrome_unittests") {
"browser/passwords/password_controller_unittest.mm",
"browser/passwords/password_generation_agent_unittest.mm",
"browser/reading_list/reading_list_entry_unittest.cc",
- "browser/reading_list/reading_list_model_storage_unittest.mm",
"browser/reading_list/reading_list_model_unittest.cc",
+ "browser/reading_list/reading_list_store_unittest.cc",
"browser/reading_list/url_downloader_unittest.cc",
"browser/signin/chrome_identity_service_observer_bridge_unittest.mm",
"browser/signin/gaia_auth_fetcher_ios_unittest.mm",
@@ -99,6 +99,7 @@ test("ios_chrome_unittests") {
"//components/bookmarks/test",
"//components/browsing_data/core",
"//components/favicon_base",
+ "//components/leveldb_proto:test_support",
"//components/metrics",
"//components/metrics:test_support",
"//components/password_manager/core/browser",
@@ -117,6 +118,7 @@ test("ios_chrome_unittests") {
"//ios/chrome/app/resources:packed_resources",
"//ios/chrome/browser",
"//ios/chrome/browser:test_support",
+ "//ios/chrome/browser/reading_list/proto",
"//ios/chrome/common",
"//ios/chrome/test",
"//ios/chrome/test:run_all_unittests",
@@ -137,5 +139,7 @@ test("ios_chrome_unittests") {
"//ui/strings:ui_strings",
]
+ include_dirs = [ "$root_gen_dir/components/sync/protocol" ]
sdefresne 2016/10/06 15:11:24 You should never have to do that. I think you are
+
assert_no_deps = ios_assert_no_deps
}
« no previous file with comments | « no previous file | ios/chrome/browser/BUILD.gn » ('j') | ios/chrome/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698