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

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: fix chromeos build 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 786686fb177dd68b238a03e05b0d681fb79aaf48..06b2e9f3e9c91cea31aa41f50f07881c057e9cf5 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1391,6 +1391,11 @@ test("browser_tests") {
}
if (is_android || is_ios || is_chromeos) {
sources -= [ "../browser/profiles/profile_statistics_browsertest.cc" ]
+ } else {
+ sources += rebase_path(
+ chrome_tests_gypi_values.chrome_browser_tests_non_mobile_non_cros_sources,
+ ".",
+ "//chrome")
}
if (enable_app_list) {
sources += rebase_path(

Powered by Google App Engine
This is Rietveld 408576698