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

Unified Diff: ios/chrome/BUILD.gn

Issue 2354643002: Add a cache counter for iOS. (Closed)
Patch Set: Fix another hangup. Created 4 years, 3 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/browsing_data/cache_counter.h » ('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 6f8dcdaf89b94b8b499e3bbd422c94421769aae5..c9089377de430c4455ca1ef66c3a53f48f8b8e8f 100644
--- a/ios/chrome/BUILD.gn
+++ b/ios/chrome/BUILD.gn
@@ -33,6 +33,7 @@ test("ios_chrome_unittests") {
sources = [
"app/application_delegate/memory_warning_helper_unittest.mm",
"app/safe_mode_util_unittest.cc",
+ "browser/browsing_data/cache_counter_unittest.cc",
"browser/chrome_url_util_unittest.mm",
"browser/crash_loop_detection_util_unittest.mm",
"browser/favicon/large_icon_cache_unittest.cc",
@@ -95,6 +96,7 @@ test("ios_chrome_unittests") {
"//components/autofill/core/common:common",
"//components/autofill/ios/browser:browser",
"//components/bookmarks/test",
+ "//components/browsing_data/core",
"//components/favicon_base",
"//components/metrics",
"//components/metrics:test_support",
@@ -117,6 +119,7 @@ test("ios_chrome_unittests") {
"//ios/chrome/common",
"//ios/chrome/test",
"//ios/chrome/test:run_all_unittests",
+ "//ios/net",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/chrome/browser:test_support",
"//ios/testing:ocmock_support",
« no previous file with comments | « no previous file | ios/chrome/browser/BUILD.gn » ('j') | ios/chrome/browser/browsing_data/cache_counter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698