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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2907493002: ChromeOS: Per-user time zone: refactor tests first. (Closed)
Patch Set: Fix debug build Created 3 years, 7 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/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index f22e7aa5c469a4cf34dbd68ab3f5772892a7483f..ca8db6a4693501b2784775f9e59ba0c18a8b0c06 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1540,6 +1540,8 @@ static_library("test_support") {
"login/screens/mock_network_screen.h",
"login/screens/mock_update_screen.cc",
"login/screens/mock_update_screen.h",
+ "scoped_set_running_on_chromeos_for_testing.cc",
+ "scoped_set_running_on_chromeos_for_testing.h",
]
deps = [
@@ -1843,6 +1845,7 @@ source_set("unit_tests") {
":device_policy_proto",
":test_support",
"//ash/resources",
+ "//base",
"//components/cryptauth:test_support",
"//components/drive",
"//components/drive:test_support_chromeos",

Powered by Google App Engine
This is Rietveld 408576698