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

Unified Diff: components/user_manager/BUILD.gn

Issue 824683002: UserManager stack refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fixed. Created 5 years, 10 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 | « components/user_manager.gypi ('k') | components/user_manager/fake_user_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/BUILD.gn
diff --git a/components/user_manager/BUILD.gn b/components/user_manager/BUILD.gn
index 0150e272605e6a76f93cbdf78a1fe1b1ad533358..b0755a6c1c4ac0730c9884957c8373e1e94b267d 100644
--- a/components/user_manager/BUILD.gn
+++ b/components/user_manager/BUILD.gn
@@ -47,3 +47,18 @@ component("user_manager") {
]
}
}
+
+source_set("test_support") {
+ testonly = true
+ if (is_chromeos) {
+ sources = [
+ "fake_user_manager.cc",
+ "fake_user_manager.h",
+ ]
+ deps = [
+ ":user_manager",
+ "//base",
+ "//skia",
+ ]
+ }
+}
« no previous file with comments | « components/user_manager.gypi ('k') | components/user_manager/fake_user_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698