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

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: Changed gyp/gn files, also a few small changes 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 25d897fd4269152e68ebaf17c66b096828debc2f..dcc10994509e1426e579447f280eaaca686f1c2d 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) {
+ source -= [ "../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 += [
« chrome/browser/profiles/profile_statistics_constants.h ('K') | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698