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

Unified Diff: chrome/test/BUILD.gn

Issue 2142983002: Add desktop engagement metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/autoplay_audio.html » ('j') | 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 786686fb177dd68b238a03e05b0d681fb79aaf48..5b72bb33e4cd47be61ac0ae7b08991caa1eac5ce 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1389,8 +1389,11 @@ test("browser_tests") {
"../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_mac || is_win || (is_linux && !is_chromeos)) {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_non_mobile_non_cros_sources,
+ ".",
+ "//chrome")
}
if (enable_app_list) {
sources += rebase_path(
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/data/autoplay_audio.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698