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

Unified Diff: components/browsing_data/core/BUILD.gn

Issue 2228913003: Move part of browsing data counter text util method to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 | « components/OWNERS ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browsing_data/core/BUILD.gn
diff --git a/components/browsing_data/core/BUILD.gn b/components/browsing_data/core/BUILD.gn
index 927ce1259ecc8669bea7b752c371f521bc1ef094..aa7e7db563bfba1442582f5958c44b27fdffce68 100644
--- a/components/browsing_data/core/BUILD.gn
+++ b/components/browsing_data/core/BUILD.gn
@@ -28,8 +28,10 @@ static_library("core") {
"//components/history/core/browser",
"//components/password_manager/core/browser",
"//components/prefs:prefs",
+ "//components/strings",
"//components/sync",
"//components/webdata/common",
+ "//ui/base",
]
}
@@ -41,3 +43,17 @@ if (is_android) {
]
}
}
+
+source_set("unit_tests") {
+ testonly = true
+ sources = [
+ "browsing_data_utils_unittest.cc",
+ ]
+
+ deps = [
+ ":core",
+ "//base",
+ "//components/autofill/core/browser:browser",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « components/OWNERS ('k') | components/browsing_data/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698