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

Unified Diff: components/user_manager.gypi

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/components_tests.gyp ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index 03aba1edc6badb30811b94ffb349f3f80e1e9209..dac32c3b406197475db9eab823dcac5b0ad734af 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -62,5 +62,25 @@
'sources': [ '<@(user_manager_chromeos_sources)' ],
}],
],
- }],
+ },
+ {
+ # GN version: //components/user_manager:test_support
+ 'target_name': 'user_manager_test_support',
+ 'type': 'static_library',
+ 'conditions': [
+ ['chromeos == 1', {
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/testing/gmock.gyp:gmock',
+ '<(DEPTH)/testing/gtest.gyp:gtest',
+ 'user_manager',
+ ],
+ 'sources': [
+ 'user_manager/fake_user_manager.cc',
+ 'user_manager/fake_user_manager.h',
+ ],
+ }],
+ ]
+ },],
}
« no previous file with comments | « components/components_tests.gyp ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698