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

Unified Diff: chrome/test/BUILD.gn

Issue 1579433002: Make profile statistics tasks inspectable by tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed ProfileAttributesStorage related functions in profile_statistics.* Created 4 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 | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 25d897fd4269152e68ebaf17c66b096828debc2f..9cb4b5fc7c1c566d1baf5cdc9c31b93ffc818f96 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1228,6 +1228,9 @@ if (!is_android) {
"../browser/extensions/api/networking_private/networking_private_chromeos_apitest.cc",
]
}
+ if (is_android || is_ios || is_chromeos) {
+ sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
+ }
if (!is_android && !is_ios) {
sources +=
[ "../browser/copresence/chrome_whispernet_client_browsertest.cc" ]
@@ -1756,7 +1759,10 @@ test("unit_tests") {
"//chrome")
}
if (!is_android && !is_ios && !is_chromeos) {
- sources += [ "//chrome/browser/profiles/profile_list_desktop_unittest.cc" ]
+ sources += [
+ "//chrome/browser/profiles/profile_list_desktop_unittest.cc",
+ "//chrome/browser/profiles/profile_statistics_unittest.cc",
+ ]
}
if (!is_chromeos && !use_ozone && is_linux) {
deps += [
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698